Opened 15 years ago
Closed 15 years ago
#13002 closed defect (bug) (duplicate)
header image upload doesn't in MS mode
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Priority: | high | |
Severity: | normal | Version: | |
Component: | Rewrite Rules | Keywords: | |
Focuses: | Cc: |
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)
#2
in reply to:
↑ 1
@
15 years ago
Replying to ocean90:
Works for me.
Is the image listed in the media library?
where you testing on the root site or sub site ?
#3
@
15 years ago
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})
#4
@
15 years ago
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.
upload header missing