Jump to content

Product Edit Broke. Perpetually Spinning Product Save Button On Ps 1.6.1.3


nbarnum

Recommended Posts

I recently updated my PS from 1.6.1.1.  We had an issue where the product save button took about 45sec to finish spinning.  I tried a few methods to fix but nothing worked.  I ran the update to 1.6.1.3 on my test server with our website.  The button stopped spinning after only 5sec!  When I completed the update on our live server I tested the Product edit page and the load was about 10sec.  I then ran a few other tests and called it good and renabled caching.

 

The next time I logged in the save button spins perpetually.  It does not stop.  I've given the page minutes to load and they button still spins.  I turned off cache and cleared cache through the BO.  No change.  I cleared cache manually.  No change.

 

My server is Hostgator VPS running PHP/5.4.33

 

When I monitor the Network this is what I see could be the problem but I'm not sure what the fix is.

 

404 Error for:

/ajax-tab.php?ajaxProductManufacturers=1&ajax=1&token=88adf2289fb91bb2e542f4a2e1b837ad&controller=AdminProducts&action=productManufacturers&_=1451939389740

 

/index.php?controller=AdminProducts&token=88adf2289fb91bb2e542f4a2e1b837ad&id_product=20&action=Customization&updateproduct&ajax=1&rand=1451939391827&_=1451939389735

 

500 Error for:

/index.php?controller=AdminProducts&token=88adf2289fb91bb2e542f4a2e1b837ad&id_product=20&action=Images&updateproduct&ajax=1&rand=1451939391668&_=1451939389733

 

/index.php?controller=AdminProducts&token=88adf2289fb91bb2e542f4a2e1b837ad&id_product=20&action=VirtualProduct&updateproduct&ajax=1&rand=1451939391559&_=1451939389732

 

/index.php?controller=AdminProducts&token=88adf2289fb91bb2e542f4a2e1b837ad&id_product=20&action=Quantities&updateproduct&ajax=1&rand=1451939391472&_=1451939389731

 

/index.php?controller=AdminProducts&token=88adf2289fb91bb2e542f4a2e1b837ad&id_product=20&action=Combinations&updateproduct&ajax=1&rand=1451939391427&_=1451939389730

 

I also see 13 requests for plugin.min.js All have Status Code: 304 Not Modified

 

post-918178-0-08263600-1452538568_thumb.png

Edited by nbarnum (see edit history)
Link to comment
Share on other sites

I have the same problem too on 1.6.1.4 and the same too with the previous version of PS with 1and1 hosting.

 

I use on MAMP on my OS X with the same PS 1.6.1.4 image and it works well ...

 

After modifying php.ini with this :

 

magic_quotes_gpc = off;

register_globals = off;
allow_url_fopen = on;
file_uploads = on;
memory_limit = 128M;
max_execution_time=300;
max_input_time=-1;
upload_max_filesize=25M;
post_max_size=20M;
max_input_vars=10000;
suhosin.get.max_vars = 10000;
suhosin.post.max_vars = 10000;

 

Nothing changes.

 

WTF!

Link to comment
Share on other sites

  • 8 months later...

Check you Apache error log for:

 

ModSecurity: Output filter: Error while forwarding response data (103): Software caused connection abort [hostname "a_domain_name"] [uri "/you_admin_folder/index.php"] [unique_id "WAOEr38AAAEAADQ-EZQAAAAB"]

 

I have issue after product save of 1) spinning save buttons and 2) pop up saying all tabs could not be loaded.

 

 

 

So ALWAYS check your error log from hosting.  Note: mod_security errors will not be displayed  to your website page when PrestaShop debug mode enabled,  they are hidden by server and will  not be displayed on your website.

Link to comment
Share on other sites

PS 1.6.1.1

 

I've got the same issue. Is this a bug and is there a fix for it?

 

I'm getting this locally and on our server.

 

Have checked Apache logs and tried the seo.tpl fix aboe but no joy.

 

Anyone from Prestashop to help out with this would be appreciated.

Thanks

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...