WordPress not outputting media URLs (NOTE: Not your average problem)
-
Was having this problem before upgrading to 4.0, but upgrading sadly did not resolve my problem.
I first noticed the problem when I realized that my WP Galleries were not displaying correctly. Looking at the source, it seems that the gallery shortcode was outputting everything correctly with exception to the image source. So the href was not pointed to the image location, and the image tag itself was missing the src.
It looked similar to:
<dt class='gallery-icon '> <a href=''><img src ="" alt ="Awds2014-412" /></a> </dt>
So I log into the site and edit the page with the gallery, but in the media all I see is a sea of this. https://sgdwebsites.com/delete/1.jpg. So I figure the images are somehow delete off the server. I FTP and all of the images are there. Weird. Looking at this – https://sgdwebsites.com/delete/2.jpg – shows that WordPress still has the URL correctly entered, and copy/pasting the URL into the browser sucessfully shows the image. Even shows up in a proxy. https://sgdwebsites.com/delete/3.jpg
So now I figure that for some reason the thumbnails got messed up, so I installed the Regenerate Thumbnails plugin – but no luck. As soon as it get’s to those images it claims that the image cannot be found on the server.
I’m seriously at a loss here as nothing has changed on the site in the past month, and I know that this was working up to a week ago at least.
I have reverted back to default theme and disabled all plugins to no effect. There are a TON of images that have been a affected so the last thing I want to do is re-upload all of my galleries just to risk having this happen again.
I hope this report has been detailed enough and any help or far fetched ideas would be greatly appreciated!
- The topic ‘WordPress not outputting media URLs (NOTE: Not your average problem)’ is closed to new replies.