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

grandcat’s picture

Category: bug » support
Status: Active » Fixed

You should use the search feature before.
http://drupal.org/node/353915#comment-1181907

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

LenInkster-1’s picture

Are 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.