Im getting a bunch of php and mysql errors on the page.
Error in query [select * from profiles where userid=0 and idx='web.menu.view.last'] [Table 'zabbix.profiles' doesn't exist]
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /usr/share/zabbix/include/db.inc.php on line 104
Error in query [select * from profiles where userid=0 and idx='web.menu.cm.last'] [Table 'zabbix.profiles' doesn't exist]
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /usr/share/zabbix/include/db.inc.php on line 104
Error in query [select * from profiles where userid=0 and idx='web.menu.reports.last'] [Table 'zabbix.profiles' doesn't exist]
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /usr/share/zabbix/include/db.inc.php on line 104
Error in query [select * from profiles where userid=0 and idx='web.menu.config.last'] [Table 'zabbix.profiles' doesn't exist]
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /usr/share/zabbix/include/db.inc.php on line 104
This is on the main zabbix page. I have tried commenting out the error on line 104 but nothing happens. Also I get the logon page with these errors on it and have tried logging in but the default login of Admin with no password does not work.
Anyone have any idea's?
Error in query [select * from profiles where userid=0 and idx='web.menu.view.last'] [Table 'zabbix.profiles' doesn't exist]
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /usr/share/zabbix/include/db.inc.php on line 104
Error in query [select * from profiles where userid=0 and idx='web.menu.cm.last'] [Table 'zabbix.profiles' doesn't exist]
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /usr/share/zabbix/include/db.inc.php on line 104
Error in query [select * from profiles where userid=0 and idx='web.menu.reports.last'] [Table 'zabbix.profiles' doesn't exist]
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /usr/share/zabbix/include/db.inc.php on line 104
Error in query [select * from profiles where userid=0 and idx='web.menu.config.last'] [Table 'zabbix.profiles' doesn't exist]
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /usr/share/zabbix/include/db.inc.php on line 104
This is on the main zabbix page. I have tried commenting out the error on line 104 but nothing happens. Also I get the logon page with these errors on it and have tried logging in but the default login of Admin with no password does not work.
Anyone have any idea's?
Comment