Jump to content

So I discovered an Error.


Koby

Recommended Posts

Some members have been contacting me saying they are unable to access certain pages of the forum. I've had no problems though. So I used a test account, and I managed to get the error as well when trying to get into the usercp to edit the account.

The error is:

"Your submission could not be processed because a security token was missing or mismatched.

If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error."

At the moment, I'm unsure as to what is causing this, but I'm looking into it. I've also submitted a support ticket to vBulletin and awaiting a reply.

I hope to get this fixed soon.

Please post here if you have experienced this error as well.

Link to comment
Share on other sites

Well it doesn't happen all the time, and it doesn't happen to everyone, and it's not just the User CP. It's certain threads, and stuff too. I've had at least 7 people contact me through the contact form saying they have gotten this error. :/

Still waiting on vBulletin to reply.

I've got it down pretty much to knowing it has something to do with DST setting's and this javascript in the footer:


<!-- auto DST correction code -->
<form action="profile.php?do=dst" method="post" name="dstform">
<input type="hidden" name="s" value="" />
<input type="hidden" name="do" value="dst" />
</form>
<script type="text/javascript">
<!--
var tzOffset = -6 + 0;
var utcOffset = new Date().getTimezoneOffset() / 60;
if (Math.abs(tzOffset + utcOffset) == 1)
{ // Dst offset is 1 so its changed
document.forms.dstform.submit();
}
//-->

But I dunno why it's doing it.. or how to solve it.

</script>

<!-- / auto DST correction code -->

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...
Please Sign In or Sign Up