I finally got zabbix to install and got through most of the frontend now I get the following errors while trying to login for the first time.
* Error in query [select u.* from users u where u.alias='guest' and (u.userid div 100000000000000) in (0) ] [You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'div 100000000000000) in (0)' at line 1]
* mysql_fetch_array(): supplied argument is not a valid MySQL result resource[/usr/local/apache2/htdocs/include/db.inc.php:411]
I am using php5 version
PHP 5.2.5 (cli) (built: Dec 26 2007 13:07:31)
Copyright (c) 1997-2007 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies
and
mysql version:
/usr/local/mysql/bin/mysql Ver 14.12 Distrib 5.0.41, for pc-solaris2.10 (i386) using EditLine wrapper
Screen shot below
* Error in query [select u.* from users u where u.alias='guest' and (u.userid div 100000000000000) in (0) ] [You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'div 100000000000000) in (0)' at line 1]
* mysql_fetch_array(): supplied argument is not a valid MySQL result resource[/usr/local/apache2/htdocs/include/db.inc.php:411]
I am using php5 version
PHP 5.2.5 (cli) (built: Dec 26 2007 13:07:31)
Copyright (c) 1997-2007 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies
and
mysql version:
/usr/local/mysql/bin/mysql Ver 14.12 Distrib 5.0.41, for pc-solaris2.10 (i386) using EditLine wrapper
Screen shot below
Comment