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?
- What server os is this?
- Server: Localhost via UNIX socket
- Server type: MariaDB
- Server connection: SSL is not being used [![Documentation]
- Server version: 10.3.37-MariaDB-0ubuntu0.20.04.1 - Ubuntu 20.04
- Protocol version: 10
- Server charset: UTF-8 Unicode (utf8)
- Are you using latest cyberpanel version?
Current Version: 2.3 - Did you try a different php version?
8.0
8.1
but same issue
sir any help
Did you restart PHP ?
yes sir last few days after last sms sever change then same issue facing so plz help resoved this issue thank so much
php my admin
- Server: Localhost via UNIX socket
- Server type: MariaDB
- Server connection: SSL is not being used
- Server version: 10.6.11-MariaDB-0ubuntu0.22.04.1 - Ubuntu 22.04
- Protocol version: 10
- User: root@localhost
- Server charset: UTF-8 Unicode (utf8mb3)
still same issue
Max Input Vars
1000
The max_input_vars value is set low. The theme recommended this value to be at least 3000. Requreid 3000
Hello @MalikAamirAli
Uncomment ;
to read max_input_vars = 3000
only no semicolon
This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.