timyp Posted December 14, 2016 Share Posted December 14, 2016 I migrated a site from a shared webhost to a dedicated server, When loading the page I get the below error 500 Server ErrorOops, something went wrong.Try to refresh this page or feel free to contact us if the problem persists. The prestashop logs show "Shop not found at line 404 in file classes/shop/Shop.php" I have tried cleaning out the prestashop cache folder but this did not resolve this issue. Any suggestions? Thanks, Tim Link to comment Share on other sites More sharing options...
timyp Posted December 14, 2016 Author Share Posted December 14, 2016 Try to clear the cache and enable the debug mode to see error reports. You can enable the debug mode from config/defines.inc.php just change the false to true : /* Debug only */ define('_PS_MODE_DEV_', true); Here is the debug log http://imgur.com/ADirZba 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