The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Whenever I try to use any of the thread tools it goes to a blank error page and says "Could not find phrase 'security_token_missing'." This also happens when attempting to search the thread and when attempting to quick reply.
|
#2
|
||||
|
||||
![]()
This is because of the new security tokens added. You can read about how to fix this in your forms here: Implementing CSRF Protection in modifications You may want to simply revert your templates to get this fixed (or compare yours to the default and then add the code).
|
#3
|
|||
|
|||
![]()
I added the line of code to probably all of the forms that have anything to do with thread tools and searching but nothing is happening and it still isnt working. Specifically which forms should i add this to?
|
#4
|
||||
|
||||
![]()
Is this from a modification? Perhaps you need to see if a modification form is missing the new line. Take a look in your source code where the error is occuring and see if all the forms have the additional line. If not, find that particular code and add it.
|
#5
|
|||
|
|||
![]()
I've searched through all my forms which have value="$session[sessionhash]" in it and added the needed line under it and nothing has happened at all. I also couldnt find value="$session[sessionhash]" in the source anyways. How would i go about disabling this feature for the search function and for thread tools?
|
#6
|
||||
|
||||
![]()
I don't know if you can disable Thread Tools. You can disable search in your vboptions, I believe. Did you check your javascript also? Do you have a modification that is present in your Thread Tools?
|
#7
|
|||
|
|||
![]()
No i checked the java and i have no mods that interfere with searching or thread tools. I ment how would i disable the new security token option for searching and thread tools i read it somewhere but don't know the exact code for it.
|
#8
|
||||
|
||||
![]()
It is probably in that thread I linked to. I have no experience with this yet since I haven't installed 3.6.10 nor update my test site to 3.7 Gold.
|
#9
|
|||
|
|||
![]()
It's there it is: define('CSRF_SKIP_LIST', 'action_one,action_two'); I just dont know what i would put for the thread tools and search function in place of action one and two.
|
#10
|
||||
|
||||
![]()
I would focus on fixing the problem instead of leaving it or using a bypass. Please provide a URL to this forum.
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|