stephaNNb Posted October 4, 2012 Share Posted October 4, 2012 (edited) Hi. Please tell me what's the problem with my website please. When i enter to my website... it's works perfectly . I navigate 2-3-10 pages (not everytime). Once at 5 minutes.. The website brings me to a page with 500 international error. What's the problem? Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, [email protected] 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. My website is www.produseteleshopping.eu I really don't know what to do. Someone can please tell me? Any advice is acceptable. Edited October 4, 2012 by stephaNNb (see edit history) Link to comment Share on other sites More sharing options...
benjamin utterback Posted October 4, 2012 Share Posted October 4, 2012 Hello, I would definitely check out your server error log. You can usually access this via Cpanel, I also suggest calling your hosting provider to assist you as well. Then we can move forward with an Error log. Link to comment Share on other sites More sharing options...
El Patron Posted October 4, 2012 Share Posted October 4, 2012 As Mr. Utterback said and you can also do something on your own as well. change config/config.inc.php @ini_set('display_errors', 'off'); define('_PS_DEBUG_SQL_', false); to @ini_set('display_errors', 'on'); define('_PS_DEBUG_SQL_', true); Now go reproduce your error...and see if you get more information. don't forget to change your error setting back when done happy error hunting 1 Link to comment Share on other sites More sharing options...
Recommended Posts