I got an error "Validation error, please try again. If this error persists, please contact the site administrator." when tried to search with Finder Views with authenticated user account.

However, when I tried the same search box with Anonymous user account, Admin account or another other authenticated account created later. It works fine.

Checked in Drupal log, apache log, it doesn't show anything. Also tried Dev version without luck. Do you have any idea how can check and fix it?

Thank you,

Comments

danielb’s picture

Nope never seen this before.

danielb’s picture

Seems this happens in a lot of forms in drupal for people. Could be the browser cache, cookies, or a problem with the domain name not being recognised as the same website.

abx’s picture

Status: Active » Closed (works as designed)

I just found what cause the problem. I used Block Cache Alter and set it to cache per role. After disabled it, it works fine. Still, I don't understand why this cache block didn't work with only specific role :(

Thank you,