How To Fix Security Token Errors

Status
Not open for further replies.

Ak47

Active Member
1,612
2008
20
0
Login to your AdminCP

da96ad36b5.png

ym4vs7.png

Click on search in templates.

Input these values:|

[slide]http://www.imgcentre.com/img/uploads/big/f8006d875f.png[/slide]

Search for:
Code:
<input type="hidden" name="s" value="$session[sessionhash]" />
Replace:
Code:
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
This will add the security tokens and wont remove the above line or duplicate it :P
 
14 comments
Status
Not open for further replies.
Back
Top