Copied to clipboard

Flag this post as spam?

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


  • Paul 2 posts 22 karma points
    Feb 20, 2013 @ 13:54
    Paul
    0

    umbraco 4.7 javascript error in guiFunctions.js stopping backend login just showing progress bar gif

    My umbraco 4.7 site's login suddenly stopped working.

    When you log in it just shows a progress bar animated gif.

    In IE this javascript error message appears:

    Webpage error details
    
    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0;     SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.3; MS-RTC EA 2; .NET4.0C; .NET4.0E)
    Timestamp: Wed, 20 Feb 2013 09:37:27 UTC
    
    
    Message: Object expected
    Line: 110
    Char: 5
    Code: 0
    URI: http://www.mysitename.com/umbraco/js/guiFunctions.js?cdv=1

    When I look with firebug at that line of code this is the offending function:

    function resizeGuiWindow(windowName, newWidth, newHeight, window) {
       resizePanelTo(windowName, false, newWidth, newHeight);
    } 

    the values are: windowName = "PlaceHolderAppIcons" and the window = undefined

    Any help would be most appreciated.

    Cheers, Paul

  • Paul 2 posts 22 karma points
    Feb 20, 2013 @ 16:31
    Paul
    0

    I found the cause of the problem.

    I had written a 301 redirect which was overzealous and was accidentally redirecting the requests for the javascript files needed to render the backend gui.

    I hope this helps someone.

    Cheers, Paul

  • 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