LowCrawl Posted December 10, 2013 Share Posted December 10, 2013 Hi all, I'm very new to Prestashop (running version 1.5.6.1), so I don't know if this has been covered before, but I'm having some trouble adding new products to my catalog. When I go to Catalog>Products>Add New I end up with a screen that has the normal header but with nothing else to fill in, and no sidebar like I've seen in the tutorials I've been watching. Any help would be very much appreciated. Link to comment Share on other sites More sharing options...
Radu Posted December 11, 2013 Share Posted December 11, 2013 it seems an error but before you see it you need to turn on debugging on: open config/defines.inc.php and make sure you have this line: define('_PS_MODE_DEV_', true); Link to comment Share on other sites More sharing options...
vekia Posted December 11, 2013 Share Posted December 11, 2013 can you also check browser console log? in chrome: ctrl+shift+j i suppose that you will have there some bugs Link to comment Share on other sites More sharing options...
NemoPS Posted December 11, 2013 Share Posted December 11, 2013 Also, try using Google Chrome as well Link to comment Share on other sites More sharing options...
LowCrawl Posted December 11, 2013 Author Share Posted December 11, 2013 Thanks for the replies. I tried opening it in Chrome, but got the same result. Where would I go to open config/defines.inc.php ? Link to comment Share on other sites More sharing options...
vekia Posted December 11, 2013 Share Posted December 11, 2013 config/defines.inc.php is a part of prestashop filesystem you have to open it in some text editor (via FTP service) or with some files manage (if you've got this feature on your hosting account) Link to comment Share on other sites More sharing options...
LowCrawl Posted December 11, 2013 Author Share Posted December 11, 2013 I didn't see define('_PS_MODE_DEV_', true); when I opened it up, but I did find: define('_PS_MODE_DEV_', false); Should I replace this with define('_PS_MODE_DEV_', true); or just add it in? Link to comment Share on other sites More sharing options...
NemoPS Posted December 11, 2013 Share Posted December 11, 2013 Yes, change false to true to display errors Link to comment Share on other sites More sharing options...
Recommended Posts