Copied to clipboard

Flag this post as spam?

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


  • Luka 5 posts 74 karma points c-trib
    Feb 24, 2015 @ 17:38
    Luka
    0

    7.0.9.11 problem in release mode

    Plugin working fine in development mode.

    Umbraco version 7.2.2
    IIS version 7.5.7600.16385

    Once deployed, Member List won't show.

    Console shows an error:

    Error: Argument 'MemberManager.Dashboard.MemberListViewController' is not a function, got undefined cb@...


    Tried everything, deploying on different production and staging servers, no go.
    Finally got it working by enabling Debug behavior for .net Compilation in IIS.

    Application >> .Net Compilation >> Behavior >> Debug = True

    Anybody else has the same problem? Could it be that MemberListView.dll has been built for the debug mode only, or has some important code in a Debug Conditional code part?

     

  • Robert Foster 459 posts 1820 karma points MVP 3x admin c-trib
    Feb 25, 2015 @ 00:12
    Robert Foster
    100

    Hi Luka,

    Nope, Debug mode should not affect it at all. And it looks like this is more likely a javascript issue.

    I'd say it's possibly related to this:

    https://our.umbraco.org/projects/backoffice-extensions/spectrum-colour-picker/general/61573-Broken-in-Umbraco-722-with-debug-=-false

    The fix is to remove ?v=xx from the package.manifest file, which you can find in /App_Plugins/MemberManager.

    I'll release a new version with this fixed in it shortly.

    - Rob.

  • Luka 5 posts 74 karma points c-trib
    Feb 25, 2015 @ 09:27
    Luka
    0

    That makes sense. Thank you so much Rob.

    I've removed all querystrings from the URL's in the manifest file and now it's running with Debug = False

     

  • 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