CyberPanel Community

ClosedMax Input Vars Requried 3000

MA
Malik Aamir Ali #1

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
WhatsApp Image 2023-01-23 at 1.32.36 PM

16 replies
MA
Malik Aamir Ali #3

All PHP change after find 1000 to 3000 done but still issue not fix

jo
josephgodwinke #4

Did you check which php version your website is using ?

MA
Malik Aamir Ali #5

7.4 but i set all php version set 3000

MA
Malik Aamir Ali #6

7.4 but i set all php version set 3000

jo
josephgodwinke #7

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);
jo
josephgodwinke #9

@MalikAamirAli

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 );
MA
Malik Aamir Ali #10

not update same issue all data as per update but still issue facing

jo
josephgodwinke #11
  1. What server os is this?
  2. Are you using latest cyberpanel version?
  3. Did you try a different php version?
MA
Malik Aamir Ali #12
  1. 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)
  1. Are you using latest cyberpanel version?
    Current Version: 2.3
  2. Did you try a different php version?
    8.0
    8.1
    but same issue
MA
Malik Aamir Ali #13

sir any help

MA
Malik Aamir Ali #15

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)
    image
    still same issue
    image

image

Max Input Vars
1000
The max_input_vars value is set low. The theme recommended this value to be at least 3000. Requreid 3000

Sign in to reply