Log in

View Full Version : security token


True african
11-05-2012, 07:32 PM
been getting this error , how can i fix it ?
vBulletin Message
Your submission could not be processed because a security token was invalid.

If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error.
Supremacy Sounds

LouiseWilson
11-05-2012, 07:45 PM
firstly do the following

define('DISABLE_HOOKS', true); in your config
if it does not solve your issue then you may of altered template coding, revert to original

In Omnibus
11-05-2012, 07:55 PM
Depending on which version of vBulletin you are using, adding the following to your templates may help:

Search in Templates for: value="$session[sessionhash]"
Add under: <input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />

More information available here: Security Token (https://vborg.vbsupport.ru/showthread.php?t=177013)