fatheeym Posted June 12, 2016 Share Posted June 12, 2016 http://prntscr.com/bfcjwt i can't find the section for CMS category and when i try to add anew CMS category it give me a blank page Link to comment Share on other sites More sharing options...
fatheeym Posted June 12, 2016 Author Share Posted June 12, 2016 i've tried to disable non-prestashop modules and it come back how i know which modules caused this ? Link to comment Share on other sites More sharing options...
jefathey Posted June 12, 2016 Share Posted June 12, 2016 any kind of help ? Link to comment Share on other sites More sharing options...
rocky Posted June 13, 2016 Share Posted June 13, 2016 You'll need to enable each module one by one until you get a blank page again. You can then edit config/defines.inc.php and change the value of _PS_DEV_MODE_ from false to true to see an error message instead of a blank page that we can use to debug the problem. Link to comment Share on other sites More sharing options...
jefathey Posted June 13, 2016 Share Posted June 13, 2016 thank you i'll try and replay Link to comment Share on other sites More sharing options...
jefathey Posted June 13, 2016 Share Posted June 13, 2016 Unknown error on line 130 in file /var/www/html/override/controllers/admin/AdminCmsCategoriesController.php[8192] Non-static method AdminControllerCore::postProcess() should not be called statically, assuming $this from incompatible context ???? Link to comment Share on other sites More sharing options...
rocky Posted June 13, 2016 Share Posted June 13, 2016 Strange error. What version of PrestaShop are you using? From the error message, it would seem AdminControllerCore::postProcess() is being used when parent::postProcess() should be used. 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