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

Missing angular and $ after upgrade to 3.5 #12875

Closed
Kolatzek opened this issue May 9, 2018 · 2 comments
Closed

Missing angular and $ after upgrade to 3.5 #12875

Kolatzek opened this issue May 9, 2018 · 2 comments
Labels
answered For when a question was asked and we referred to forum or answered it.

Comments

@Kolatzek
Copy link

Kolatzek commented May 9, 2018

After Upgrade from 3.3 to 3.5 I got a page with empty dashboard. Also settings will not show anything.
The web developer console in Firefox 59.0.2 let me know:

ReferenceError: angular is not defined[Weitere Informationen] index.php:3:13 ReferenceError: $ is not defined[Weitere Informationen] index.php:75:9

Chrome:

index.php:3 Uncaught ReferenceError: angular is not defined at index.php:3 at index.php:5 index.php:75 Uncaught ReferenceError: $ is not defined at index.php:75

@Kolatzek
Copy link
Author

Kolatzek commented May 9, 2018

Sorry, was a php timeout by ProxyHttp::compressFile().

@Kolatzek Kolatzek closed this as completed May 9, 2018
@mattab mattab added the answered For when a question was asked and we referred to forum or answered it. label May 9, 2018
@Indigo744
Copy link

I had the exact same issue.
While no specific information was given here on how to resolve the issue, it lead me to its solution.
I share it if someone stumble on this thread looking for a way to make Matomo/Piwik work again.

It's simple: you only need to empty the cache.
See this FAQ for more information : https://matomo.org/faq/how-to/faq_25548/
./console cache:clear or delete everything inside \tmp folder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
answered For when a question was asked and we referred to forum or answered it.
Projects
None yet
Development

No branches or pull requests

3 participants