View Full Version : Security Token Issue
zerovenom
04-25-2009, 03:01 AM
I've been having issues while trying to upload stuff through the attachments on posts, I get that famous security token:
Your submission could not be processed because a security token was missing. attachment.
I know how to fix it for other problems... but how do I change it for the attachments? I tried editing the newattachment.php in my forums directory, but it just gives me more errors... How do I fix it for attachments? D:
Lynne
04-25-2009, 03:22 AM
Try this...
Create a new style with no parent:
Styles & Templates > Style Manager > Add New Style
Parent Style: No Parent Style
Title: Default vBulletin
Allow User Selection: Yes
Save
Then browse the site using that totally default vbulletin style - do you still have the same problem?
zerovenom
04-25-2009, 02:54 PM
Yes, same error.
Lynne
04-25-2009, 02:56 PM
Try disabling your modifications/plugins and see if you still have this problem.
Note: To temporarily disable the plugin system, edit config.php and add this line right under <?php
define('DISABLE_HOOKS', true);
Don't forget that for vbseo, disabling the modification means to also get rid of anything extra you added to your htaccess file.
zerovenom
04-25-2009, 03:09 PM
Same problem, but I forgot to mention in my first post that it only happens with large files.
I went into my php.info yesterday and changed the max_upload as well as memory_limit, max_input_time, and max_execution_time to a much higher number. I can upload smaller files, but I can't make these any smaller, they're PSD files for people to download and I don't want it to be a full link, I want it as an attachment so I can see how many times it's been downloaded, etc.
--------------- Added 1240679132 at 1240679132 ---------------
Anything?
Dismounted
04-26-2009, 05:19 AM
My guess is that a modification has overwritten the invisible MASTER STYLE (bad!). You may have to reload the style by running tools.php from the do_no_upload directory.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.