PDA

View Full Version : How do I fix this security token error for pay-to-post in 3.7.3?


mmurtha
10-30-2008, 11:11 PM
Hi,

I was trying to install the pay-to-post thread Mod on my VB 3.7.3 forum and keep getting this error:

Your submission could not be processed because a security token was missing.


This is the only place in the forum I get this error coming up. Every thing else seems to work perfectly with the Mod untill someone clicks the submit button. : (

Does anyone know how to fix this problem so I can run the Mod? I'm willing to pay for the help, I just need it resolved quickly if possible. I really need this Mod or something like it.

Thanks in advance ...

Mary

Edit - btw, I did try checking the thread about this same error, and reinstalled vb 3.7.3 . To be honest though, the forum itself didn't have the token problem until after I installed the Mod.

BalkanW
10-31-2008, 12:14 AM
you must update your template

In your Admin CP under Styles & Template select Search In Templates...

Search for:
HTML Code:
Code:
value="$session[sessionhash]"
In every template this occurs in add this line directly after the line containing the above, if it doesn't exist already:

PHP Code:
Code:
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
Save the template.

mmurtha
10-31-2008, 12:56 AM
Hey Balkan,

You're brilliant!

That fixed it right up ... Thanks a ton!

Btw, I'm will to give you something for the quick help.

If you PM me you paypal addy, I'll send it to you now.

Thanks again ...