XF 1.3 Imageproxy issue

r1pe

Member
Hello,

I tried to enable the Imageproxy, but unfortunately it doesn't work for me. Activating the private key feature doesn't help, and if I try to access an image manually through the proxy.php the only output is this:
error.webp

How can I debug this feature and what do I have to consider when I enable it? The link proxy and all the other new features work fine so far.

Enter the number of days that proxied images should be retained before they are removed from your system. If the image is re-requested after this time, it will automatically be fetched again. Use 0 to retain the images indefinitely.
If I enter 0 in the options, it automatically switches back to 1 :)
 
Can you show us a URL to a thread that has a proxied image? There's a header in the request which will give more information, though it will probably just indicate that the retrieval failed.

I've fixed the 0 thing.
 
Connection:keep-alive
Content-Disposition:inline; filename="missing-image.png"
Content-Length:1761
Content-Type:image/png
Date:Tue, 28 Jan 2014 16:17:07 GMT
Etag:1390916211
Server:nginx
X-Content-Type-Options:nosniff
X-Proxy-Error:invalid_hash
Ok, this helps, but still does not explain why the images are not send automatically through the proxy.php from my posts.
I've send you a private message together with the URL and an example topic.
 
Top Bottom