Images visible when editing

Nirjonadda

Well-known member
Images visible when editing, not when viewing post. They show up as broken images, clicking on "edit" brings up the actual images.
 
When editing the post, the proxy isn't used. You should use the image proxy test in the control panel to get a more specific error message.
 
When editing the post, the proxy isn't used. You should use the image proxy test in the control panel to get a more specific error message.

Same issue here: https://xf2demo.xenforo.com/threads/images-visible-when-editing-not-when-viewing-post.629/

Error message from Test Image Proxy.

http://picload.org/image/ioocdap/017_1000.jpg could not be fetched or is not a valid image. The specific error message was: Unable to Connect to tcp://picload.org:80. Error #110: Connection timed out
 
Based on that error, your server can't connect to the server hosting the image. If this happens to various servers, it may be a firewall issue on your end.
 
There's nothing to be done within XenForo. This is an issue happening at the network stack level. Your server is failing to connect to the specified host.
 
There's nothing to be done within XenForo. This is an issue happening at the network stack level. Your server is failing to connect to the specified host.

My server are not failing https URL but only failing http URL? OK please let's me know how to update post link URL http to https ?

Example:

Code:
http://img4.picload.org/ To https://img4.picload.org/
 
Top Bottom