We have a clean installation of DNN 8.0.1 Platform.
Installed YAF using YAF_DNN_2.22.0-5731.zip
We have several broken references to images, which seem to be cause by two different issues, see below::
Invalid root URL For (one of ) the image problems - I see that the root part of the URL is duplicated
/Portals/_default/Skins/Xcillion//Portals/_default/Skins/Xcillion/Images/breadcrumb-arrow.png
> this should be
/Portals/_default/Skins/Xcillion/Images/breadcrumb-arrow.png
( the image does exist in this folder )
See the broken images at top of here:
http://dnn801.us1.glanto...pics/f/1/Test-Forum.aspx resource.ashx not working - or invalid URLSome images are accessed using resource.ashx and with LinkClick.aspx in the URL.
Example:
DesktopModules/YetAnotherForumDotNet/resource.ashx?url=http://dnn801.us1.glantonsupport.com/YAFForm/tabid=89/Default.aspx/LinkClick.aspx?fileticket=faMBFXcVce0%3d
Is this part a valid reference within the above ?
YAFForm/tabid=89/Default.aspx/LinkClick.aspx
These broken links occur when trying to display a user Avatar (which is a link to the user's profile image)
Are these problems caused by some configuration setting ?
Edited by user
2016-04-18T14:15:43Z
|
Reason: Not specified