PDA

View Full Version : PHP error messages


Roger
16th March 2005, 15:37
My PHP error_log files seem to have this line added every time somebody runs a PHP program:[16-Mar-2005 15:32:12] PHP Warning: Unknown(): Unable to load dynamic library './/usr/local/cpanel/3rdparty/etc/ixed/ixed.lin.4.3.10.pxp' -
.//usr/local/cpanel/3rdparty/etc/ixed/ixed.lin.4.3.10.pxp: cannot open shared object file: No such file or directory in Unknown on line 0This even happens when I run a program as simple as
<?php
phpinfo();
?>which comes from Chapter 1 of the book Beginning PHP. In fact that example produces three lines in the error log.

I conclude it's something about the PHP setup and I wonder what it might be and whether it can be fixed?

Roger

billmarshall
20th March 2005, 16:54
Hi Roger

Yes, I'm seeing this as well. On one site the error log in the root directory has grown to 2.5 Mb while the one in the Admin part of the site was half a Meg. Seems to have started around the beginning of January.

cheers

Bill

Roger
20th March 2005, 18:16
Thanks Bill. As it's not just me, I have reported it to support [at] designrweb.co.uk.
Roger

othelloRob
1st April 2005, 22:47
php.ini has been modified to only load the source guardian ix files on request - a new version of fantastico has had to be manually installed to accompany this - can you let me know if after 2nd April the error still gets logged in the log files

Thanks

Roger
3rd April 2005, 09:43
Thanks Rob.
I haven't been able to find any entries in the error_log timed after I presume you fixed it; certainly none after the time of your post (above).
Roger.