Ad Widget

Collapse

[1.1] mysql_fetch_array() error

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Zoltan
    Junior Member
    • Jul 2005
    • 3

    #1

    [1.1] mysql_fetch_array() error

    Hello

    I have update zabbix from beta1.1-12 to 1.1 with applying dbpatches , copy frontends, binaries.

    But i actually got some SQL errors on all the pages :
    SQL error: Unknown column 'valuetype' in 'field list'
    Query: update profiles set value='10179',valuetype=0 where userid=1 and idx='web.latest.hostid'
    SQL error: Unknown column 'valuetype' in 'field list'
    Query: update profiles set value='1',valuetype=0 where userid=1 and idx='web.latest.groupid'
    SQL error: Unknown column 'valuetype' in 'field list'
    Query: update profiles set value='triggers.php',valuetype=0 where userid=1 and idx='web.menu.config.last'

    I also got this error on the items page

    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /var/www/zabbix/include/db.inc.php on line 174
    Error in query [select distinct app.* from applications app, items_applications ia where app.applicationid=ia.applicationid and ia.itemid=17514] [Table 'zabbix.applications' doesn't exist]
    Any idea of what happenned
Working...