XF 2.0 Image wont load

Usually when it shows in the editor but not in the post it is due to hotlinking and the fact you have it cached in your browser. This appears to be the case here as the image works fine if I go directly to it.
 
To view this content we will need your consent to set third party cookies.
For more detailed information, see our cookies page.

It works if you display it like this though:

Code:
[MEDIA=imgur]Hq3teum[/MEDIA]
 
Have you tried testing it with the image proxy test tool in the ACP? It's a gif, so it might be over the configured size limit for the proxy.
 
Have you tried testing it with the image proxy test tool in the ACP? It's a gif, so it might be over the configured size limit for the proxy.

You're on to something because this is what i get when I test it:
Code:
https://i.imgur.com/Hq3teum.gifv could not be fetched or is not a valid image. The specific error message was: File is not an image.
 
You're on to something because this is what i get when I test it:
Code:
https://i.imgur.com/Hq3teum.gifv could not be fetched or is not a valid image. The specific error message was: File is not an image.
That's because you copied the gifv link, which is actually a video file (converted from the gif to reduce the file size). I suspect if you try it with the gif version that the file size is just too large for the proxy. OP could try raising the file size limit for the proxy if that is the case, but of course that means the size of the cache on disk can grow larger.
 
The url to test is:

Code:
https://i.imgur.com/Hq3teum.gif&hash=48efe5b99862ab895eee106663ec5e0a

Your url has your own site in it.

I get this:

Code:
https://i.imgur.com/Hq3teum.gif&hash=48efe5b99862ab895eee106663ec5e0a could not be fetched or is not a valid image. The specific error message was: File is too large.

That url does auto convert to a media tag for me though.
 
Just put the imgur link into the tester, not the image proxy link. It's returning successfully because the proxy is successfully fetching its own red X image.
 
The url to test is:

Code:
https://i.imgur.com/Hq3teum.gif&hash=48efe5b99862ab895eee106663ec5e0a

Your url has your own site in it.

I get this:

Code:
https://i.imgur.com/Hq3teum.gif&hash=48efe5b99862ab895eee106663ec5e0a could not be fetched or is not a valid image. The specific error message was: File is too large.

That url does auto convert to a media tag for me though.

I get the same:
Code:
https://i.imgur.com/Hq3teum.gif&hash=48efe5b99862ab895eee106663ec5e0a could not be fetched or is not a valid image. The specific error message was: File is too large.

But mine does not auto convert to a media tag.
 
It says the file is too large. You can either add a BBCode media site for it to display it without the image proxy, or configure your image proxy to accept larger images in the options.
 
But the file is too large for Bryan too and he hasn't configured it to accept larger files but yet it automatically converts it to a media tag image so it works anyway.
 
Top Bottom