I just upgraded to Zabbix 1.8.3 and found that the dashboard, graphs, screens, etc, were all missing to me.
The problem turned out to be that the scriptaculous library wasn't in the right place, and my .deb hadn't accounted for it. In case anyone else is bitten, the clue was enabling PHP error logging, and seeing this:
Just a heads up!
The problem turned out to be that the scriptaculous library wasn't in the right place, and my .deb hadn't accounted for it. In case anyone else is bitten, the clue was enabling PHP error logging, and seeing this:
Code:
[26-Aug-2010 22:22:27] PHP Warning: file_get_contents(js/scriptaculous/effects.js): failed to open stream: No such file or directory in /usr/share/zabbix/jsLoader.php on line 98 [26-Aug-2010 22:22:27] PHP Warning: file_get_contents(js/scriptaculous/dragdrop.js): failed to open stream: No such file or directory in /usr/share/zabbix/jsLoader.php on line 98
Thanks for your clarification. Glad to see the post helped at least one person!
Comment