Hi,
I just upgraded from alpha10 to alpha11 and after encountering compilation problems I wanted to give a try to the new frontend (I'm translating to italian the messages so I'll send to Alexei soon).
This is the message:
Error in query [select u.userid,u.alias,u.name,u.surname,u.lang from users u where u.alias='guest'] [Unknown column 'u.lang' in 'field list']
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /var/www/zabbix/include/db.inc.php on line 143
Seems like a field missing from the user table but I didn't see any alpha10_to_alpha11 sql query to execute.
What's wrong?
I just upgraded from alpha10 to alpha11 and after encountering compilation problems I wanted to give a try to the new frontend (I'm translating to italian the messages so I'll send to Alexei soon).
This is the message:
Error in query [select u.userid,u.alias,u.name,u.surname,u.lang from users u where u.alias='guest'] [Unknown column 'u.lang' in 'field list']
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /var/www/zabbix/include/db.inc.php on line 143
Seems like a field missing from the user table but I didn't see any alpha10_to_alpha11 sql query to execute.
What's wrong?
I mean I'm 100% sure the file is in the 1.1alpha11 archive.
Comment