Forum

Error modify imputa...
 
Notifications
Clear all

Error modify imputations

2 Posts
2 Users
0 Reactions
4,869 Views
 Fab
(@fab)
Posts: 25
Active Member
Topic starter
 
[#636]

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


 
Posted : 24 Aug 2012 9H00
(@babynus)
Posts: 14952
Member Admin
 

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)


 
Posted : 24 Aug 2012 12H40
Share:

Scroll to Top