We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When clicking any menu other than the default one in Zabbix main menu, I see (in the F12 console menu):
Uncaught ReferenceError: MMenu is not defined at HTMLLIElement.onclick (dashconf.php:33)
Reproduced with Firefox, Chrome, Vivaldi, IE, Edge
The text was updated successfully, but these errors were encountered:
It looks like a problem with nginx without clean root cause. See:
Sorry, something went wrong.
i solve the problem by doing the following:
kubectl logs zabbix-web-mbtds 2019/06/12 05:29:50 [crit] 501#0: *269 open() "/var/lib/nginx/tmp/fastcgi/4/06/0000000064" failed (13: Permission denied) while reading upstream, client: 10.244.2.0, server: , request: "GET /jsLoader.php?ver=3.2.7%20(2018-04-13)%20XXL&lang=zh_CN&showGuiMessaging=1 HTTP/1.1", upstream: "fastcgi://unix:/var/run/php-fpm-www.sock:", host: "k8w2:30739"
2019/06/12 05:29:50 [crit] 501#0: *269 open() "/var/lib/nginx/tmp/fastcgi/4/06/0000000064" failed (13: Permission denied) while reading upstream, client: 10.244.2.0, server: , request: "GET /jsLoader.php?ver=3.2.7%20(2018-04-13)%20XXL&lang=zh_CN&showGuiMessaging=1 HTTP/1.1", upstream: "fastcgi://unix:/var/run/php-fpm-www.sock:", host: "k8w2:30739"
chown of /var/lib/nginx and its children chown -R www:www /var/lib/nginx
chown -R www:www /var/lib/nginx
No branches or pull requests
When clicking any menu other than the default one in Zabbix main menu, I see (in the F12 console menu):
Uncaught ReferenceError: MMenu is not defined
at HTMLLIElement.onclick (dashconf.php:33)
Reproduced with Firefox, Chrome, Vivaldi, IE, Edge
The text was updated successfully, but these errors were encountered: