I have this message when I try to search (with the block or the page). It seems to be linked with the varnish's patch. When I comment the new line $form['#token'] = FALSE, the result appears.
No problem when user is authenticated. No cache enabled.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | remove_false_tokens-1304668-1.patch | 1.18 KB | mpgeek |
| gsa_anonymous_search.png | 19.79 KB | Florent Jousseaume |
Comments
Comment #1
cuteapoot commentedSame problem here. Commenting out that line made everything work fine for me.
Comment #2
mpgeek commentedConfirmed and reproduced. Patch below to go from 7.x-1.2 to fix. Rolling 1.3 shortly.
Comment #3
mpgeek commentedFixed. See 7.x-1.3 for stable realease.
Comment #4
Florent Jousseaume commentedThank you mpgeek