HEllo
when i want update imputations i recieve this message:
Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
ERROR : Une erreur est survenue le 2012-08-24 à 06:55:25
Thanks
Php 5.3 introduced max_input_vars, set to 1000 by defaut. It is the max number of fields the server accepts from the request (to avoid flooding).
You must change this value in php.ini or .htaccess (the error message is explicit, no ?)
You'll find more information in the forum about this subject.
(search for max_input_vars)