Closed (fixed)
Project:
Image FUpload
Version:
6.x-3.0-rc2
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
26 May 2009 at 15:41 UTC
Updated:
5 Jul 2009 at 20:28 UTC
Hello,
when I try to upload more than four images I have the following error appears:
Validation error, please try again. If this error persists, please contact the site administrator.
if someone has an idea of or may come?
Comments
Comment #1
grandcat commentedYou should use the search feature before.
http://drupal.org/node/353915#comment-1181907
Comment #3
LenInkster-1 commentedAre you using Suhosin to protect your PHP environment?
I was, and I got this error message whenever I tried to submit a complex page (permissions/large menu etc.etc.)
I changed the suhosin.post.max_vars to 1000 (it's in the suhosin.ini file in the conf.d folder for php (normally /etc/php5/conf.d )
This appears to NOT be a Drupal bug, just the security on your server being over enthusiastic.