Hi every one
Max Input Vars 1000
The max_input_vars value is set low. The theme recommended this value to be at least 3000.
Maz input Vars 3000 requreid so help plz
Happy New Year @MalikAamirAli
Go to https://SERVER_URL:8090/managephp/editPHPConfigs
Click on Advanced and search for max_input_vars using browser e.g. CTRL+F “max_input_vars” and uncomment. Change value from thousand to anything above 3000 as required by your software.
All PHP change after find 1000 to 3000 done but still issue not fix
Did you check which php version your website is using ?
7.4 but i set all php version set 3000
7.4 but i set all php version set 3000
Still getting the same error ? Can you setup a php.ini in your document root aka public_html of your website with the following:
/home/mycoolwebsite.com/public_html/php.ini
ini_set('max_input_vars', 3000);
/home/mycoolwebsite.com/public_html/php.ini
ini_set('max_input_vars', 3000);
update after same issue
Set the directive in your .htaccess
using List Websites → mycoolwebsite → Rewrite Rules
php_value max_input_vars 3000
And in your /home/mycoolwebsite.com/public_html/php.ini set it like this
max_input_vars = 3000
In your wp-config.php
set it like this at the very top after php opening tag
@ini_set( 'max_input_vars' , 3000 );
not update same issue all data as per update but still issue facing
- What server os is this?
- Are you using latest cyberpanel version?
- Did you try a different php version?