Jump to content

500 internal server error after I deleted Site from webmastertools


Recommended Posts

Hi, I got some issues here.

Yesterday I deleted my site from webstertools because I got alot of error in crawling index ( I assume after delete and re-submit my web again, it will be fine)

I thought after I delete 'Verify key'(html file from google before verifying web) in cpanel and in front office got 500 internal server error.

and now in front office I cannot access it, but in Backoffice Still may accesss.

please someone can help me ? :(

Link to comment
Share on other sites

change config/config.inc.php

 

from

/* Debug only */
@ini_set('display_errors', 'off');
define('_PS_DEBUG_SQL_', false);

 

to

 

/* Debug only */
@ini_set('display_errors', 'on');
define('_PS_DEBUG_SQL_', false);

 

then navigate to your site and post the error message you are receiving.

Link to comment
Share on other sites

Hi,

 

We are facing the same problem; however, we did not make any script change lately.

We have no problem to access to BO (back office), and the only page is working file on FO is /modules/sendtoafriend/sendtoafriend-form.php

 

We have set the FO 'display_errors', 'on'; however, the (front office) still showing the below error;

Internal Server Error

 

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

 

The server error log shows as below:

[Tue May 29 00:05:54 2012] [error] [client 1111.000.50.75] File does not exist: /home/site/public_html/500.shtml

 

Please advise how to solve this issue, thanks.

Link to comment
Share on other sites

×
×
  • Create New...