After 300 options (different sizes), an input error is displayed.
Where can this restriction be removed?
After 300 options (different sizes), an input error is displayed.
Where can this restriction be removed?
Add to .htaccess:
php_value max_input_vars 15000 Or in php.ini, if you have access:
max_input_vars = 15000; Or maybe there are such items in the hosting settings panel, look.
Source: https://ru.stackoverflow.com/questions/509324/
All Articles