Closed (works as designed)
Project:
Finder
Version:
6.x-1.14
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
28 Sep 2011 at 12:31 UTC
Updated:
29 Sep 2011 at 01:59 UTC
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
Comment #1
danielb commentedNope never seen this before.
Comment #2
danielb commentedSeems 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.
Comment #3
abx commentedI 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,