benwiggy Posted April 17, 2014 Share Posted April 17, 2014 I get the following error messages when I'm using the Products section of the Back Office. "Some tabs were not loaded". So I can't complete manual edits of products. PS 1.6. Any thoughts? Link to comment Share on other sites More sharing options...
vekia Posted April 17, 2014 Share Posted April 17, 2014 turn on browser console (ctrL+shift+j in chrome) and then open product edit page you will see there a lot of queries (AJAX) some of them will be red. can you paste red output here? Link to comment Share on other sites More sharing options...
benwiggy Posted April 17, 2014 Author Share Posted April 17, 2014 (edited) [Error] Failed to load resource: the server responded with a status of 500 (Internal Server Error) (index.php, line 0) Also various CSS warnings. I'm using the default theme. Edited April 17, 2014 by benwiggy (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted April 17, 2014 Share Posted April 17, 2014 internal server error = turn on error reporting, then isntead internal server error you will see detailed information about error (what and where doesnt work) Link to comment Share on other sites More sharing options...
benwiggy Posted April 17, 2014 Author Share Posted April 17, 2014 (edited) Where do I turn on error reporting? EDIT: Ah. Just seen the big Sticky. DOUBLE EDIT: Can't find anything like that in config.inc.php for v1.6. Edited April 17, 2014 by benwiggy (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted April 17, 2014 Share Posted April 17, 2014 prestashop 1.5.3+ 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 More sharing options...
benwiggy Posted April 17, 2014 Author Share Posted April 17, 2014 Can't find that line in config/config.inc.php. In any case, I had so many problems, I've deleted the whole thing and will reinstall with a new database. As said, I've never managed to get any version beyond 1.3.1 working. Link to comment Share on other sites More sharing options...
vekia Posted April 17, 2014 Share Posted April 17, 2014 you don't have to edit config.inc.php file .... Link to comment Share on other sites More sharing options...
benwiggy Posted April 17, 2014 Author Share Posted April 17, 2014 Sorry, yes, it's defines, not config. My mistake. Link to comment Share on other sites More sharing options...
vekia Posted April 17, 2014 Share Posted April 17, 2014 okay so you turned it on? it's time to check several things Link to comment Share on other sites More sharing options...
benwiggy Posted April 18, 2014 Author Share Posted April 18, 2014 I'm reinstalling the whole thing as I broke the database by importing my own Categories. (That happens a lot.) Link to comment Share on other sites More sharing options...
vekia Posted April 18, 2014 Share Posted April 18, 2014 okay thank you for information let us know what's going on after reinstallation. 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