PDA

View Full Version : problem security token


Dj Sagi
04-01-2009, 02:34 PM
i want forward posts ot threads and sometimes this message apear to 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.


i check the guide of secuirty token and i add the line
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />

after:

<input type="hidden" name="s" value="$session[sessionhash]" />
in all templates and it is not help...
after i desabled hooks and plugins
and it is not help....
what the problem?

thx for help...

Lynne
04-01-2009, 02:43 PM
Try this with all your plugins disabled (including any htaccess changes):
Create a new style with no parent:

Styles & Templates > Style Manager > Add New Style
Parent Style: No Parent Style
Title: Default vBulletin
Allow User Selection: Yes
Save

Then browse the site using that totally default vbulletin style - do you still have the same problem?

Dj Sagi
04-01-2009, 02:47 PM
in the new style it is not happen
but i have beutiful style....
and i add secuirity token in all this style...
what can i do?

Lynne
04-01-2009, 03:04 PM
You will need to look at every modified template you have in your style and compare it to the Jelsoft one and make sure you add the securitytoken everywhere that they have added it.

Dj Sagi
04-01-2009, 03:07 PM
i do it and it is not help :(
plz nobody have the problem?
it happen after i improve the ver to 3.8.1

Lynne
04-01-2009, 03:15 PM
If it doesn't happen in the default style, but it does in your style, then you are missing something. Nobody can tell you what that is or where. You need to go through and do this.

Dj Sagi
04-01-2009, 03:34 PM
now it is not happen.... when i delete the line
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
from this templates:
moderation_filter
moderation_posts
moderation_threads

it was the problem

i dont know why...
i read article that i need add the line
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
after all
<input type="hidden" name="s" value="$session[sessionhash]" />

that in all templates

thx for help!
you can close...