The Arcive of vBulletin Modifications Site. |
|
plz the second time...A problem with voting.... Details »»
|
|||||||||||||||||||||||||
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????? Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
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? |
|
#3
|
|||
|
|||
|
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
|
|
#4
|
||||
|
||||
|
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]. Code:
<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]"> |
|
#5
|
|||
|
|||
|
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
|
|
#6
|
||||
|
||||
|
bump. Did anyone find the answer? It's now happening to a couple of users on my board.
Amy |
![]() |
|
|