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

Cannot access any menus in Zabbix #8

Closed
tsunamireversal-zz opened this issue Feb 6, 2019 · 2 comments
Closed

Cannot access any menus in Zabbix #8

tsunamireversal-zz opened this issue Feb 6, 2019 · 2 comments

Comments

@tsunamireversal-zz
Copy link

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

@jangaraj
Copy link
Member

jangaraj commented Feb 6, 2019

@jangaraj jangaraj closed this as completed Feb 6, 2019
@hellowenqi
Copy link

hellowenqi commented Jun 12, 2019

i solve the problem by doing the following:

  1. 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"

  2. chown of /var/lib/nginx and its children
    chown -R www:www /var/lib/nginx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants