PDA

View Full Version : Installation Issue on Web Front End


ftpuser
15-02-2005, 19:58
I insalled Zabbix with the directions posted but when I get to the front end configuration I am having problems.

Anyone have any ideas on this?

Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of eregi(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /var/www/html/zabbix/include/config.inc.php on line 879


I am getting around 10-15 errors like this depending on the page and I can't seem to find anything in the forum or docs that talk about it. Any ideas would be great.

thanks

mike


oh yeah... fedora core 3 on i386

Alexei
15-02-2005, 20:10
What version of PHP you are using?

ftpuser
15-02-2005, 20:47
PHP 4.3.10 (cgi) (built: Dec 21 2004 09:18:25)
MySQL connection id is 1071 to server version: 4.1.7-standard

http://redoctober.dnsalias.org/zabbix/index.php is the install point right now...

mike

ftpuser
16-02-2005, 17:35
I checked to make sure the permissions for getting into mysql were set correctly and they are, chmod'ed the zabbix directory so it is owned by apache, checked to make sure the username and password in the db.config were the same as mysql and they are...

don't know what else to do. I started reading the code to figure out what it is attempting to do but I don't really understand it yet. Have to do some real work too so may not have time to play.

any thoughts would be greatly appreicated...


mike

Alexei
16-02-2005, 21:09
Have you tried to set allow_call_time_pass_reference to true in your PHP INI file as suggested by the warning message?

ftpuser
17-02-2005, 15:04
i did check it and changed it to the opposite of what i had in it and lo and behold it worked.

Had I known that was a php.ini directive, i would have checked that first.


thanks for the help.


mike

xaeth
07-07-2005, 16:59
Alexei,

I made the adjustment in the php.ini file as well, but what about the fact that it says this is depreciated?

-xaeth