vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Member Archives (https://vborg.vbsupport.ru/forumdisplay.php?f=202)
-   -   plz the second time...A problem with voting.... (https://vborg.vbsupport.ru/showthread.php?t=38495)

midad 05-10-2002 06:12 PM

plz the second time...A problem with voting....
 
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].

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]">


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


All times are GMT. The time now is 01:41 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.00978 seconds
  • Memory Usage 1,716KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete