mhogan
Forum Replies Created
-
Done.
Oops! I did that last night. <patiently waiting for a reply>
Forum: Fixing WordPress
In reply to: image uploader, still! tried all fixesHere’s what I’m seeing. The images upload OK and the system creates smaller versions of 150×150 and 300×200 in my uploads/2008/04 folder. The media library shows the filename (minus extension) but no image. When I mouseover where the image is supposed to be, I see the pointer finger but do not see a menu. However, if I manually enter the URL into the post the image will display in the post just fine.
I also noticed that when I look at the media library page, the “Show” button doesn’t work. Looking at the page source, I found this.
<a class='toggle describe-toggle-on' href='#'>Show</a>I think whatever is causing the problem is putting a “#” for the URL of the image which is why we’re not able to see it on the screen or “show” it. Viewing the meta data in the database appears to be the correct path to the image (copying and pasting it into a browser gives the the correct image).
I hope this helps someone way smarter than me figure out what’s going on.
Thanks.
-Mike