
08-23-2008, 09:59 PM
|
|
|
Join Date: Jul 2005
Location: Kent, OH
Posts: 158
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by AndrewD
OK, will take a look
Yes, I'd found this bug and I have the fix ready. It's releated to the new CSRF mechanisms in vBulletin. All you need to do is edit local_links_ajax.php (main forum directory)
After the line
Code:
define('CSRF_PROTECTION', true);
add
Code:
define('CSRF_SKIP_LIST', 'swfupload'); // because of problems with flash scripts assuming IE
|
I'm still having this same issue with anyone who is not an admin.
|