[wpmu-trac] [WordPress MU Trac] #1094: Issues uploading files and images - 404 Not Found

WordPress MU Trac wpmu-trac at lists.automattic.com
Fri Aug 21 10:37:25 UTC 2009


#1094: Issues uploading files and images - 404 Not Found
------------------------+---------------------------------------------------
 Reporter:  danielmhks  |       Owner:  somebody
     Type:  defect      |      Status:  new     
 Priority:  high        |   Milestone:  2.8.2   
Component:  General     |     Version:  2.8.2   
 Severity:  major       |    Keywords:          
------------------------+---------------------------------------------------
 Ok, I know this topic has been over here already, but I can't seem to find
 an answer or a fix for this trouble, I have already posted on the forums
 and got no help at all here's the link.
 http://mu.wordpress.org/forums/topic/14015?replies=1#post-81350
 and the quote
 Ok, I've got like 4-5 hours checking in the tickets, forums, and even in
 premium.wpmudev.org forums, which don't have any connection with me since
 I dont use any of their services...

 The point is that I've seen several posts here and there about this
 samething happening, people uploads files (NO MATTER THE BROWSER AND NO
 THIS IS NOT THE HTTP ERROR) and the file link seems to be broken...

 http://elblog.com.ve <- this is my website, it's in spanish, I know...

 Here's a example of the 404
 http://elblog.com.ve/files/2009/08/Colinas-azules.jpg
 http://3milio.elblog.com.ve/files/2009/08/kickflip.jpg

 This is my .httacces


 {{{
 RewriteEngine On
 RewriteBase /

 #uploaded files
 RewriteRule ^(.*/)?files/$ index.php [L]
 RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*
 RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [L]

 # add a trailing slash to /wp-admin
 RewriteCond %{REQUEST_URI} ^.*/wp-admin$
 RewriteRule ^(.+)$ $1/ [R=301,L]

 RewriteCond %{REQUEST_FILENAME} -f [OR]
 RewriteCond %{REQUEST_FILENAME} -d
 RewriteRule . - [L]
 RewriteRule  ^([_0-9a-zA-Z-]+/)?(wp-.*) $2 [L]
 RewriteRule  ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
 RewriteRule . index.php [L]

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

 }}}


 I've seen a couple of links with the same error, but I didn't see any
 concrete answer to how to fix this, and this bug is totally killing me...
 Since I don't have idea of when will a new version be released, I want to
 know if it's going to be anytime soon (1week?) and if it's going to fix
 this annoying error...

 People seems to just fix the error, and they don't post the How Did They
 Fix The Annoying Error at all... And some just did it automagically, it
 fixed just because, with no apparent reazon...

 Please I need some help, I've been looking at various .php files, like
 functions, wp-functions, blogs.php and I can't seem to get the error
 anyway, at first glance everything looked good to me (Please let's also
 take in mind I learned PHP on my own playing with dreamweaver I might be
 wrong and I'm 16, I havent even been on university. Although, please do
 not treat me like if I'm a noob, I've got a lot of experience and I know a
 lot of things)

 _

 And yes, I know that someone is going to ask, did you check if the file
 was uploaded, yes, the file was succesfully uploaded to
 blog.dir/1/files/month/year/filename and it does exist, so the problem is
 not the upload...

 _

 Fixing this problem is really important, I need to have this site fully
 working by the 24th

-- 
Ticket URL: <http://trac.mu.wordpress.org/ticket/1094>
WordPress MU Trac <http://mu.wordpress.org/>
WordPress Multiuser


More information about the wpmu-trac mailing list