Pleae help me see this

kak

New Member
When i try to moderate my board it shows this kinda error on a vbulletin massage what is that please tell me

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.
 
Then have you a skin where they security token not in sit. This is in 3.6.10 and higher. You skin most ready for 3.6.10 or 3.7.X and then is this problem fixed.
 
yes or if u have edited that template and u have not properly ended Secuity quoted and thus it is malfunctioning

* Mostly happens when the style is not fit for higher versions of vb or someone have edited the style

Solution : -
* If Ur style is not suitable for higher style , Sorry Nothing can be done as i know
* If not see is anyone have edited any of ur style templates and see the style's preoperly to see the error , if u don't know then revert the templates and i think it will solve the problem
 
Another way is to search in your Admin CP under Styles & Template and select Search In Templates...

Search for:
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:
Code:
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />

Save the template.

It takes about a half hour.
 
Back
Top