Closed (works as designed)
Project:
Shoutbox
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Minor
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
3 Jul 2009 at 12:20 UTC
Updated:
7 Oct 2010 at 12:45 UTC
My shoutbox has started to behave odd! - Some users get this error when trying to post:
"Validation error, please try again. If the error occurs again please contact the website administrator."
Some of the users getting this message was able to send massages before!
Comments
Comment #1
palik commentedsubscribing - me too, upgrading from 5.x to 6.1, some users can shout, some cannot, silly thing that some people told me that they upgraded their java and it started to work propoerly :)
Comment #2
palik commentedin my case setting page compression (in drupal admin/settings/performance) off caused this error to go away - i think maybe my host is already comressing pages, or maybe shoutbox don't do well with that setting
Comment #3
palik commentedsorry for spaming but today i rechecked this and it seems that i was wrong - the setting that causes shoutbox validation problems was block cache, not page compression, sorry
Comment #4
ragesoft commentedthx to palik, that solved the problem :D
block cache must be deactiveted to work with shoutbox.. why not
Comment #5
jcisio commentedOf cours, the shoutbox form has token to validate, you it can't not be cached.
Comment #6
mstef commentedtry 2.x: much better
Comment #7
ragesoft commentedi used version 6.x-2.3 and still got this problem ;) but now it's solved :D
Comment #8
mstef commentedThis has nothing to do with Shoutbox. This is in regards to the Drupal form API and it's working exactly as expected. These errors usually come if you're logged in to a site, say with multiple tabs open. You log out of the site in one window, but in the other window you try to submit a form. These message will show because your session was ended and the form data is now invalid.