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.

Comments

cuteapoot’s picture

Same problem here. Commenting out that line made everything work fine for me.

mpgeek’s picture

Assigned: Unassigned » mpgeek
StatusFileSize
new1.18 KB

Confirmed and reproduced. Patch below to go from 7.x-1.2 to fix. Rolling 1.3 shortly.

mpgeek’s picture

Status: Active » Closed (fixed)

Fixed. See 7.x-1.3 for stable realease.

Florent Jousseaume’s picture

Thank you mpgeek