Ad Widget

Collapse

Having a few problems getting zabbix site up and running

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • cytexone
    Junior Member
    • Nov 2006
    • 1

    #1

    Having a few problems getting zabbix site up and running

    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?
  • Alexei
    Founder, CEO
    Zabbix Certified Trainer
    Zabbix Certified SpecialistZabbix Certified Professional
    • Sep 2004
    • 5654

    #2
    Make sure your created correct database with proper schema.sql and data.sql.
    Alexei Vladishev
    Creator of Zabbix, Product manager
    New York | Tokyo | Riga
    My Twitter

    Comment

    Working...