[Plugin: NextGen Gallery] singlepic doesn’t embed image in page
-
Greetings,
This just started happening tonight, but when I add a single image from the NextGen Gallery using “singlepic” it doesn’t show the image, but if I click the [X] then in the lightbox the image appears. So it doesn’t embed it in the post but when you click into the lightbox it shows fine.
The code I’m using is-
[singlepic id=10 w=320 h=240]When I view the source, the image that does work on another page is referencing the cache where with a quick FTP peek I can see two images but that’s it, the rest of the images aren’t being cached.
So when I look at the “problem” images, I see that the img tag is referencing-
`
<img title=”bridgecanoer.jpg” alt=”bridgecanoer.jpg” src=”https://www.foo.com/dev/wp-content/plugins/nextgen-gallery/nggshow.php?pid=10&width=320&height=240&mode=” class=”ngg-singlepic”/>the PHP file and not the cache as it should. I tested clearing the cache to see if it would break the two images that are working and it did not, their cached images were regenerated.
Also, if I manually take the src address above and paste it into my web browser, it returns a 500 error.
Can anyone help?
- The topic ‘[Plugin: NextGen Gallery] singlepic doesn’t embed image in page’ is closed to new replies.