Closed (fixed)
Project:
Authenticated User Page Caching (Authcache)
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
29 Dec 2009 at 21:02 UTC
Updated:
8 Mar 2010 at 06:50 UTC
With page caching for authenticated users, I'm seeing a "Validation error, please try again. If this error persists, please contact the site administrator." when the Advanced Forum module's advanced_forum_forum_topic_list_sort_form is present on a page. This patch unsets $form['form_token']['#value'] instead of setting it to an empty string for forms cached for authenticated users, and resolves the error message.
| Comment | File | Size | Author |
|---|---|---|---|
| authcache_form_token.patch | 679 bytes | ezra-g |
Comments
Comment #1
Jonah Ellison commentedMore specific form token handling added in RC2... thanks!