Hello,
when trying to access public pages of my yii2 advanced application (e.g. home or login), I get an "Error #8 internal server error" message in the footer of the page and the log shows this error and stack
It seems that the app is trying to get a user instance when no user is authenticated. This is why it fails in getting a user object.
Any idea of the origin of the problem?
thanks!
Cheers
Claudio
Hello, when trying to access public pages of my yii2 advanced application (e.g. home or login), I get an "Error #8 internal server error" message in the footer of the page and the log shows this error and stack
The app configuration for access control is as follow:
It seems that the app is trying to get a user instance when no user is authenticated. This is why it fails in getting a user object. Any idea of the origin of the problem? thanks! Cheers Claudio