I am trying to run the new 1.3.5 and when i try to login as admin it takes really long. I searched a bit and came to line 483 of /etc/zabbix/db.inc.php. There it executes a query:
I searched for the table ids, which is not there. Am i missing a table? I executed mysql.sql and data.sql and nog errors came up. No idea what i have done wrong.
Specs:
CentOS 4.4 x86_64
PHP 5.1.6
MySQL 5.0.27
Apache 2.0.59
Code:
select nextid from ids where nodeid=$ZBX_CURNODEID and table_name='$table' and field_name='$field'
Specs:
CentOS 4.4 x86_64
PHP 5.1.6
MySQL 5.0.27
Apache 2.0.59
Comment