XF 1.5 Issues with IMG tags displaying

The broken icon is coming from the Image Proxy. It indicates that it wasn't able to retrieve or display the image for some reason.

You can test this under Tools in the Admin CP. That should give you a reason for the failure.
 
The error is reporting a connectivity issue between your server and the server where the image is hosted.

Can you tell if it is just happening with this image? What about images hosted on the same site? Or images hosted on another site?
 
Also have the same on this thread - https://zroadster.org/threads/gookahs-progress-journal.2721/page-2#post-120082 There are some IMG tags pointing to Flickr that do the same.

The first image in that post is
Code:
https://c1.staticflickr.com/2/1681/24335145562_6cede03269_b.jpg
Which gives the same error.
Code:
https://c1.staticflickr.com/2/1681/24335145562_6cede03269_b.jpg could not be fetched or is not a valid image. The specific error message was: Unable to Connect to ssl://c1.staticflickr.com:443. Error #110: Connection timed out

Oddly though the last image loads, but has a slightly different URL to the others.
Code:
https://farm4.staticflickr.com/3921/14376257254_9ce3a3962d.jpg

Could it be anything to do with CloudFlare getting in the way?
 
Could it be anything to do with CloudFlare getting in the way?
It could be yeah, or something else on the server side.

It seems somewhat sporadic, but the fact that it is happening on images from multiple sources suggests it is something on the server (or the path to/from the server).
 
Top Bottom