Quote:
Originally Posted by Stryker412
The error I'm getting since upgrading to 3.6.10 and now 3.7 is:
"Your submission could not be processed because a security token was missing or mismatched."
I can read the forum fine, but cannot post at all.
|
You'll need to edit EVERY template that posts data to add the security hash variable from the latest update (3.6.10 and 3.7.0).
Quote:
Details: Find
<input type="hidden" name="s" value="$session[sessionhash]" />
and after it, add
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
|
- http://www.vbulletin.com/forum/showthread.php?t=268123