Quote:
Originally Posted by drpeppper
the fix was for users getting the token security message with image uploads, not file uploads.
if you're having problems with the file uploads, find this line
Code:
<input type="submit" name="submit" value="{$vbphrase['ecdownloads_addit_file']}" />
in template downloads_file_addit
under that place this line
Code:
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
hope that works, it worked for me. good luck.
|
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.