Quote:
Originally Posted by Mastergumble
I still get this message
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.
I have GARS and did the change on the plugin but still unable to upload large files.
Other thing how can i put the smiles under the box instead by side?
|
Quote:
Originally Posted by bollie
Work not.
|
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.