Log in

View Full Version : Missing Security Token


mac-warez
10-17-2008, 12:02 AM
OK when i go to update my time in our userCP. in this file. /profile.php?do=dst

I get this error

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.

SEOvB
10-17-2008, 12:13 AM
your missing the security token in your footer.

DO a little search here, this topic has been covered 56 times in the last month alone probably it requires a simple template edit

mac-warez
10-17-2008, 12:16 AM
OK what do i need to do to fix it?

--------------- Added 1224206489 at 1224206489 ---------------

OK i did a bit of looking around

i found i need to look for this in my footer. It is not found
<input type="hidden" name="s" value="$session[sessionhash]" />

Which that means this code isn't there
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />

Where should i place that?

SEOvB
10-17-2008, 01:00 AM
You should have javascript at the very end of your footer.

If you dont have any of it, Look at the default template footer template, and you'll see at the very end of that is some javascript. Simply copy and paste the end javasccript into your modified template

mac-warez
10-17-2008, 06:10 PM
ok thanks

cobiacommando
11-03-2008, 12:15 PM
Missing code in footer on my site as well,
Thanks for the info
If it wasn't for this forum and the vbseo forum, I would have self terminated.:eek:
Thanks Again

Pixel-Peeps
11-04-2008, 06:17 PM
ty so much!