Ad Widget

Collapse

zabbix 1.8.2 new install errors

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • intouch
    Junior Member
    • Apr 2010
    • 4

    #1

    zabbix 1.8.2 new install errors

    * pg_query() [<a href='function.pg-query'>function.pg-query</a>]: Query failed: ERROR: relation "nodes" does not exist LINE 1: SELECT * FROM nodes WHERE nodetype=1 ORDER BY nodeid ^[/home/zabbix/public_html/include/db.inc.php:408]
    * Error in query [SELECT * FROM nodes WHERE nodetype=1 ORDER BY nodeid] [ERROR: relation "nodes" does not exist LINE 1: SELECT * FROM nodes WHERE nodetype=1 ORDER BY nodeid ^]
    * pg_fetch_assoc() expects parameter 1 to be resource, boolean given[/home/zabbix/public_html/include/db.inc.php:550]
    * pg_free_result(): supplied argument is not a valid PostgreSQL result resource[/home/zabbix/public_html/include/db.inc.php:552]
    * pg_query() [<a href='function.pg-query'>function.pg-query</a>]: Query failed: ERROR: relation "users" does not exist LINE 1: SELECT u.* FROM users u WHERE u.alias='guest' AND ((u.user... ^[/home/zabbix/public_html/include/db.inc.php:408]
    * Error in query [SELECT u.* FROM users u WHERE u.alias='guest' AND ((u.userid BETWEEN 000000000000000 AND 099999999999999))] [ERROR: relation "users" does not exist LINE 1: SELECT u.* FROM users u WHERE u.alias='guest' AND ((u.user... ^]
    * pg_fetch_assoc() expects parameter 1 to be resource, boolean given[/home/zabbix/public_html/include/db.inc.php:550]
    * pg_free_result(): supplied argument is not a valid PostgreSQL result resource[/home/zabbix/public_html/include/db.inc.php:552]
    * pg_query() [<a href='function.pg-query'>function.pg-query</a>]: Query failed: ERROR: relation "sessions" does not exist LINE 1: UPDATE sessions SET status=1 WHERE sessionid='' ^[/home/zabbix/public_html/include/db.inc.php:491]
    * Error in query [UPDATE sessions SET status=1 WHERE sessionid=''] [ERROR: relation "sessions" does not exist LINE 1: UPDATE sessions SET status=1 WHERE sessionid='' ^]
    * pg_query() [<a href='function.pg-query'>function.pg-query</a>]: Query failed: ERROR: relation "users" does not exist LINE 1: SELECT count(u.userid) as user_cnt FROM users u ^[/home/zabbix/public_html/include/db.inc.php:408]
    * Error in query [SELECT count(u.userid) as user_cnt FROM users u] [ERROR: relation "users" does not exist LINE 1: SELECT count(u.userid) as user_cnt FROM users u ^]
    * pg_fetch_assoc() expects parameter 1 to be resource, boolean given[/home/zabbix/public_html/include/db.inc.php:550]
    * pg_free_result(): supplied argument is not a valid PostgreSQL result resource[/home/zabbix/public_html/include/db.inc.php:552]
    * pg_query() [<a href='function.pg-query'>function.pg-query</a>]: Query failed: ERROR: relation "config" does not exist LINE 1: SELECT * FROM config WHERE ((configid BETWEEN 0000000000000... ^[/home/zabbix/public_html/include/db.inc.php:408]
    * Error in query [SELECT * FROM config WHERE ((configid BETWEEN 000000000000000 AND 099999999999999))] [ERROR: relation "config" does not exist LINE 1: SELECT * FROM config WHERE ((configid BETWEEN 0000000000000... ^]
    * pg_fetch_assoc() expects parameter 1 to be resource, boolean given[/home/zabbix/public_html/include/db.inc.php:550]
    * pg_free_result(): supplied argument is not a valid PostgreSQL result resource[/home/zabbix/public_html/include/db.inc.php:552]
    * Unable to select configuration
    * pg_query() [<a href='function.pg-query'>function.pg-query</a>]: Query failed: ERROR: relation "profiles" does not exist LINE 1: SELECT * FROM profiles WHERE userid=0 AND ((profileid BET... ^[/home/zabbix/public_html/include/db.inc.php:408]
    * Error in query [SELECT * FROM profiles WHERE userid=0 AND ((profileid BETWEEN 000000000000000 AND 099999999999999)) ORDER BY userid ASC, profileid ASC] [ERROR: relation "profiles" does not exist LINE 1: SELECT * FROM profiles WHERE userid=0 AND ((profileid BET... ^]
    * pg_fetch_assoc() expects parameter 1 to be resource, boolean given[/home/zabbix/public_html/include/db.inc.php:550]
    * pg_free_result(): supplied argument is not a valid PostgreSQL result resource[/home/zabbix/public_html/include/db.inc.php:552]


    Any ideas which bit(s) I'm missing and how to resolve as I have no clue.
    Last edited by intouch; 19-05-2010, 07:38. Reason: incomplete
Working...