PHP Max Input Vars Minimum 5000
Hi the be system need 5000+ but my server has in standard 400 max
I tried to add a php.ini file no changes
user.ini no changes
I added to .htacess the following:
<IfModule mod_php.c>
php_value max_input_vars 7000
</IfModule>
no changes
if I add it without the ifModule line the site crashes..
Can Anybody please help me how to solve this?
Comments
solved it you need to add a . in front of the user.ini file
.user.ini
only the line: max_input_vars = 7000;
Hi,
did you faced any issues due to max input vars or just want to increase limit for no reason?
My system gave me an error message - as the base site was extremly simple we did not face any trouble with 4000 - now witt 7000 no error message and everything works..
We are happy to see that it works correctly for you.
If you have any other questions or problems, feel free to ask.
Best regards
Can you explain me why the image in the header loads so slow?: https://coverup-design.de/aussergewoehnliche-wandbekleidungen/
thks in advance
I can see that you are using a PNG image. It will load faster if you replace it with a lighter WEBP extension.
I suggest checking the following article describing actions you can perform to increase loading time for your website:
https://support.muffingroup.com/how-to/how-to-speed-up-my-site/
Best regards
perfekt thks