Check your upload path in Settings/Media
I checked, and you were right, there was no width associated with image settings in the media area. I set a width and the files still don’t show, though.
Oh maybe that’s the problem. My dashboard page for Settings/Media doesn’t look like this:
http://codex.ww.wp.xz.cn/Settings_Media_SubPanel
I don’t have the Uploading Files section.
I also notice a lot of talk about Settings > Misc but I don’t have that page either.
I had an MU which is now 3.0. Any idea why I don’t have these things and how I can fix my problems?
Settings/Miscellaneous is for WP 2.9.2 or below. I’m not sure how/if the MU Media options were changed by 3.0.
Okay so how I can fix my problems?
Site url? Preferably a link to a page or post with a “missing” image.
It looks like the author has removed the missing image until it can be figured out on the original post
http://jamesrovira.towerofbabel.com/2010/07/08/wall-of-blake/
but you can still see where the missing image should be on the “Wall of Blake” post on the homepage.
http://towerofbabel.com/
For WPMU upgraded to WP 3.0 or WP 3.0 multisite –
Go to dashboard Super Admin > Sites and hover over blog link and click on EDIT link. On the left column, find “Upload Path”. Post here what you find there.
In WPMU upgraded to WP 3.0 it would look like this for all blogs:
wp-content/blogs.dir/xx/files
(where xx is blog ID #)
In new WP 3.0 install turned multisite:
for the main blog = wp-content/uploads
for all sub-blogs = wp-content/blogs.dir/xx/files
This is what I find there.
wp-content/blogs.dir/15/files
mercime – did what you suggested and tried all possible variations with and without the /wp-content/blogs.dir/x/ in the middle, right down to using just ./image.jpg
Still no images show
Tried changing the theme then deleting and reinserting the image… no luck.
I use the “image upload” option to insert an image onto my site, but the image never appears — even though the file name does appear in the gallery for available photos. I never actually see the image either — not in a thumbnail or anything else. Tried inserting an existing image already loaded to the site and I get the same effect.
Any idea what’s going on?
Check whether images have indeed been uploaded to your server files via FTP or cpanel and go to uploads folder for single WP or blogs.dir file # depending on which blog you uploaded.
1. Open up .htaccess file and double check you have
RewriteRule ^(.*/)?files/$ index.php [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L]
2. If you have that there in .htaccess and images are not working in post, .htaccess file is not recognized for some reason. If you have access to your apache2/httpd.conf check if it states
“AllowOverride FileInfo Options” and not “AllowOverride All”