Make WordPress Core

Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#6493 closed defect (bug) (invalid)

image upload problem

Reported by: joshhighland's profile joshhighland Owned by:
Milestone: Priority: high
Severity: major Version: 2.5
Component: Security Keywords:
Focuses: Cc:

Description

HTTP Error when uploading images
http://joshhighland.com/blog/wp-content/uploads/2008/03/wp_upload25.gif

solution: modify .httaccess

<IfModule mod_security.c>
<Files async-upload.php>
SecFilterEngine Off
SecFilterScanPOST Off
</Files>
</IfModule>

http://joshhighland.com/blog/2008/03/30/wordpress-25-image-upload-problem-solved/

Change History (2)

#1 @DD32
17 years ago

  • Resolution set to invalid
  • Status changed from new to closed

See:

(In [7558]) Disable mod_security for uploader. Props andy. see #6406

I believe that was later removed as its not compatible with all hosts, even if you wrap it in the ifmodule due to security issues of what can, and cant be in the .htaccess or something.

While its a fix for now, Its not fixing the problem in mod_security or wordpress. Closing as Invalid.

#2 @Nazgul
17 years ago

  • Milestone 2.7 deleted
Note: See TracTickets for help on using tickets.