Ever since I moved hosts, Zenphoto has been overloading the error_log on my server. My host has a 2GB limit for error logs, and it's been hitting that limit within the span of a few hours. When it hits the limit, it sends up a 500 error and I can't access my admin toolbox until I rename the error log and let the server create a new one. Obviously this is frustrating!
I opened up the most recent error_log file and it was filled with the same error over and over again:
`[01-Jan-2009 16:48:48] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/extensions/no-debug-non-zts-20060613/homeloader.so' - /usr/lib/php/extensions/no-debug-non-zts-20060613/homeloader.so: cannot open shared object file: No such file or directory in Unknown on line 0
[01-Jan-2009 16:48:48] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/extensions/no-debug-non-zts-20060613//htscanner.so' - /usr/lib/php/extensions/no-debug-non-zts-20060613//htscanner.so: cannot open shared object file: No such file or directory in Unknown on line 0`
My only guess is that something needs to be changed in the config file with the paths, but I'm not sure where or how (and I don't want to mess anything up!). My other thought would be to somehow disable the error_log, but I don't know what that would do...
If anyone could offer any insight, I would very much appreciate it!
Comments