cancel
Showing results for 
Search instead for 
Did you mean: 

Attribute Value Limits-Is there one?

SOLVED

Attribute Value Limits-Is there one?

Is there a limit to the number of attribute values per attribute name?

2 ACCEPTED SOLUTIONS

Accepted Solutions

Re: Attribute Value Limits-Is there one?

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

View solution in original post

Re: Attribute Value Limits-Is there one?

Thank you, that did it!

View solution in original post

3 REPLIES 3

Re: Attribute Value Limits-Is there one?

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

Re: Attribute Value Limits-Is there one?

Thank you, that did it!

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.