however when I take a look at my page, sometimes the images show and sometimes they don't. this varies upon refresh. I am using Articulate Cropper as an editor to show these images, however i had the same problem when I tried using Media Picker.
How long has it been since you saved the code? Sometimes it takes a little while for Umbraco to cache correctly. You could also try clearing the cache of the browser you are using and see if that helps!
This error has been occurring for days now. Inspecting the missing images shows that the address for them tends to be ~/media/9333/imagename.jpg and whenever I visit the link i get an
Server Error in '/' Application.
The resource cannot be found.
error. However as I mentioned, one refresh sometimes the image reappears. when that does, visiting the image links no longer leads to the error and instead leads to the image.
Interesting. If you have not tried clearing your browser cache I would give that a try and see if that helps. I often find that most issues I have with Umbraco not showing things is if I clear my cache it helps most of the time. Good Luck!
I can see that the link is ~/media/9333/imagename.jpg. Normally when you use media picker, the link is relative which should display like: /media/9333/imagename.jpg without the tilde ~
Try accessing the image directly and see if its work: http://{domain}/media/9333/imagename.jpg. If it works, then there must be a config that is rewriting the image links.
thank you, unfortunately clearing the cache doesn't help. Several other users have tested the link in their browser and all relied that the images randomly appear or error out due to not being found. This error occurs across multiple browsers and in incognito mode also.
Images not displaying for me
I have something like this in my template
however when I take a look at my page, sometimes the images show and sometimes they don't. this varies upon refresh. I am using Articulate Cropper as an editor to show these images, however i had the same problem when I tried using Media Picker.
thanks
How long has it been since you saved the code? Sometimes it takes a little while for Umbraco to cache correctly. You could also try clearing the cache of the browser you are using and see if that helps!
This error has been occurring for days now. Inspecting the missing images shows that the address for them tends to be ~/media/9333/imagename.jpg and whenever I visit the link i get an
Server Error in '/' Application.
The resource cannot be found.
error. However as I mentioned, one refresh sometimes the image reappears. when that does, visiting the image links no longer leads to the error and instead leads to the image.
thanks
Interesting. If you have not tried clearing your browser cache I would give that a try and see if that helps. I often find that most issues I have with Umbraco not showing things is if I clear my cache it helps most of the time. Good Luck!
Hi Daniel,
I can see that the link is ~/media/9333/imagename.jpg. Normally when you use media picker, the link is relative which should display like:
/media/9333/imagename.jpg
without the tilde~
Try accessing the image directly and see if its work:
http://{domain}/media/9333/imagename.jpg
. If it works, then there must be a config that is rewriting the image links.thank you, unfortunately clearing the cache doesn't help. Several other users have tested the link in their browser and all relied that the images randomly appear or error out due to not being found. This error occurs across multiple browsers and in incognito mode also.
is working on a reply...