raunhar Posted October 26, 2020 Share Posted October 26, 2020 I upgraded the prestashop from 1.6.5 to 1.7 version. AFter the upgrade the home page is blank. I cleared the cache also, but the page is still blank. I am using the default theme https://houseofperfumes.co.nz/bk/index.php Link to comment Share on other sites More sharing options...
Razi Posted October 26, 2020 Share Posted October 26, 2020 You need to enable debug mode after this you are able to see details of errors config/defines.inc.php define('_PS_MODE_DEV_', false); change it to: define('_PS_MODE_DEV_', true); 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