• Ao tentar publicar o menu necessário
    esta mensagem aparece:

    PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0

    O que fazer?

    Grata,

    Ana Lucio

Viewing 3 replies - 1 through 3 (of 3 total)
  • You need to increase the ‘max_input_vars’ variable in your php.ini to about 2000. Also make sure you have PHP 5.2.4 or greater installed. Who hosts your website? Then I could try and give you an idea of how to do these things ??

    You can do it in .htaccess file using this:
    php_value max_input_vars 10000

    It basically depends on the number of rows. Thanks

    This post is a year old. Please don’t bump posts like this.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit chan’ is closed to new replies.