Feature request from rkhoury82, posted on GitHub Mar 31, 2016
Steps to reproduce
- Install Magento 2.0.3
- Migrate or create a Configurable Product with 300 variations, save.
- Go back into that product, press the "add products manually"
Expected result
- With products with smaller variation sets the functionality works
- I have increased the LimitRequestLine to work around 414 (Request-URI Too Large) error (per issue #3495)
- I have not been able determine the size limit yet.
Actual result
- Error Message Pops: Attention Something went wrong.
- No browser messages in console.
- Error in Apache Logs:
[Thu Mar 31 18:34:14.139835 2016] [proxy_fcgi:warn] [pid 4968] [client 60.225.85.XXX:37893] AH02536: couldn't encode envvar 'QUERY_STRING' in 16384 bytes, referer: http://EXAMPLE/admin/catalog/product/edit/id/3/key/81f78988e9908f8d89115a62f01eacdd8611886ce257a56bd...
[Thu Mar 31 18:34:14.139840 2016] [proxy_fcgi:warn] [pid 4968] [client 60.225.85.XXX:37893] AH02536: couldn't encode envvar 'REQUEST_URI' in 16384 bytes, referer: http://EXAMPLE/admin/catalog/product/edit/id/3/key/81f78988e9908f8d89115a62f01eacdd8611886ce257a56bd...
Environment
- PHP 7.0.4 run as FPM not MOD_PHP (unable to test with 7.0.2 or 7.0.3 to see if it is a PHP error)
- Apache 2.4.18
- MYSQL 5.6