Constant error is crashing site!!!

One of my sites is getting a constant error in the modules/error_log file

the error is writing constantly and filling the file to 2GB in a day...

As soon as the error_log hits 2GB, it can no longer be written to and then all the modules on the site crash. They just show an error page with text saying the site is being repaired...

 

This is the 5 lines of error code that are being writtne over and over again non stop...

 

 

[27-May-2011 12:49:09] PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20060613/suhosin.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20060613/suhosin.so: cannot open shared object file: No such file or directory in Unknown on line 0
[27-May-2011 12:49:09] PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20060613/ffmpeg.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20060613/ffmpeg.so: cannot open shared object file: No such file or directory in Unknown on line 0
[27-May-2011 12:49:09] PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20060613/pdo.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20060613/pdo.so: cannot open shared object file: No such file or directory in Unknown on line 0
[27-May-2011 12:49:09] PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20060613/pdo_sqlite.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20060613/pdo_sqlite.so: cannot open shared object file: No such file or directory in Unknown on line 0
[27-May-2011 12:49:09] PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20060613/pdo_mysql.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20060613/pdo_mysql.so: cannot open shared object file: No such file or directory in Unknown on line 0
Any ideas???
Quote · 27 May 2011

first and foremost, you need to get your server configured correctly .secondly, your error_log should not be hitting 2GB, and you should have something written that would purge those error_logs or archive them. 1024 is apache's max setting for error_logs

 

you are missing dynamic library links, which is what the error is you posted here.

When a GIG is not enough --> Terabyte Dolphin Technical Support - Server Management and Support
Quote · 27 May 2011

My host have told me they need to rebuild PHP on my server.

 

Dont know what was changed to make this happen which it is a lot at the moment...

 

how can I set it to purge the error_log?

 

Thanks - Tim

Quote · 27 May 2011

The problem is in the php.ini, there is a directive to load these dynamic library which was not installed. You can install these libraries or you can remove those directives in your php.ini

----
Quote · 28 May 2011

Thanks. Where do I find the php.ini file that needs editing?

 

Thanks - Tim

Quote · 28 May 2011

The php.ini can be anywhere.

 

Mostly it will be in the following paths.

 

/etc/php.ini

/usr/local/lib/php.ini

----
Quote · 29 May 2011

host rebuilt php, then did something to apache that they said fixed it.

Still happening though and site constantly crashing.

 

CHAT seems to be trigering the errors.

This is the only one now, but still getting 2GB a day of this... 

30-May-2011 12:32:05] PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20060613/ffmpeg.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20060613/ffmpeg.so: cannot open shared object file: No such file or directory in Unknown on line 0

Any ideas???
Its making my site un-usable.
Quote · 30 May 2011

Common problem when someone upgrade the php with new PHP API (the number 2006...) and forget to compile or add the modules it should have.

Make sure your host helps you with the compiling of a new php with the extensions you need, for example the ffmepg extension you are missing now.

Locate your php.ini by logging in to your shell and type as root: find / -name php.ini and edit it and remove ffmpeg and restart your webserver. Add the extension again after you got help with rebuilding your php with additional ffmpeg extension.


 

Quote · 30 May 2011
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.