Hello people.
I'm getting a couple of errors while installing zabbix. I've already configured it and compiled it. But when I try to go to http://ip/zabbix/ there are a lot of errors on screen. I will put them here and some screenshots too. I've already configured the DB(MYSQL).
First on login screen:

After login > Monitoring > Triggers:

I don't know what to do anymore. If anyone has a light to give me, I would appreciate.
Another thing that when I compiled it, it didn't create the zabbix_server.conf in the appropriate folder. So I copied from the source to the folder, so I could run the executable(./zabbix_server). Otherwise it didn't run.

Thanks.
I'm getting a couple of errors while installing zabbix. I've already configured it and compiled it. But when I try to go to http://ip/zabbix/ there are a lot of errors on screen. I will put them here and some screenshots too. I've already configured the DB(MYSQL).
First on login screen:

Error in query [select * from rights where userid=2] [Unknown column 'userid' in 'where clause']
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /usr/share/zabbix/include/db.inc.php on line 104
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /usr/share/zabbix/include/db.inc.php on line 104

SQL error: Unknown column 'value' in 'field list'
Query: insert into profiles (userid,idx,value,valuetype) values (1,'web.tr_status.hostid','0',0)
SQL error: Unknown column 'value' in 'field list'
Query: insert into profiles (userid,idx,value,valuetype) values (1,'web.tr_status.groupid','0',0)
Query: insert into profiles (userid,idx,value,valuetype) values (1,'web.tr_status.hostid','0',0)
SQL error: Unknown column 'value' in 'field list'
Query: insert into profiles (userid,idx,value,valuetype) values (1,'web.tr_status.groupid','0',0)
Another thing that when I compiled it, it didn't create the zabbix_server.conf in the appropriate folder. So I copied from the source to the folder, so I could run the executable(./zabbix_server). Otherwise it didn't run.

Thanks.
Comment