error_log file

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
kb0000
Forum Newbie
Posts: 4
Joined: Thu May 08, 2008 5:31 am

error_log file

Post by kb0000 »

I am using Cpanel.
When ever any user opens any .php page on my website (whether the page contains some code or is empty) there is some error lines logged in the error_log file.
Following is the error:


[06-May-2008 05:41:39] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20060613/php_domxml.dll' - /usr/local/lib/php/extensions/no-debug-non-zts-20060613/php_domxml.dll: cannot open shared object file: No such file or directory in Unknown on line 0
[06-May-2008 05:41:39] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20060613/php_exif.dll' - /usr/local/lib/php/extensions/no-debug-non-zts-20060613/php_exif.dll: cannot open shared object file: No such file or directory in Unknown on line 0
[06-May-2008 05:41:39] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20060613/php_xmlrpc.dll' - /usr/local/lib/php/extensions/no-debug-non-zts-20060613/php_xmlrpc.dll: cannot open shared object file: No such file or directory in Unknown on line 0
[06-May-2008 05:41:39] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20060613/php_xslt.dll' - /usr/local/lib/php/extensions/no-debug-non-zts-20060613/php_xslt.dll: cannot open shared object file: No such file or directory in Unknown on line 0


I have asked the hosting provider to check if the associated things are enabled or not. They said they are enabled.
What should I do to prevent them.
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: error_log file

Post by Christopher »

They are enabled, but PHP cannot find the files. Is it a Windows server?
(#10850)
Post Reply