lakshmi.goyal Posted December 13, 2012 Share Posted December 13, 2012 Hi, We have a reasonably new Prestashop store - nookstore.in. All of a sudden we are unable to edit any products. To be more specific, you go to a product, click "Edit" and make your changes. Click on "Save and Stay". The page refreshes and takes you back to the product lists. The success message - "Product updated successfully" doesn't display. I was wondering if any of the product contents are causing the issue. And if yes, is there a way to track this. Like.. some log files or DB Logs. We are completely lost as to what is causing this. Going through each product and looking for possible causes seems impossible. Any help would be appreciated. Link to comment Share on other sites More sharing options...
clayton29657 Posted December 13, 2012 Share Posted December 13, 2012 hello lakshmi.goyal you can try to turn on your error reports in your config.config.inc.php file and see if there is any errors here. there is a bug reports there that you can turn on and maybe this will show you some light into what is going on. Hope this helps Clayton Link to comment Share on other sites More sharing options...
lakshmi.goyal Posted December 13, 2012 Author Share Posted December 13, 2012 <p>Hi Clayton,</p> <p> </p> <p>Thank You for your suggestion.</p> <p> </p> <p>I tried this. Below is the change I made to the php file:</p> <p> </p> <p> </p> <div>/* Debug only */</div> <div>@ini_set('display_errors', 'on');</div> <div>define('_PS_DEBUG_SQL_', true);</div> <div> </div> <div>This does not seem to help. Am I supposed to see some error messages? </div> <div> </div> <div>Also I did notice something else. I tried making some minor changes to an existing product description and this saves successfully. I then added some new "Feature" .. and tried saving. This does not work.</div> <div> </div> <div>Any ideas what might be causing this? And also.. how can I possibly track the cause... </div> Link to comment Share on other sites More sharing options...
lakshmi.goyal Posted December 14, 2012 Author Share Posted December 14, 2012 The issue was with the PHP variable max_input_vars limit being set to 1000. I've updated this to 1500 and everything seems to be working fine now. Has anybody come across this before? Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now