kb0000 Posted May 8, 2008 Share Posted May 8, 2008 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. Link to comment https://forums.phpfreaks.com/topic/104696-error_log-file/ Share on other sites More sharing options...
PFMaBiSmAd Posted May 8, 2008 Share Posted May 8, 2008 The file names (ending in .dll) listed are Windows specific. Are you on a Windows server? Those lines appear to be "startup" errors. Are you doing anything like attempting to load PHP extensions at runtime, use a framework, or use an auto-prepend file to load something? Just because your web host says something is "enabled", does not mean something is "working". The error messages indicate that something/someone/some configuration file is attempting to load 4 Windows specific php language extension .dll files. Link to comment https://forums.phpfreaks.com/topic/104696-error_log-file/#findComment-535849 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.