You look like you've referenced the logo and nonodebg.jpg files incorrectly in the HTML template.
Am I right in thinking you have IIS set up to serve the site from /web/Umbraco/ ? If so then change the image src to "/assets/img/logo.png" - I'm guessing at the moment you have something like /Umbraco/assets/img/logo.png - only internal Umbraco files are under /Umbraco - your front end references won't need this (the only exception would be for routing calls to controllers).
Thank you Steve, I changed src to "/assets/img/logo.png" still can not be displayed,responded resource can not find. Other resources like js,css are returned to normal, only the imgs is not normal. My Site is .NET 4.0, Concerned with this?
So just to check - your getting these errors on the front end of your website, e.g. not whilst trying to load the Umbraco back end?
For assets like CSS, JS and static images Umbraco won't get in the way, you should copy the files up to standard /css/ /js/ /img/ folders - is that what you've done? If these are not loading then you need to check the file paths carefully - nothing in .NET or Umbraco is likely to be an issue.
I've seen people get confused with the Umbraco media section for images - this is for CMS controlled images (e..g allowing your editors to upload images). If you've tried to upload the images there but then reference then directly from your HTML templates then you'll need to use the Umbraco URLs or some Razor to obtain the URL. Which have you done?
images can not display
I installed umbraco v7, but i fund my site can not display image. My server exist this images. I have got error massage in log file.
You look like you've referenced the logo and nonodebg.jpg files incorrectly in the HTML template.
Am I right in thinking you have IIS set up to serve the site from /web/Umbraco/ ? If so then change the image src to "/assets/img/logo.png" - I'm guessing at the moment you have something like /Umbraco/assets/img/logo.png - only internal Umbraco files are under /Umbraco - your front end references won't need this (the only exception would be for routing calls to controllers).
Thank you Steve, I changed src to "/assets/img/logo.png" still can not be displayed,responded resource can not find. Other resources like js,css are returned to normal, only the imgs is not normal. My Site is .NET 4.0, Concerned with this?
Hi Clay,
So just to check - your getting these errors on the front end of your website, e.g. not whilst trying to load the Umbraco back end?
For assets like CSS, JS and static images Umbraco won't get in the way, you should copy the files up to standard /css/ /js/ /img/ folders - is that what you've done? If these are not loading then you need to check the file paths carefully - nothing in .NET or Umbraco is likely to be an issue.
I've seen people get confused with the Umbraco media section for images - this is for CMS controlled images (e..g allowing your editors to upload images). If you've tried to upload the images there but then reference then directly from your HTML templates then you'll need to use the Umbraco URLs or some Razor to obtain the URL. Which have you done?
Thanks steve , Now I upgrade ImageProcessor.Web.dll and ImageProcessor.dll, this error be fixed.
is working on a reply...