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.
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?
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?
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.
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
is working on a reply...