CP00 Posted March 26, 2015 Share Posted March 26, 2015 Hello. I met this problem a lot of times in the forum here and tried some of the options suggested without a success. I'm developing a new website using version 1.6.0.11 + a theme I bought. There is a pop-up saying Tab Prices 500 - Some tabs were not loaded correctly, do you want to reload them? The Chrome error console says Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check http://xhr.spec.whatwg.org/. Failed to load resource: the server responded with a status of 500 (Internal Server Error). Any ideas? Link to comment Share on other sites More sharing options...
aleixki Posted April 28, 2015 Share Posted April 28, 2015 Bump. I got the same problem and i'm stuck. No solutions? Thanks Link to comment Share on other sites More sharing options...
aleixki Posted April 29, 2015 Share Posted April 29, 2015 (edited) Today I found a solution. I was trying to solve another issue and with the modification the loading tab error was solved too, at least by the moment. The problem was with table 'ps_tax_rules_group', I don't know why the column 'deleted' was missing. Even in another clean installation was missing. And I'm using 1.6.0.11. The solution comes by executing this sentence to add the missing column. ALTER TABLE `ps_tax_rules_group` ADD `deleted` TINYINT(1) UNSIGNED NOT NULL, ADD `date_add` DATETIME NOT NULL, ADD `date_upd` DATETIME NOT NULL; I hope this solution works for other people too. Bye Edited April 29, 2015 by aleixki (see edit history) 2 Link to comment Share on other sites More sharing options...
tuk66 Posted May 5, 2015 Share Posted May 5, 2015 Upgrading to 1.6.0.14 should help as well. Link to comment Share on other sites More sharing options...
EdgarAnd Posted May 31, 2015 Share Posted May 31, 2015 Found the solution here:http://www.templatemonster.com/help/prestashop-1-6-x-how-to-fix-an-error-occurred-while-updating-an-object-product.html 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