Resized images not displaying
-
nextgen-gallery plugin 2.1.23
My wordpress installation had been running on an old version of PHP (5.0.?), so I got it updated to 5.6.17
After making that upgrade, when I created a new post that included the singlepic short code: [singlepic id=XXXX w=650 h=650 ] the image on the post was broken. The link still worked and would display the image, however.
It appears that after the PHP upgrade, the short code will try to display an image at a location that has this form:
https://www.example.com/nextgen-image/XXXX/550x550x100/fb5a956212ecb97dabedc9beb7060bc4where XXXX is the image id.
Previously (on old posts that are still working) the image location for display was of the form:
https://www.example.com/wordpress/wp-content/gallery/gal-name/dynamic/photo-name.jpg-nggid0513415-ngg0dyn-650x650x100-00f0w010c010r110f110r010t010.jpgI did try disabling other plugins and that didn’t help.
I am not seeing any error or anything, so I’m not sure what to do to further debug things.
Thanks
- The topic ‘Resized images not displaying’ is closed to new replies.