PDA

View Full Version : Security Token Error


SVTCobraLTD
02-17-2009, 12:38 AM
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.

Not sure what I need to add to the page giving me this error.

vbplusme
02-17-2009, 12:46 AM
If its a form, you have to add the security token code to it. https://vborg.vbsupport.ru/showthread.php?t=177013

SVTCobraLTD
02-17-2009, 10:36 AM
Do I add <input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" /> to the product or the template?

The item in question the "Intro on Register" product. I tried adding the above code to the first line of the product but no luck. I do not believe it has its own template either.

vbplusme
02-17-2009, 10:41 AM
Do I add <input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" /> to the product or the template?

I am not sure I understand the question, most of the time, the template is where that line goes. If you are already installed, no need to add it to the product.

--------------- Added 1234875048 at 1234875048 ---------------

Just saw your other post on the mod, assuming that you are running a custom theme, do you get that error on the default style registration form?

SVTCobraLTD
02-17-2009, 03:21 PM
Just saw your other post on the mod, assuming that you are running a custom theme, do you get that error on the default style registration form?

Yes I am.

--------------- Added 1234892709 at 1234892709 ---------------

Error happens here http://www.site.com/forums/register.php?do=addmember

vbplusme
02-18-2009, 06:46 AM
Please refer to the query in the CSRF page that should help you find the templates that need to be fixed in your style. OR get an upgrade from the author of the style.

SVTCobraLTD
02-18-2009, 01:07 PM
Found a few templates with the security token missing, added them and now it is working. Thanks for everyone's help