Closed (fixed)
Project:
Statuses (Social Microblog)
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
23 May 2012 at 15:40 UTC
Updated:
7 Jun 2012 at 07:21 UTC
I installed Statuses in 7.x-1.x-dev version. I want it to work with User relationship because I want a wall for each user and a view with the publications (statuses) on my friend's walls.
When I'm admin, all works fine : I can write on my wall and on a frien wall.
But when I'm connected with another user, it is impossible to write a status.
When I push the "share" button, it doesn't save anything, ans I have the message :
The form has become outdated. Copy any unsaved work in the form below and then reload this page
Does anyone know why ? A bug ?
Comments
Comment #1
icecreamyou commentedThis isn't related to Statuses. You likely have another module that is interfering, possibly a module that autosaves forms. I'm inclined to mark this "won't fix" but I'm leaving it open for now so we can try to figure out what other module is causing problems in case there are workarounds that Statuses can do.
Comment #2
icecreamyou commentedOh actually this might be caused by block caching. If you're using the Statuses block try turning off block caching on the Performance settings page.
Comment #3
dhallennem commentedThanks.
You're write. So if someone have the same problem, it is because of the AuthCache module which unset the form['#token'].
For more information you can read this.