Gurunaa Posted November 22, 2013 Share Posted November 22, 2013 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 errorThe 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:Reload this webpage later. 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 More sharing options...
vekia Posted November 24, 2013 Share Posted November 24, 2013 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 More sharing options...
cong2013 Posted November 26, 2013 Share Posted November 26, 2013 Server errorThe 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: Hi, Is mcrypt enabled on your live-server? Link to comment Share on other sites More sharing options...
Recommended Posts