How To Fix Token Missning Error

5STAR

New Member
ive used this verision of vbulletin vBulletin.v3.8.2.REPACK.PHP.NULL-DGT,

But allot of my users are getting

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.

especily when clicking on links, or being idle to long how can i fix this problem,
thank you in advance.

5STAR


edit just looked at url and it says something todo with this .php inlinemod.php
 
I have seen this one suggested before, you might want to give it a try... adjusting the time out can get pretty sticky...

I suggest you use the Remember Me, least chance for cookie problems.
 
bluescorpion said:
I have seen this one suggested before, you might want to give it a try... adjusting the time out can get pretty sticky...

I suggest you use the Remember Me, least chance for cookie problems.

i set my account to remeber me but i still get same error, but i only get this error when click the donate buttom, the donate button code was premade by paypal.
 
5STAR said:
i set my account to remeber me but i still get same error, but i only get this error when click the donate buttom, the donate button code was premade by paypal.

If its a form and does not have the security token code in it, you will get that error every time... you have to add :

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

To the paypal form...
 
Back
Top