-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Call to a member function checkAccess() on null in Frontend #1
Comments
I'm using advanced application new installation |
For the translatemanager to work the config settings need to be defined in common/config/main.php (in case of yii2-advanced version). The visibility of the module can be set through user privileges (roles, allowedIPs). Unauthorised access can be prevented this way. Thanks for the feedback. |
In order to turn on user privilege checking the authManager has to be enabled in the common config. |
got the same issue, can you pls. add it to the docs? |
Thanks for the suggestion. I added this to the docs. |
/**
* Initialising front end translator.
*/
private function _initTranslation() {
$module = Yii::$app->getModule('translatemanager');
The text was updated successfully, but these errors were encountered: