Jump to content

can't access admin area after move


Recommended Posts

Just moved a site to a new server, and can't access admin area. Only get white pages. Server has same architecture, but likely newer PHP version. This version of prestashop was only about 6 months old. Anyone have any idea what might be wrong?

 

Thanks for any help...

Link to comment
Share on other sites

You need activate de develop option to see the error

 

Go to config->defines.inc.php

 

change

 

define('_PS_MODE_DEV_', false);

 

to 

 

define('_PS_MODE_DEV_', true);

 

 

then you can see error number y paste here

  • Like 1
Link to comment
Share on other sites

That was extremely helpful. Thank you. It generated an error message that told me it could not write to cache/smarty/compile. This lead me to discover that the ownership of certain directories had not been properly assigned during the restore to the new server. It appears to be working now. Thanks again for the quick follow up.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...