Jump to content

Modules page blank!


jasmynn

Recommended Posts

if your modules page is blank - it mean that something goes wrong with parsing php scripts.

in this case you have to run error reporting mode:
 

open: config/defines.inc.php

 
find this line
define('_PS_MODE_DEV_', false);
change to look like this:
define('_PS_MODE_DEV_', true);
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...