I upgraded from 1.67 to 1.8 and now I don't have permissions for the Screens page, even though my account is a SuperAdmin.
Ad Widget
Collapse
No permissions for Screens after upgrading to 1.8
Collapse
X
-
Tags: None
-
What information is supposed to be displayed on the screen? -
-
I made the following modification and it seem to help on our frontend. Still get a few permission errors when "All" is selected for current node type. Here is the code that helped us:
Code:diff -ruN /root/zabbix-original/frontends/php/include/screens.inc.php /root/zabbix/frontends/php/include/screens.inc.php --- /root/zabbix-original/frontends/php/include/screens.inc.php 2009-12-07 22:39:21.000000000 -0500 +++ /root/zabbix/frontends/php/include/screens.inc.php 2009-12-07 22:39:40.000000000 -0500 @@ -29,7 +29,7 @@ $result = false; - if(DBfetch(DBselect('SELECT screenid FROM screens WHERE screenid='.$screenid.' AND '.DBin_node('screenid', get_current_nodeid($perm))))){ + if(DBfetch(DBselect('SELECT screenid FROM screens WHERE screenid='.$screenid.' AND '.DBin_node('screenid', get_current_nodeid(null,$perm))))){ $result = true; $db_result = DBselect('SELECT * FROM screens_items WHERE screenid='.$screenid);Comment
-
I don't know if it is related to your problem, but I got several permission denied issues using zabbix 1.6.7 on firefox 3.5.5, most of them when I was changing maps elements. I was using a super admin zabbix user too. Since of then, I'm using IE 7.0 to access zabbix and no problems related to permissions so far.Comment
-
I just found out that the issue seems to be triggered when I add a graph from a Web monitor. I was loading simple-graphs and one graph-graph before I tried to add the Download Speed graph. Once I saved it I had no permissions, even though I can view that data any other way.Comment
-
[zabbix 1.8.1] No permissions!
Hello:
I have also this problem, after upgrade to version 1.8.1, when I try to watch history of 500 latest values and history graph of a item associated with response time of Apache-Tomcat (web monitoring).
But it looks that problem is only with this item because, with others, it looks work properly.
Best regards!.Comment
-
I believe its this ticket: https://support.zabbix.com/browse/ZBX-1975 and its resolved for the 1.8.2 release.Comment

Comment