I've encountered it yesterday with umbraco 7.4.3
To fix the issue I had to ensure that in web.config "compilation" element have attribute debug="true".
Having it set to "false" or if attribute wasn't present - which happens when you build in release mode, makes backoffice inaccessible.
Uncaught ReferenceError: UmbClientMgr is not defined
Hi,
Does anyone know anything about this old bug?
http://issues.umbraco.org/issue/U4-6172?preventRedirect=true
I've just encountered it in 7.4.3. Exactly the same scenario.
Cheers, John
Anyone?
Hey John,
I've encountered it yesterday with umbraco 7.4.3 To fix the issue I had to ensure that in web.config "compilation" element have attribute debug="true".
Having it set to "false" or if attribute wasn't present - which happens when you build in release mode, makes backoffice inaccessible.
Hope that helps
Cheers Krystian
is working on a reply...