The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Security Token Error
I am getting the same token error. I cannot seem to figure it out. It happens right after someone new is forced to read the rules and agree to them. Then they hit the submit button, and it takes them to the following error.
vBulletin Message Your submission could not be processed because a security token was missing. If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error. I how ever do have lots of simple mods that i stay ontop of and update all the time. I also use a style that i downloaded from here. I have modded both my navbar, and footer. Navbar only added links to the bar, and footer added links, and a search cloud. Any help with this is greatly appreciated. |
#2
|
||||
|
||||
search for the input part (<input type="hidden" ...)
of the hack that forces to read the rules and add below the first input line: Code:
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" /> |
#3
|
|||
|
|||
Make sure any out of date templates are reverted, they will be listed on the AdminCP index if there are any. (Note: Reverting templates will result in the loss of any customisations).
If you don't have any out of date templates, create a New Style with No parent style and see if you issue persists. |
#4
|
|||
|
|||
Got it, that worked. So this problem is fixed now. Thanks for the great help.
Now when i go to the forums i have also this error: Warning: array_merge() [function.array-merge]: Argument #2 is not an array in [path]/index.php(562) : eval()'d code on line 39 Any idea what that might be? |
#5
|
|||
|
|||
axg which one worked for you because i need help too...
|
#6
|
|||
|
|||
It is caused by a fault product/plugin. Disable them one by one till you find out which is causing the error. (My guess is it will be a plugin with the hook location forumhome_*)
|
#7
|
|||
|
|||
I turned off the products one by one until i found the one that was causing the issue. In my case it was the CYB Forums Rules product that was causing the issue. Once turned off everything else went back to working normally.
Hope this helps... |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|