Mario90 Posted October 14, 2015 Share Posted October 14, 2015 Hi,my server launches a Timeout Error when i try to update an existing product.I've applied this fix https://github.com/PrestaShop/PrestaShop/commit/7e891c594e3cc8b48aea0a57ed674189abc19493 to speed up the ajax loading of save buttons but, even with dev mode active, i cannot see any error except the Timeout itself.Anybody had the same problem? Thanks. Link to comment Share on other sites More sharing options...
nexor Posted January 18, 2016 Share Posted January 18, 2016 I had the exact same problem, and solved it by uninstalling the "seohelping" module, which is listed as SEO (Search engine optimization).That module is no longer present in the prestashop install package, but may remain if you upgrade from earlier versions.The issue with that module is that it calls $product->save() from inside the "actionProductUpdate" hook, which generates an infinite loop.There should definitely be a warning about this somewhere! Link to comment Share on other sites More sharing options...
nextday_se Posted February 2, 2016 Share Posted February 2, 2016 I have the same issue. Getting crazy. Serverinformation Linux #1 SMP Wed Jun 18 08:28:56 EDT 2014 x86_64 Server-software Version Apache PHP-version 5.6.14 Memory 96M Maxtime 120 Prestashop version 1.6.1.4 Any solution? Link to comment Share on other sites More sharing options...
EV8 Posted September 26, 2016 Share Posted September 26, 2016 Well that worked for me Thanks for the fix. i just disabled the SEO module and all is well with the world again. Link to comment Share on other sites More sharing options...
moonlight.sonata Posted September 27, 2016 Share Posted September 27, 2016 (edited) you should go to Modules -> Modules in your admin and disable the module(s): Edited September 27, 2016 by moonlight.sonata (see edit history) Link to comment Share on other sites More sharing options...
kerlin Posted February 20, 2017 Share Posted February 20, 2017 Hello, I've the same problem with a fresh install of PS 1.6.10 on my local server.I can't add products. After a minutes, I receive the message timeout, an error occured during loading tabls. In the console, Network tab, there are 7 red lines. When I launch each of them the response is failed to load response data. http://localhost/site/admin598e0sqm0/index.php?controller=AdminProducts&token=4b71fcd89c8ce974285a3ac874710536&id_product=0&action=Quantities&updateproduct&ajax=1&rand=1487606116984&_=1487606115089 http://localhost/site/admin598e0sqm0/index.php?controller=AdminProducts&token=4b71fcd89c8ce974285a3ac874710536&id_product=0&action=VirtualProduct&updateproduct&ajax=1&rand=1487606117004&_=1487606115091 http://localhost/site/admin598e0sqm0/index.php?controller=AdminProducts&token=4b71fcd89c8ce974285a3ac874710536&id_product=0&action=Images&updateproduct&ajax=1&rand=1487606117004&_=1487606115091 http://localhost/site/admin598e0sqm0/index.php?controller=AdminProducts&token=4b71fcd89c8ce974285a3ac874710536&id_product=0&action=Features&updateproduct&ajax=1&rand=1487606117004&_=1487606115091 http://localhost/site/admin598e0sqm0/index.php?controller=AdminProducts&token=4b71fcd89c8ce974285a3ac874710536&id_product=0&action=Customization&updateproduct&ajax=1&rand=1487606116996&_=1487606115090 http://localhost/site/admin598e0sqm0/index.php?controller=AdminProducts&token=4b71fcd89c8ce974285a3ac874710536&id_product=0&action=Attachments&updateproduct&ajax=1&rand=1487606116996&_=1487606115090 http://localhost/site/admin598e0sqm0/index.php?controller=AdminProducts&token=4b71fcd89c8ce974285a3ac874710536&id_product=0&action=Suppliers&updateproduct&ajax=1&rand=1487606116996&_=1487606115090 No SEO module installed.I already tried with disabling the override, delete all products, but nothing works.Do you have an idea for me please ? thanks ! Link to comment Share on other sites More sharing options...
danplant Posted March 1, 2017 Share Posted March 1, 2017 Also me ! Heeeeelp ! Link to comment Share on other sites More sharing options...
Recommended Posts