• I have just created a host by LOCAL HOST , i inserted abou 20 Pages in Menu like this below picture . It announced a error :

    Variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0 !!!

    i come at C://xampp/php
    I see 3 php.ini in php folder

    It has 3 TYPE PHP :
    1.configuration settings
    2.INI development file
    3.INI production file

    Where can I fix that error , fix all 3 php type or ….

Viewing 3 replies - 1 through 3 (of 3 total)
  • Jeremy Herve

    (@jeherve)

    Jetpack Mechanic 🚀

    You can try following the instructions here to fix the issue:
    https://wordpress.org/support/topic/php-warning-unknown-input-variables-exceeded-1000-to-increase-the-limit-chan

    I’d suggest trying to modify each php.ini, one at a time, restart your development environment, and see which one works.

    Thread Starter tranchaungoclong

    (@tranchaungoclong)

    ok tks very much , it works well !

    Dion

    (@diondesigns)

    You changed a system variable added by PHP to mitigate DDoS attacks. While I suppose it’s safe to do on a localhost install, you probably don’t want to make the same change on a live site without first trying to find out why you hit the limit.

    This setting controls how many $_GET, $_POST, and $_COOKIE variables can be open at any given time. The fact that you hit its default limit in a localhost install should be a red flag. It may be caused by an incorrect Apache setting (excessive persistent connection time), but a poorly written theme/plugin is a far more likely cause.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Error : Variables exceeded 1000’ is closed to new replies.