Closed (fixed)
Project:
Backup and Migrate
Version:
5.x-1.2
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
24 Apr 2009 at 14:09 UTC
Updated:
22 May 2010 at 03:30 UTC
Hi,
When I attempt to restore a backup, I get a 500.shtml error. (Note that I have the Search404 Module installed (http://drupal.org/project/search404), so, it actually does a search for 500 shtml)
How do I go about troubleshooting this? I looked in logs, and did not find anything relevant.
Any help would be appreciated!
Thanks,
Comments
Comment #1
mherchelbump on this one
Comment #2
kenorb commentedHow this page looks like? Where you get this screen, on the front page?
Comment #3
ronan commentedI'm afraid a 500 error is a pretty generic server error. It usually indicates a problem at the web server level (misconfigured .htaccess for example) rather than in php. That's for apache at least. If that's not what you're using then I could be wrong about that. Have you looked in your web server logs?
You're probably getting a 404 as well because the webserver is looking for a custom error page (called 500.shtml) and not finding it.
Comment #4
mherchelThanks for the info Ronan. How to I go about troubleshooting this? Is there webserver logs that can help diagnose the problems? Are there any tests I can try?
Thx
Comment #5
ronan commentedIf you haven't already, ask your web host or server admin about looking at your apache error logs. If you have cpanel or a similar web panel there's often an error logs section in there that will show you the most recent entries.
Once you get access to the logs, look for a recurring error, or one that matches the last time you had this problem.
Comment #6
ronan commentedI hope you ended up figuring this out.