I recently had an issue with Custom Option not saving in a Magento site. A product had around 400 custom options. After editing options and hitting save button, it said “The product has been saved” but the edit was not getting saved at all.
I added these values on .htaccess file and it worked perfect:
1 2 3 4 5 |
php_value memory_limit 1026M php_value max_execution_time 6000 php_value max_input_vars 6000 php_value suhosin.post.max_vars 6000 php_value suhosin.request.max_vars 6000 |