Copied to clipboard

Flag this post as spam?

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


  • Oleksandr 2 posts 72 karma points
    Aug 20, 2015 @ 14:13
    Oleksandr
    0

    UmbClientMgr is not defined

    I have this strange problem. Administrator section not working.

    URL => polubbaterie [dot] pl/umbraco

    in a console :

    Uncaught ReferenceError: UmbClientMgr is not defined

  • Lee Kelleher 4026 posts 15837 karma points MVP 13x admin c-trib
    Aug 20, 2015 @ 14:28
    Lee Kelleher
    0

    Is this for Umbraco 7? Does anything show in the back-office, or is it a blank screen?

    If it's a blank screen... do you have debug disabled in the Web.config? If so, then my guess is that there is a JavaScript error with a ClientDependency bundle.

    I had this happen to me a few weeks ago... turns out one of my JavaScript files had a (valid) line-break in a string, but ClientDependency didn't like it and Chrome threw an error.

    Cheers,
    - Lee

  • Oleksandr 2 posts 72 karma points
    Aug 20, 2015 @ 14:32
    Oleksandr
    0

    Hi Lee,

    Yes, its a blank screen. I will try to disable debug from web.config.

  • Lee Kelleher 4026 posts 15837 karma points MVP 13x admin c-trib
    Aug 20, 2015 @ 14:39
    Lee Kelleher
    0

    Hi Oleksandr,

    I've had a quick look at the link you gave.

    Chrome dev-tools say: Uncaught SyntaxError: Unexpected token ).

    When I drill down into the script, Chrome dev-tools say that there's something wrong with function MemberFilterDialogController.

    There's a bit in there with this code:

    console.log(getFilterModel()));debugger;
    

    I believe the extra ")" is at the end of getFilterModel().

    I'm not sure if this is custom code or part of a package?

    If it is part of a package, then best to let the developer know about it.

    Cheers,
    - Lee

  • 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