srqwebguy Posted April 9, 2015 Share Posted April 9, 2015 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 More sharing options...
jgamio Posted April 10, 2015 Share Posted April 10, 2015 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 1 Link to comment Share on other sites More sharing options...
srqwebguy Posted April 10, 2015 Author Share Posted April 10, 2015 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now