Rakesh153 Posted January 8, 2016 Share Posted January 8, 2016 Hi All Can anyone help with the following: I am new to Prestashop and from the backend interface when I click on "Modules and Services" it renders a blank page. It doesnt show the installed modules. Any ideas why this is such? Thanks in advance Link to comment Share on other sites More sharing options...
bellini13 Posted January 9, 2016 Share Posted January 9, 2016 This usually means you have run out of memory available to PHP, or that the process took too long to complete. Search the forums for how to enable Prestashop debug mode, this way instead of a blank page, you will see the precise error instead. Link to comment Share on other sites More sharing options...
Naman_Bhatla Posted January 15, 2016 Share Posted January 15, 2016 Hi, Please go to the config folder and file define.inc.php file open it and change define('_PS_MODE_DEV_', false); to define('_PS_MODE_DEV_', true);. now when you will click on module and services you will get the errors due to which the page is not opening. Please share the errors to solve the issue 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