PDA

View Full Version : Your submission could not be processed because a security token was missing.


Forage
03-18-2009, 07:18 PM
I know this problem has been discussed many times all over and I have followed every example of resolving it and so far I have updated every mod all templates and I still have this issue.

It only happens on the Navbar quick search, the advanced search works perfect. If you have any idea or have seen this please point me in the rihgt direction this is pretty frustrating.

TigerC10
03-18-2009, 08:17 PM
You need to edit the navbar template.

Look for:

<form action="search.php?do=process" method="post">


Below that it should look something like

<input type="hidden" name="do" value="process" />
<input type="hidden" name="quicksearch" value="1" />
<input type="hidden" name="childforums" value="1" />
<input type="hidden" name="exactname" value="1" />
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
<div><input type="text" class="bginput" name="query" size="25" tabindex="1001" /><input type="submit" class="button" value="$vbphrase[go]" tabindex="1004" /></div>

Dismounted
03-19-2009, 04:31 AM
If the above does not work, create a new style (with no parent set), and try on this style. Confirm that it works fine on this style.

Reycer
03-19-2009, 02:23 PM
or do like I did and fix the code in the footer of your style. That's what did it for me.

ZapFlash
03-28-2009, 02:41 AM
thanks tiger, i had over a month with that error and was driving me insane