Browse Source

Increased max_input_vars to 10000 to prevent Invalid Form Post submission errors

Mark Shust 5 years ago
parent
commit
ef03397632
2 changed files with 2 additions and 0 deletions
  1. 1 0
      images/php/7.2/conf/php.ini
  2. 1 0
      images/php/7.3/conf/php.ini

+ 1 - 0
images/php/7.2/conf/php.ini

@@ -12,5 +12,6 @@ xdebug.idekey = PHPSTORM
 
 
 upload_max_filesize = 20M
 upload_max_filesize = 20M
 post_max_size = 20M
 post_max_size = 20M
+max_input_vars = 10000
 
 
 sendmail_path = "/usr/local/bin/mhsendmail --smtp-addr=mailhog:1025"
 sendmail_path = "/usr/local/bin/mhsendmail --smtp-addr=mailhog:1025"

+ 1 - 0
images/php/7.3/conf/php.ini

@@ -12,5 +12,6 @@ xdebug.idekey = PHPSTORM
 
 
 upload_max_filesize = 20M
 upload_max_filesize = 20M
 post_max_size = 20M
 post_max_size = 20M
+max_input_vars = 10000
 
 
 sendmail_path = "/usr/local/bin/mhsendmail --smtp-addr=mailhog:1025"
 sendmail_path = "/usr/local/bin/mhsendmail --smtp-addr=mailhog:1025"