Thank you for your response! I am using a default theme. I viewed the link but I think my issues may be different.
Firstly, I don’t seem to have the file bp-custom.php that they describe. Should I have that file?
The second issue is that it seems to be ALL my uploaded images, avatars, stored photos in the gallery, and the header image that are gone. This includes new uploads.
Here’s my site if you’d like to check it out: http://www.DivineEarth.org/main
Thank you very much!
Please, can anyone help with this? Thank you.
@r-a-y – thank you very much for the info. I checked and double-checked but it appears everything is correct as per the instruction link. Any other ideas??? I can’t seem to get any images to show up.
Did you add a file called “ms-files.php” to “wp-content”?
No. Does this need to be created? If so, how do I do that? Thank you.
I created “ms-files.php” as a text document and put it in”wp-content”, but there’s no info in it. Should I add some sort of script? Sorry, but I am not well versed in these things.
It looks like you didn’t follow the instructions listed under “Update Rewrite Rules”:
http://developersmind.com/2010/06/17/upgrading-wordpress-mu-2-9-2-to-wordpress-3-0/
@r-a-y — on the .htaccess file I have the following – is it not correct?:
RewriteEngine On
RewriteBase /main/
#uploaded files
RewriteRule ^(.*/)?files/$ index.php [L]
RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*
RewriteRule ^(.*/)?files/(.*) wp-content/ms-files.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]
SecFilterEngine Off
SecFilterScanPOST Off
You’re missing the part about moving /wp-includes/ms-files.php to /wp-content/ms-files.php!
@r-a-y — you da best! It worked! Thanks sooooooooo much!!!!