paparush Posted March 21, 2010 Posted March 21, 2010 Site is not running, getting the ErrorDocument 500. ErrorLog is full of these since Friday- [19-Mar-2010 19:13:02] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20090626/imagick.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20090626/imagick.so: cannot open shared object file: No such file or directory in Unknown on line 0 and these - [19-Mar-2010 19:13:01] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20090626/pdo_pgsql.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20090626/pdo_pgsql.so: cannot open shared object file: No such file or directory in Unknown on line 0 Any suggestions?
paparush Posted March 22, 2010 Author Posted March 22, 2010 For starters, post your username and domain. Username:rushaustin Domain: wncrunners.com For starters, post your username and domain. I should have added that the site utilizes Sqlite. wncrunners does not use mysql or postgresql
paparush Posted March 22, 2010 Author Posted March 22, 2010 the answer is 42 Looks fine? Umm...NO. That's my msg for ERRORDOCUMENT 500 in .htaccess. DirectoryIndex index.php ErrorDocument 403 http://wncrunners.com/403.shtml ErrorDocument 404 http://wncrunners.com/404.shtml ErrorDocument 500 "the answer is 42" Here's Google's cache of the site: http://74.125.47.132/search?q=cache:XLZ_r0...=clnk&gl=us
Wizard Posted March 22, 2010 Posted March 22, 2010 @paparush: it would have been very helpful if you did not change the 500 or at least told us that you did. This support request is being escalated to our root admin. Username:rushaustin Domain: wncrunners.com
paparush Posted March 22, 2010 Author Posted March 22, 2010 @paparush: it would have been very helpful if you did not change the 500 or at least told us that you did. This support request is being escalated to our root admin. Username:rushaustin Domain: wncrunners.com Wiz, as soon as the site's back up, I'll address the 500. What is the default? Thanks for your help.
Ashoat Posted March 23, 2010 Posted March 23, 2010 Is the imagick error still occurring? As for PDO, I'm working on that. See this thread.
paparush Posted March 24, 2010 Author Posted March 24, 2010 Is the imagick error still occurring? As for PDO, I'm working on that. See this thread. I no longer see the imagick errors. The only errors now are all related to PDO. BTW- I've moved the code to rushaustin.heliohost.org/wncrunners as I'm currently hosting wncrunners.com at another host until this gets resolved. Thanks for your help.
Byron Posted March 24, 2010 Posted March 24, 2010 BTW- I've moved the code to rushaustin.heliohost.org/wncrunners as I'm currently hosting wncrunners.com at another host until this gets resolved. So rushaustin.heliohost.org is your main domain name and wncrunners.com is an addon domain?
paparush Posted March 24, 2010 Author Posted March 24, 2010 BTW- I've moved the code to rushaustin.heliohost.org/wncrunners as I'm currently hosting wncrunners.com at another host until this gets resolved. So rushaustin.heliohost.org is your main domain name and wncrunners.com is an addon domain? That's how it was set up. wncrunners.com is no longer an addon domain as I removed it yesterday. But, I moved the site's codebase to rushaustin.heliohost.org/wncrunners so I can test it against the heliohost server patches.
Byron Posted March 24, 2010 Posted March 24, 2010 More than likely your 500 error is coming from the htaccess file in this directory: /wncrunners Check your error log at your cpanel and if you still can't figure it out then post your htaccess code.
Ashoat Posted March 24, 2010 Posted March 24, 2010 Yeah, byron is right about that one. PHP "warnings" aren't fatal - they won't give you 500s.
paparush Posted March 27, 2010 Author Posted March 27, 2010 Yeah, byron is right about that one. PHP "warnings" aren't fatal - they won't give you 500s. I don't know guys. I moved the code to another host, as-is, didn't change a single line, and it's functioning fine. It functioned fine here until the PHP upgrade.
Ashoat Posted March 27, 2010 Posted March 27, 2010 Well the warnings should be gone now. Any other error information you can find? I take it you checked your error_log and cPanel's error log, right?
Recommended Posts