Updated on Nov 7, 2022
The PHP variable max_input_vars
was introduced in PHP 5.3.9+ as a security measure to limit the maximum amount of POST variables submitted. It represents the number of variables your server can use to run a function. If the value of PHP input vars is not enough, you will get the max_input_vars error.
To resolve this, the default value can be increased. In this post, we will discuss all the possibilities in cPanel and explain how to change the maximum number of input variables allowed for PHP scripts for your entire web hosting account in order to fit specific application requirements.
Before we dive into the methods to increase PHP Max Input Vars, let us cover what exactly is PHP Input Vars. The Max Input Var value represents how many variables for a single function your server can use to avoid overloads. Depending on your script or website, you may need to change this value.
Although the default value for max_input_vars
is usually enough, you may receive the error ‘Increase PHP Max Input Vars Limit’. The limit can easily be reached if the PHP developer has created a bulk editing/processing functionality.
This error can cause a lot of issues on your website's performance, as well as cause issues with your Plugins or Theme. For example, you may lose all of your data in your theme options or the template you are using may lose its functionality. In addition, the activated widgets on your website may disappear.
Note: This issue was addressed in WordPress 4.5 and above. If you’re not running the latest version of WordPress, we highly recommend upgrading instead of performing the described changes below.
There are many different methods to increase the PHP Max Input Vars. Setting the limit for the input variables can be done both automatically from the PHP selector in cPanel, or by using the File Manager or an FTP client and editing the .htaccess
file.
This is the easiest method for setting the limit of input variables for your entire hosting account. All you have to do is:
max_input_vars
with a drop-down right beside it. Use the drop-down to set your desired limit..htaccess
FileAs a second and preferred option, you can set the max_input_vars
per application. In this example, we will use the cPanel File Manager, but you can do it via an FTP Client like FileZilla as well. Follow these steps:
.htaccess
file of your desired application..htaccess
file, and click the right mouse button over it. Select ‘Edit’, and after you get a pop-up window, click on the button ‘Edit’ again to confirm:.htaccess
file, you need to add the following line at the end or beginning of the file:php_value max_input_vars 3000Where 3000 stands for your variable limit, and it should be what the specific application is requiring. If it’s WordPress, 3000 should be enough for any occasion.
The max_input_vars
variable should be as lowest as possible as if it is greater one it opens the door to abusive behavior mostly with DDoS attacks hash collisions. This is the reason why we keep that variable lower on all our shared hosting plans.
If you are getting the same error message and the suggested fix does not resolve the issue for you please contact our technical support team as they will investigate and surely resolve this issue for you.
We hope you find this article useful. Discover more about FastCloud - the top-rated Hosting Solutions for personal and small business websites in four consecutive years by the HostAdvice Community!