Skip to content
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

error after installation: user translation tries to use 'access' before it's loaded #605

Closed
mattab opened this issue Mar 11, 2009 · 1 comment
Labels
Bug For errors / faults / flaws / inconsistencies etc. Critical Indicates the severity of an issue is very critical and the issue has a very high priority.
Milestone

Comments

@mattab
Copy link
Member

mattab commented Mar 11, 2009

see user post with error:

http://forum.piwik.org/index.php?s=&showtopic=229&view=findpost&p=1009

we have to investigate. it seems Piwik_LanguagesManager→getLanguageToLoad tries to get the user login before the access object was created, in frontcontroller line 237: Piwik_Translate::getInstance()→loadUserTranslation();

access is created line 258.

I don’t know why it’s not failing for other users.

@mattab
Copy link
Member Author

mattab commented Mar 23, 2009

(In 1004) – fix #605 error after installation: user translation tries to use ‘access’ before it’s loaded

@mattab mattab added this to the RobotRock milestone Jul 8, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For errors / faults / flaws / inconsistencies etc. Critical Indicates the severity of an issue is very critical and the issue has a very high priority.
Projects
None yet
Development

No branches or pull requests

1 participant