Upgraded from 1.1.7 to 1.4, and applied the much noted correction to the type=3 bug. However, my Admin user can not access the configuration tab. It's visible, and Admin is type 3.
Changed another user to Super Admin, and that user CAN access the configuration tab. From what I've reviewed, the users are identical in settings that would seem to apply.
mysql> select userid, alias, name, surname, type from users where type=3;
+--------+-----------+--------+---------------+------+
| userid | alias | name | surname | type |
+--------+-----------+--------+---------------+------+
| 1 | Admin | Zabbix | Administrator | 3 |
| 3 | k.berrien | Kxxxx | Berrien | 3 |
+--------+-----------+--------+---------------+------+
2 rows in set (0.00 sec)
Any thoughts....
Changed another user to Super Admin, and that user CAN access the configuration tab. From what I've reviewed, the users are identical in settings that would seem to apply.
mysql> select userid, alias, name, surname, type from users where type=3;
+--------+-----------+--------+---------------+------+
| userid | alias | name | surname | type |
+--------+-----------+--------+---------------+------+
| 1 | Admin | Zabbix | Administrator | 3 |
| 3 | k.berrien | Kxxxx | Berrien | 3 |
+--------+-----------+--------+---------------+------+
2 rows in set (0.00 sec)
Any thoughts....
Comment