Is there a limit to the number of attribute values per attribute name?
Solved! Go to Solution.
Hello @MacArthur
There is no limit for value of any options.
But php have some limit
please add below code into .htaccess file and check it
php_value upload_max_filesize 10M
php_value max_input_nesting_level 128
php_value max_input_vars 7000
Thank you, that did it!
Hello @MacArthur
There is no limit for value of any options.
But php have some limit
please add below code into .htaccess file and check it
php_value upload_max_filesize 10M
php_value max_input_nesting_level 128
php_value max_input_vars 7000
We are having same issue in version 2.1.5 and if I add php.ini there with any value then it give server error. Adding in .htaccess doesnt make any difference.