- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Is there a limit to the number of attribute values per attribute name?
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Problem solved? Click Kudos & Accept as Solution!
Sunil Patel
Magento 2 Certified Professional Developer & Frontend Developer
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you, that did it!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Problem solved? Click Kudos & Accept as Solution!
Sunil Patel
Magento 2 Certified Professional Developer & Frontend Developer
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Attribute Value Limits-Is there one?
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.