Jump to content

Problem on moving from local host to live host


Recommended Posts

Hi 

 

Could you please advice as I already stuck a week moving from local host to live host it's always shown the message on chrome as 

 

Server error
The website encountered an error while retrieving http://foodsaddict.com/foodsaddict/index.php?controller=AdminLogin&token=bd310dfa36cb337c1cd6ccc7fd9b12dd&redirect=AdminHome. It may be down for maintenance or configured incorrectly.
Here are some suggestions:
HTTP Error 500 (Internal Server Error): An unexpected condition was encountered while the server was attempting to fulfill the request.
Could anyone helping me out here I'm going to crazy.
Thank you very much and appreciate any advice.
 
Link to comment
Share on other sites

if you've got internal server error it's necessary to turn on error reporting:

open config/defines.inc.php
find this line
define('_PS_MODE_DEV_', false);
change to look like this:
define('_PS_MODE_DEV_', true);
 
then you will see full error code (what and where doesn't work)
Link to comment
Share on other sites

×
×
  • Create New...