bartm Posted October 6, 2013 Share Posted October 6, 2013 I've a problem with delete product in back-office. It seems like something is looping in php, because nginx says 504 on URL like adminxxx/index.php?controller=AdminProducts&id_product=771&deleteproduct&token=5d90bd84da85ee698a3f8d562c27207e. I've increased timeout to 240s and still nothing. Can anybody help? B. Link to comment Share on other sites More sharing options...
NemoPS Posted October 7, 2013 Share Posted October 7, 2013 Does it happen with all products? Or only the ones with attributes? Link to comment Share on other sites More sharing options...
bartm Posted October 7, 2013 Author Share Posted October 7, 2013 I've all product with attributes.But I've created new product without attributes, and deleted it without error. Link to comment Share on other sites More sharing options...
NemoPS Posted October 7, 2013 Share Posted October 7, 2013 How many combinations do they have? It might simply be that your server can't handle the database overload during deletion across multiple tables Link to comment Share on other sites More sharing options...
bartm Posted October 7, 2013 Author Share Posted October 7, 2013 Products have about 10 attributes and 0 combinations. Server uptime ~ 0.6 also after click on delete icon. Link to comment Share on other sites More sharing options...
NemoPS Posted October 7, 2013 Share Posted October 7, 2013 0 combinations? uhm...how can they have attributes but no combinations? Also, can you try turning on errors as described in my signature, and try the deletion? Link to comment Share on other sites More sharing options...
bartm Posted October 7, 2013 Author Share Posted October 7, 2013 Sorry, I mean 10 product feature, not product attribute. Turning PS_MODE_DEV on didn't work because there is a 504 nginx error (no php output) Link to comment Share on other sites More sharing options...
Recommended Posts