[wp-trac] [WordPress Trac] #13002: header image upload doesn't in MS mode

WordPress Trac wp-trac at lists.automattic.com
Wed Apr 21 16:05:11 UTC 2010


#13002: header image upload doesn't in MS mode
--------------------------+-------------------------------------------------
 Reporter:  pbearne       |       Owner:           
     Type:  defect (bug)  |      Status:  new      
 Priority:  high          |   Milestone:  3.0      
Component:  Themes        |     Version:           
 Severity:  major         |    Keywords:  twentyten
--------------------------+-------------------------------------------------

Comment(by pbearne):

 Hi

 I have solved this

 I upgraded this site from 2.9 mu to 3.0 beta so I had extiting rewrite
 rules that pointed to blogs.php not the new ms-files.php

 and I done as instructed and removed blogs.php

 "The wp-content/blogs.php file is deprecated. Please remove it and update
 your server rewrite rules to use wp-includes/ms-files.php instead."

 This not enough instuctions as to what I need to change in the rewrite
 rules.
 We need to add some words of what to change in the rewrite or better still
 code this as part of the upgrade script

 this is the change I made to .htaccess
 #RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [L]
 RewriteRule ^(.*/)?files/(.*) wp-includes/ms-files.php?file=$2 [L]


 I have rasied a bug for this #13072 as the IIS rules are wrong (still have
 blogs.php)

 this change needs to be scripted otherwise it will create broken sites.

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/13002#comment:4>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list