I noticed in my IIS log file a lot of 404 image errors. They don't seem to be affecting anything, but I don't like seeing the errors in the log.
We recently upgraded the site from DNN 5.6.7 to 6.2? And we had to have someone update our skin to make it work. I don't think that I see these 404s on other pages, so I think it's isolated to this module. It uses the Document-Library module. I'm not sure what to check or where to check or how to fix this.
If I change the path to this, /DesktopModules/XSDocumentLibrary/images/plusnb.png, then it finds the files.
These are the files that I'm getting the 404 errors on.
/MyDocumentLibraryPage/tabid/111/Default.aspx (finds this, code 200)
/MyDocumentLibraryPage/tabid/111/plusnb.png (doesn't find this, code 404)
/MyDocumentLibraryPage/tabid/111/plusb.png (doesn't find this, code 404)
/MyDocumentLibraryPage/tabid/111/folderopen.png (doesn't find this, code 404)
/MyDocumentLibraryPage/tabid/111/minusnb.png (doesn't find this, code 404)
/MyDocumentLibraryPage/tabid/111/root.png (doesn't find this, code 404)
/MyDocumentLibraryPage/tabid/111/folder.png (doesn't find this, code 404)
/MyDocumentLibraryPage/tabid/111/minusb.png (doesn't find this, code 404)
/MyDocumentLibraryPage/tabid/111/lineang.png (doesn't find this, code 404)
/MyDocumentLibraryPage/tabid/111/undefined (doesn't find this, code 404)
/MyDocumentLibraryPage/tabid/111/lineints.png (doesn't find this, code 404)
/MyDocumentLibraryPage/tabid/111/leaf.png (doesn't find this, code 404)
/MyDocumentLibraryPage/tabid/111/line.png (doesn't find this, code 404)
/MyDocumentLibraryPage/tabid/111/blank.png (doesn't find this, code 404)
/MyDocumentLibraryPage/tabid/111/nodrop.png (doesn't find this, code 404)
Any helpful pointers would be appreciated.