Log in

View Full Version : Error while uploading - security token


popowich
11-19-2008, 10:05 PM
Your submission could not be processed because a security token was missing.

Hello,

I get that error when uploading a .AVI movie with either the manage attachments or the paperclip when creating a new post on my site. The allowed attachment size is far greater than the size of the file I'm trying to upload. I do not seem to have a problem uploading any other file types. Any suggestions?

-Raymond

SEOvB
11-19-2008, 10:08 PM
Try this: http://www.vbulletin.com/forum/showthread.php?t=268862

If that doesnt help. In your templates search for

<input type="hidden" name="do" value="process" />


add
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />


after it.

popowich
11-19-2008, 10:14 PM
Any idea which template needs the fix?

I had a match in SHOWTHREAD but adding the code after the line in that template did not fix the problem.

SEOvB
11-19-2008, 11:22 PM
Any idea which template needs the fix?

I had a match in SHOWTHREAD but adding the code after the line in that template did not fix the problem.

It'd probably be one of the attachment templates

Check under the new posting templates there are a few dealing with atachments there.

Dismounted
11-20-2008, 03:46 AM
<a href="http://www.vbulletin.com/go/securitytoken" target="_blank">http://www.vbulletin.com/go/securitytoken</a>