cancel
Showing results for 
Search instead for 
Did you mean: 

413 Request Entity Too Large

SOLVED

413 Request Entity Too Large

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..

413 Request Entity Too Large.png

1 ACCEPTED SOLUTION

Accepted Solutions

Re: 413 Request Entity Too Large

Hi @santoshcbonline

 

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

 

 

---
Problem Solved Click Accept as Solution!:Magento Community India Forum

View solution in original post

1 REPLY 1

Re: 413 Request Entity Too Large

Hi @santoshcbonline

 

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

 

 

---
Problem Solved Click Accept as Solution!:Magento Community India Forum