Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Rik Helsen 670 posts 873 karma points
    Jul 08, 2010 @ 10:50
    Rik Helsen
    0

    images in backend trying to load from "localhost" ?

    I'm missing the images for the tabs in the backend of umbraco, on a nearly clean install. Umbraco is trying to load them from "localhost" instead of from the server, which results in missing images :/

    Any ideas what might be causing this?

    some screenshots:

  • Rik Helsen 670 posts 873 karma points
    Jul 08, 2010 @ 13:53
    Rik Helsen
    0

    It seems to be a issue as soon as i add an extra tab to a datatype, when i only work with the default tab, the tab UI renders fine..

    it also happens in the media section, where are are multiple tabs, can anyone replicate this?

     

  • Rik Helsen 670 posts 873 karma points
    Jul 09, 2010 @ 09:40
    Rik Helsen
    0

    Am i the only one experiencing this issue?

  • dan 29 posts 53 karma points
    Jul 09, 2010 @ 21:40
    dan
    0

    Hello,

    Could it possibly be a issue in the web.config? I know I have had the issue where I installed on a local host and because a config wasn't set right images weren't loading properly.

    Dan

    danielcruger.com

  • Daniel Nolan 6 posts 26 karma points
    Jul 09, 2010 @ 21:53
    Daniel Nolan
    0

    Hi,

    If you or another user has hit the back office as "localhost", client dependency will resolve the images in the CSS files with localhost. Afterwards, when you view the back office from another machine, that css will be cached, and the browser will look for the images on your localhost. The solution for me was to delete all of the files in /App_Data/ClientDependency, and then only use the fully qualified hostname from then on.

    that is, use:

    http://myMachine.MyDomain.com/VirtualDir/Umbraco/Umbraco.aspx

    instead of

    localhost/VirtualDir/Umbraco/Umbraco.aspx

    Let me know if that helps,

    Dan

  • Rik Helsen 670 posts 873 karma points
    Jul 16, 2010 @ 15:17
    Rik Helsen
    0

    Thanks, that fixed it!

  • Rik Helsen 670 posts 873 karma points
    Jul 20, 2010 @ 16:25
    Rik Helsen
    0

    I guess it didn't fix it that good, now i can only load the images for one url, but once i access it using another, i get the same issue again, the entire backend looks like it's been run over by  a monder truck...

     

  • Daniel Nolan 6 posts 26 karma points
    Jul 20, 2010 @ 16:31
    Daniel Nolan
    0

    You pretty much need to hit it one way. HTTP/HTTPS might matter as well. If you need to be able to hit the page in lots of ways, you may want to set client dependency to debug mode so it won't cache and consolidate the js/css files.

  • Rik Helsen 670 posts 873 karma points
    Jul 20, 2010 @ 17:15
    Rik Helsen
    0

    seriously? this has a lot of impact on umbraco's claim to support multiple websites in one installation though... Now i need a seperate domain for all content managers for the backend to work...

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies