Copied to clipboard

Flag this post as spam?

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


  • Richard Kingston 46 posts 69 karma points
    Feb 03, 2011 @ 13:11
    Richard Kingston
    0

    Umbraco 4.6.1 - could not load control /umbraco/dashboard...

    Just completed a fresh install of umbraco and I'm presented with these errors. The files being referenced do exist, although the casing of the names is different (but I don't think IIS worries about that).

    Can anyone please advise?

    Thanks

    Rich

  • Richard Kingston 46 posts 69 karma points
    Feb 03, 2011 @ 13:18
    Richard Kingston
    0

    I should add that the files aren't at /umbraco/dashboard... but rather /umbraco/umbraco/dashboard...

    Is this an IIS config issue?

  • Russ 5 posts 25 karma points
    Feb 08, 2011 @ 21:18
    Russ
    0

    I had this exact same issue, it's because the addresses to files in the Dashboard.config file (inside /config) need changing to be from the root. example below:

    Look for all the address references in the dashboard.config file, they look like this:

     /umbraco/dashboard/settingsdashboardintro.ascx

    Obviously this won't find the file, so you need to add an ~ onto the beginning of each one to make it the correct address:

    ~/umbraco/dashboard/settingsdashboardintro.ascx

    Hope this helps,

    Cheers,

    Russell

  • Tracey Munro 7 posts 27 karma points
    Feb 23, 2011 @ 16:04
    Tracey Munro
    0

    Hi Russell,

    Just wanted to mention that I had the same problem and your suggestion fixed it.  Thanks so much!  :)

    Tracey

  • 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