![]() |
security token was invalid
I am running vBulletin 3.8.5. When a user clicks on "Quick Links" and then on "Mark Forums Read", they get the following error.
Code:
Your submission could not be processed because a security token was invalid. I would revert a template if I only knew which one to revert. Ideas? |
Quote:
In the navbar template look for Code:
<a href="forumdisplay.php?$session[sessionurl]do=markread rel="nofollow">$vbphrase[mark_forums_read]</a> Code:
<a href="forumdisplay.php?$session[sessionurl]do=markread&markreadhash=$bbuserinfo[securitytoken]" rel="nofollow">$vbphrase[mark_forums_read]</a> |
That fixed it. Thank you
|
Quote:
|
I had this problem as well. There is another "Mark Forums Read" link in the FORUMHOME template, which was the main one I was using.
I replaced (adding the markreadhash) Code:
<a href="forumdisplay.php?$session[sessionurl]do=markread" rel="nofollow">$vbphrase[mark_forums_read]</a> Code:
<a href="forumdisplay.php?$session[sessionurl]do=markread&markreadhash=$bbuserinfo[securitytoken]" rel="nofollow">$vbphrase[mark_forums_read]</a> |
All times are GMT. The time now is 01:00 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|