Opened 3 years ago
Closed 3 years ago
#13002 closed defect (bug) (duplicate)
header image upload doesn't in MS mode
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | Rewrite Rules | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | pbearne |
Description
Hi
If you try to change the header image on sub site on multi site blog
If you select an image from your desktop and upload you don't get an saved and therefore can't change the header see screen-shot
the path looks good I think it is the save that doesn't work
Attachments (1)
Change History (8)
Works for me.
Is the image listed in the media library?
Replying to ocean90:
Works for me.
Is the image listed in the media library?
where you testing on the root site or sub site ?
pbearne: iI tested it on both. Is it your first image for upload? Is the image on your server? Exists the upload dir? (wp-content/blogs.dir/{ID}/files/{year}/{month})
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.
- Component changed from Themes to Rewrite Rules
- Keywords twentyten removed
- Owner set to ryan
- Severity changed from major to normal
Ok, I think we should close this ticket as invalid and use #11742 for the admin notice.

upload header missing