Hello,
I m unable to find in the php.ini (/etc/php/7.0/apache2/php.ini ) where is the max_input_vars line !! ??
All is fine but not that :
PHP version is 7.0.19-1 : OK
Module PDO is available : OK
Module PDO for 'MYSQL' is available : OK
Module MBSTRING is available : OK
Class ZipArchive is available : OK
Module DOMDocument is available : OK
GD Library is available and correctly installed : OK
Module IMAP is available : OK
Module OPENSSL is available : OK
Module XML is available : OK
max_input_vars=1000 is too small - value should be at least 2000, 4000 recommended - check your php configuration (php.ini)
max_execution_time=30 : OK
memory_limit=128M : OK
file_uploads=1 : OK
session.auto_start is disabled : OK
magic_quotes_gpc is disabled : OK
register_globals is disabled : OK
Any idea ? Thanks a lot