I have a site built with Drupal 6.20 hosted by OVH. I had a problem in December because the php versio was on 5 in the .htaccess and I put it on 5.3 (I was told that beyond it is not supported by Drupal 6) and then the site worked correctly.
Since 3 months I have not changed or even accessed the site which was working perfectly but in recent days, it displays "Error 500".
More, I do not have access either to the administration panel, I also have this "error 500" (internal server error) when I try to connect to it. Impossible to do anything or to find the source of the failure.
Could you help me ?
Thank you

Comments

Jaypan’s picture

You'll need to look at the PHP, Apache and database error logs to find out what is causing the error.

Shashwat Purav’s picture

Show all errors while developing

You can show all errors by adding a few lines to your local testing site's settings.php:

error_reporting(E_ALL);
ini_set('display_errors', TRUE);
ini_set('display_startup_errors', TRUE);

Thank You,
Shashwat Purav

miss_socrates’s picture

Thanks for response.
Sorry but the website has been created by someone else in 2011 and it worked until recently.
So, I haven't any local version.

miss_socrates’s picture

I have put php 5 up to 5.3 in htaccess in Februari and it worked well since.
I don't have access to Apache and php.ini on the server.
For the logs, there are a lot of errors 304 and then errors 200 & 500 and finally errors 500