vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Your submission could not be processed because a security token was missing. (https://vborg.vbsupport.ru/showthread.php?t=243940)

chrisroo 06-04-2010 02:38 PM

Your submission could not be processed because a security token was missing.
 
I'm getting this error on my forums for only 2 things poll on the homepage and the drop down search in my navbar. I have done tons of browsing on this error issue and I can't seem to find anything that pertains to my error.

When you vote through the actual forum, it works, but the search still doesn't in the navbar. I'm using VB_CMPS, vbExperience and a few other modifications... but nothing but the poll on the side and the drop down search is having the problems.

website is snappyswaps.com and a test login for anyone who might be able to help is:

leader1 = user
password = password.

--------------- Added [DATE]1275669261[/DATE] at [TIME]1275669261[/TIME] ---------------

btw I have input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" in every single template still is giving me token errors.

Lynne 06-04-2010 05:21 PM

If it's a link giving you problems, then you are missing the security token in your link.

chrisroo 06-04-2010 05:24 PM

What does that mean? It's all form based if you are insinuating that it's just a plain link.

Speysider 06-04-2010 07:18 PM

You need to include a security token hash in your link outputs. If they are not there, you will definitely get Security Token Missing errors.

jamesyfx 06-04-2010 08:27 PM

Hi,

If you upgraded and haven't reverted templates you've modified, you will probably get these errors. Most forms have a security token field, which they didn't have in earlier versions of vBulletin 3, plus the regular hyperlinks have a securitytoken value. Double check your submissions.

Ghostt 06-04-2010 08:38 PM

use this code for the securitytoken

HTML Code:

value="$bbuserinfo[securitytoken]"
and
HTML Code:

value="$session[sessionhash]"

chrisroo 06-07-2010 12:49 PM

All of my code includes value="$bbuserinfo[securitytoken]" and i'm still getting errors. Can anyone answer what would cause this?

Ghostt 06-07-2010 12:57 PM

you should post your full code or no one can help you.
there have to be a mistake in the code

Lynne 06-07-2010 01:35 PM

A link to your site would help along with you telling us exactly how to get the error.

Have you tried a totally default style -
Create a new style with no parent:
  • Styles & Templates > Style Manager > Add New Style
  • Parent Style: No Parent Style
  • Title: Default vBulletin
  • Allow User Selection: Yes
  • Save
Then browse the site using that totally default vbulletin style - do you still have the same problem?

chrisroo 06-07-2010 01:48 PM

www.snappyswaps.com

I don't have a default template installed, i just have the one template thats currently on there.

here is a sample of my code:

PHP Code:

<if condition="$show['dst_correction']">
<!-- 
auto DST correction code -->
<
form action="profile.php?do=dst" method="post" name="dstform">
<
input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]/>
<
input type="hidden" name="s" value="$session[sessionhash]/>
<
input type="hidden" name="do" value="dst" />
</
form

Thats in my footer file


All times are GMT. The time now is 05:06 PM.

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.00983 seconds
  • Memory Usage 1,739KB
  • 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
  • (2)bbcode_html_printable
  • (1)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete