[wp-trac] Re: [WordPress Trac] #7211: Common mod_security rules,
conflicts with media uploader
WordPress Trac
wp-trac at lists.automattic.com
Mon Jun 30 15:16:51 GMT 2008
#7211: Common mod_security rules, conflicts with media uploader
-----------------------------------------------+----------------------------
Reporter: pishmishy | Owner: pishmishy
Type: defect | Status: new
Priority: high | Milestone: 2.7
Component: Administration | Version: 2.5.1
Severity: normal | Resolution:
Keywords: mod_security apache mediauploader |
-----------------------------------------------+----------------------------
Comment (by pishmishy):
This may not be flash related, and so different to #6278. I wrote a short
plugin to disable the flash uploader.
{{{
function fc_no_flash () {
return false;
}
add_filter('flash_uploader','fc_no_flash');
}}}
but the normal upload form fails too. The user is directed to the
attributions/insertion form as you'd expect, but there's no thumbnail and
most importantly the file hasn't been uploaded. I'm continuing to
investigate.
--
Ticket URL: <http://trac.wordpress.org/ticket/7211#comment:4>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list