cancel
Showing results for 
Search instead for 
Did you mean: 

Not Saving Changes to Product

   Did you know you can see the translated content as per your choice?

Translation is in progress. Please check again after few minutes.

Not Saving Changes to Product

When I make a change, add a row to a custom option, and just add a custom option under a product, and save it appears its saving and actually says it saved, but it really is not saving at all!

 

MY ERROR LOG SAYS THIS:

[07-Dec-2019 07:20:47 America/New_York] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0

 

So I edited the php.ini file and increased the max_input _vars to 10000, and this still did not do the trick. Any advice?

6 REPLIES 6

Re: Not Saving Changes to Product

@mark_anderson3 after the changing the value have you restart your apache server?

 

If not then restart your apache server.

 

Thanks

Re: Not Saving Changes to Product

Hi Rahul

Not sure how to restart apache within Magento, or can I have the hosting company do that?

Re: Not Saving Changes to Product

I asked the hosting company to restart the apache server, and they did. Did not work.

Re: Not Saving Changes to Product

@mark_anderson3 can you create one info.php file on your root with the below code.

 

<php

phpinfo();

And check the value which you have changed

 

Thanks

Re: Not Saving Changes to Product

I made an attempt at this, not really sure if I completely understand what you were asking for me to do. But still the same result anyway, still does not work

Re: Not Saving Changes to Product

info.php was created in the root tho