I have a store on magento 1.9.x
While entering values to a custom option on product edit page it gives "413 Request Entity Too Large" error.
I have to update 6000 values to a custom option but I am able to update only 1245 values..
After updating more than that it gives "413 Request Entity Too Large" error.
Please look on attached image for the error..
Please advice me to solve the issue..
Solved! Go to Solution.
6000 values to custom option are too much.
What is the configured values for the following parameter on your server?
post_max_size
You may try to increase value of post_max_size in the php.ini or your Magento's .htaccess file.
Also visit LimitRequestBody Directive
6000 values to custom option are too much.
What is the configured values for the following parameter on your server?
post_max_size
You may try to increase value of post_max_size in the php.ini or your Magento's .htaccess file.
Also visit LimitRequestBody Directive