• Resolved hb7of9

    (@hb7of9)


    Hi guys,

    got the following message, when installing BeTheme. I get the error under: System Status.

    Any ideas what it means and how to fix it?

    “””PHP Max Input Vars 3000
    Minimum 5000 is required

    php.ini values are shown above. Real values may vary, please check your limits using php_info()
    More details”””

Viewing 2 replies - 1 through 2 (of 2 total)
  • This depends on your hosting provider.

    You may be able to place the following line in a file named php.ini

    max_input_vars = 5000

    depending on your PHP setup this may or may not work. Place the php.ini file in your accounts document root.

    In general this is a setting in PHP on how many input variables can be passed with PHP during a single process.

    Alternatively you may be able to reach out to your hosting provider and get them to raise the limit.

    Thread Starter hb7of9

    (@hb7of9)

    Thank you very much Daniel, I got the host to update.

    Thanks ! << You Rock.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘PHP Max Input Vars 3000 Minimum 5000 is required’ is closed to new replies.