Copied to clipboard

Flag this post as spam?

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


  • Rasmus Fjord 675 posts 1566 karma points c-trib
    Sep 04, 2012 @ 09:45
    Rasmus Fjord
    0

    Backend throws "index was out of range"

    We have a customer who does their own development with umbraco and basicly just help on the side and host a bit for them.

    Ive just got handed a project of theirs that they done through webmatrix, so I scaled up the base easy peasy. 

    The frontend works but whenever we login to the backend we get an error. 

    "index was out of range bla bla bla".

    Here is what gets thrown from the umbraco log : 

    At /umbraco/umbraco.aspx (Referred by: http://furflow.dk/umbraco/login.aspx?redir=/umbraco/umbraco.aspx): System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.  Parameter name: index     at System.Collections.Generic.List`1.get_Item(Int32 index)     at umbraco.cms.presentation._umbraco.Page_Load(Object sender, EventArgs e)     at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e)     at umbraco.BasePages.BasePage.OnLoad(EventArgs e)     at System.Web.UI.Control.LoadRecursive()     at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

     We get logged in and forwarded to /umbraco/ but here it throws the error. I know the project is filled with all the sql CE dlls/settings and such. Could this be the cause ? 

  • Rasmus Fjord 675 posts 1566 karma points c-trib
    Sep 04, 2012 @ 10:40
    Rasmus Fjord
    0

    NP think i got it ! 

    My user didnt have any sections available. 

    Anyone post so i can submit a "solved"

    My solution was to take my password in the base, overwrite their admin and login, give myself rights and login again!

Please Sign in or register to post replies

Write your reply to:

Draft