View Full Version : plz the second time...A problem with voting....
midad
05-10-2002, 06:12 PM
Hey...
When My users try to vote when we have a poll they get this message:
-------------\
The action you have attempted could not be performed as your session appears to be invalid. Click the below link to attempt this action again with a new session.
Try this action again
--------------\
What's the problem with this?????
NTLDR
05-10-2002, 06:15 PM
I would guess that one of the links has $session[sessionhash] and not $session[dbsessionhash] in it.
Is this for a poll in vB or on a non-vB page?
midad
05-10-2002, 08:59 PM
It's in VB page...
Thanx NTLDR in advanced for your help...
P.N: I'm stupid in PHP but I can understand If I were told what to do :)
NTLDR
05-11-2002, 05:15 PM
It should be one of the poll templates.
Have a look in showthread_polloptions, and check that it has $session[dbsessionhash] (as bellow) and not $session[sessionhash].
<form action="poll.php" method="get">
<input type="hidden" name="s" value="$session[dbsessionhash]">
<input type="hidden" name="action" value="pollvote">
<input type="hidden" name="pollid" value="$pollinfo[pollid]">
midad
05-17-2002, 02:16 PM
yeah NTLDR
it's the same I have in the showthread_polloptions> there is $session[dbsessionhash] and not $session[sessionhash]>
By the way, I've noticed the same problem here in VB.org
What could be the problem :(
amykhar
07-14-2002, 10:07 PM
bump. Did anyone find the answer? It's now happening to a couple of users on my board.
Amy
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.