Jump to content

PHP Warning


jwilson122

Recommended Posts

Hey everyone, I have created a simple framework script and Im getting this error inserted into my error_log file in the root folder:

 

[31-Oct-2010 13:14:59] PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20060613/' - /usr/local/lib/php/extensions/no-debug-non-zts-20060613/: cannot read file data: Is a directory in Unknown on line 0

 

Any ideas guys??

Link to comment
https://forums.phpfreaks.com/topic/217365-php-warning/
Share on other sites

look for /usr/local/lib/php/extensions/no-debug-non-zts-20060613 in php.ini and either comment it out or update it to the correct path. if you don't know the correct path, try looking in /usr/local/lib/php/extensions/

 

You mean changing the /usr/local/lib/php/extensions/no-debug-non-zts-20060613 to /usr/local/lib/php/extensions/ ?

Link to comment
https://forums.phpfreaks.com/topic/217365-php-warning/#findComment-1128736
Share on other sites

look for /usr/local/lib/php/extensions/no-debug-non-zts-20060613 in php.ini and either comment it out or update it to the correct path. if you don't know the correct path, try looking in /usr/local/lib/php/extensions/

 

You mean changing the /usr/local/lib/php/extensions/no-debug-non-zts-20060613 to /usr/local/lib/php/extensions/ ?

 

No, I mean look for something that looks similar to /usr/local/lib/php/extensions/no-debug-non-zts-20060613 and update the value in php.ini to the correct value. But if there is no similar directory, I would comment that line out of php.ini.

Link to comment
https://forums.phpfreaks.com/topic/217365-php-warning/#findComment-1128765
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.