bertismus Posted December 10, 2013 Share Posted December 10, 2013 Hello All, I am using prestashop V_1.5.6, but this also was happening on V_1.5.5. When logged in to the admin panel, I try to edit product pages and every 3rd to 5th product I try to edit, a popup show up saying "some tabs were not loaded correctly" I've noticed quite a few posts on this top and I did find a temporary solution. The problem is every time the product page is loaded in the admin panel, the prestashop engine sends a bunch of requests to the server. The server then considers this an attack, invoking a security protocol that blocks my IP address from being able access to the site for 45 seconds to 15 minutes. This problem is solved by whitelisting my IP address on the server side, but this solution is only temporary and certainly not enough for all the folks I have working on the site as many of their ip addresses are dynamic. Does anyone know how to solve this problem permanently without having to add whitelisted IP addresses? Link to comment Share on other sites More sharing options...
NemoPS Posted December 10, 2013 Share Posted December 10, 2013 Complex, cause as far as I know you have to heavily edit core files, as all back office tabs on the product page are loaded asynchronously using ajax. Not sure there is a solution Link to comment Share on other sites More sharing options...
bertismus Posted December 10, 2013 Author Share Posted December 10, 2013 I have another site, built on v1.5.4 and that issue does not exist in that version, is there a major difference between the two? Additionally the site built on 1.5.4 has much fewer products. Link to comment Share on other sites More sharing options...
bertismus Posted December 10, 2013 Author Share Posted December 10, 2013 Or perhaps there is a hosting company who's servers are set up for this issue? Link to comment Share on other sites More sharing options...
NemoPS Posted December 10, 2013 Share Posted December 10, 2013 Try hosting the same version on that site too. THere are no major difference, all tabs are loaded using ajax on 1.5 Link to comment Share on other sites More sharing options...
bertismus Posted December 11, 2013 Author Share Posted December 11, 2013 I installed the 1.5.4 version (one that did not have the problem with the tabs) and tried to upload the database from version 1.5.6 but it did not take, I keep getting a 500 server error. What is the difference between the two versions? Link to comment Share on other sites More sharing options...
vekia Posted December 12, 2013 Share Posted December 12, 2013 there are differencies in several tables (for example ps_log table) moreover if you've got internal server error, please turn on error reporting you will see what exactly doesn't work (what and where) Link to comment Share on other sites More sharing options...
Recommended Posts