It seems this is an old issue, but I had no luck in finding the solution.
So, I have a problem with product options. It apeears there is some limitation. I tried editing php.ini and .htaccess, but nothing.
Any solution?
Thank you
max_input_vars increase to 10000 in php.ini and admin/php.ini
After changing, check the change has taken place by uploading a php file as follows:
name it info.php
contents:
Upload to your store root folder and run it in a browser - Check for the value of max_input_vars to see if it has changed.
Delete info.php afterwards
After changing, check the change has taken place by uploading a php file as follows:
name it info.php
contents:
Code: Select all
<?php
phpinfo();
Delete info.php afterwards
I don't have a php.in in the admin folder. Should I copy the same php.ini there as well?uksitebuilder wrote: ↑Sat Jan 04, 2020 4:26 ammax_input_vars increase to 10000 in php.ini and admin/php.ini
After changing, check the change has taken place by uploading a php file as follows:
name it info.php
contents:Upload to your store root folder and run it in a browser - Check for the value of max_input_vars to see if it has changed.Code: Select all
<?php phpinfo();
Delete info.php afterwards
Did it, as you suggested and change it twice, 10000 and 50000, but in the info.php remained the same 1000.
Thank you

If there is no change when you view info.php then it seems your host does not allow php.ini overrides.
In that case I would suggest you contact your host to see if they can help.
If you are using shared hosting, then they will most likely say no. One of the many drawbacks of using shared hosting unfortunately.
In that case I would suggest you contact your host to see if they can help.
If you are using shared hosting, then they will most likely say no. One of the many drawbacks of using shared hosting unfortunately.
It updated somehow, and now it is working.uksitebuilder wrote: ↑Sat Jan 04, 2020 4:50 pmIf there is no change when you view info.php then it seems your host does not allow php.ini overrides.
In that case I would suggest you contact your host to see if they can help.
If you are using shared hosting, then they will most likely say no. One of the many drawbacks of using shared hosting unfortunately.
Thank you
Who is online
Users browsing this forum: 7cswinery and 62 guests