XF 1.4 Image Proxy not showing all images in a post/page

Mouth

Well-known member
Image proxy appears to be not loading all images within posts/page.
Eg. First FZR250R is done on all the first post, after 5 images the remaining images just appear as placeholders.

If you right click the image placholder and choose 'load in new tab' the image displays fine, thus not a failure with the source image or proxy being able to find it in cache.

My image proxy settings are;
Lifetime = 60 days
Refresh = 0 days
Cache max size = 10240 (Kb)

I see the same in the Image Proxy Log too .... after the first 5 or 6 records on the log page, the remaining images do not display/load. Click to open though, and it works fine.

Anyone know what the issue could be?
 
Your server is responding with a 404 error for them:
Code:
<html>
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx</center>
</body>
</html>

It must be triggering some configuration on your webserver, possibly relating to DoS protection?
 
Top Bottom