PDA

View Full Version : Revert templates for your security token problem



silence88
Fri 10th Oct '08, 12:58pm
It helped for me

Wanted to share with u

I had alot security token issues

Like submitting a signature. Change settins in profile, deleting messages etc many more.


Wrong section

Floris
Fri 10th Oct '08, 1:02pm
Hello,

Most of the time we see this error it is due to modifications. Any modifications that try to submit forms to vBulletin files will be affected. Try to reproduce the issue with modifications disabled. If it goes away, they need to ask the modification author for an update. Instructions for modification authors has been released on vB.org.

If you still have the problem, try to reproduce it on an unmodified style. If it goes away, you need to add the securitytoken line to the correct template. At this point, it's probably easiest to revert and redo your customizations.

If it still happens, try to determine if it happens on all pages or just specific actions. If it's just specific actions, it should be reproducable on an unmodified board; if you can reproduce it, please report it as a bug. If it's all pages, then maybe you haven't uploaded all the files. (check maintenance> diagnostic> file suspect

Basically all templates where a form is in with method POST should have something like this added to it:

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

http://www.vbulletin.com/forum/showthread.php?t=268862


All the best,