Hello!
I just installed latest Zabbix (1.6.5) on a new server and I've got a bunch of PHP errors.
The web frontend works, but shows these errors everywhere:
I've tried messing with php.ini file (including turning off error output completely), but nothing seems to work :-/
Anyone got an idea?
Information about the server:
PHP runs as cgi-bin, its version 5.3.0 configured with:
'./configure' '--with-mysql' '--enable-bcmath' '--enable-sockets' '--prefix=/home/zabbix' '--with-gd'
(Note: my only experience with Zabbix so far is a test installation of an older version on another server. On that server I experienced no such troubles)
I just installed latest Zabbix (1.6.5) on a new server and I've got a bunch of PHP errors.
The web frontend works, but shows these errors everywhere:
Code:
# Function ereg_replace() is deprecated[/home/.../include/page_header.php:398] # get_class() expects parameter 1 to be object, array given[/home/.../include/classes/ctable.inc.php:138] # get_class() expects parameter 1 to be object, array given[/home/.../include/classes/ctable.inc.php:144] # get_class() expects parameter 1 to be object, array given[/home/.../include/classes/ctable.inc.php:62] # get_class() expects parameter 1 to be object, array given[/home/../include/classes/ctable.inc.php:138]
Anyone got an idea?
Information about the server:
PHP runs as cgi-bin, its version 5.3.0 configured with:
'./configure' '--with-mysql' '--enable-bcmath' '--enable-sockets' '--prefix=/home/zabbix' '--with-gd'
(Note: my only experience with Zabbix so far is a test installation of an older version on another server. On that server I experienced no such troubles)
)
Comment