Table of Content
I have an attribute that has thousands of options.
The options are created programmatically by a script that imports all my products from a feed.
The problem is that I’m unable to load the edit page form the magento admin.
Several different ways is to solve this:
– add to php.ini
max_input_vars = 10000
– add to php-fpm configuration
php_admin_value[max_input_vars] = 10000
Don’t forget restart Nginx/PHP-Fpm