PDA

View Full Version : Error on VB 3.7.0


baby41
05-01-2008, 09:10 PM
I have upgraded my forum 2 days ago but only now had a few emails from members about this message that they are getting:

"var SECURITYTOKEN = "0";
Your submission could not be processed because a security token was missing or mismatched.

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

Can someone tell me what can I do :confused::confused:

snakes1100
05-01-2008, 09:15 PM
You should post at vbulletin.com for support.

Guest210212002
05-02-2008, 01:47 AM
This is usually solved by a template revert. Find out where they're getting that message.

Boofo
05-02-2008, 01:53 AM
Easy fix.

Do a templare search for <form

And in the ones that method="post", add this below the <form line:

<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />

Opserty
05-02-2008, 06:04 AM
Make sure you have uploaded all the files for the new version which you have just installed. Also check to make sure you have reverted your templates as required, see the release thread of 3.6.10 (2nd post) for exact information. http://www.vbulletin.com/forum/showthread.php?t=268123