Jump to content

500 international error


Recommended Posts

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 by stephaNNb (see edit history)
Link to comment
Share on other sites

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

  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...