Jump to content

1.6.1.1 Product Save Timeout Error


Recommended Posts

  • 3 months later...

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

  • 3 weeks later...
  • 7 months later...
  • 4 months later...

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

  • 2 weeks later...
×
×
  • Create New...