Hi, great work with the dnn.
Yesterday we've updated our web site and when we try to access to the File Manager it throws this message in the IE script depurator:
Línea: 1
Error: 'initFileManager' no está definido (is undefined)
When i debug the call stack shows:
JScript global code (here's the undefined function call)
dnn_Page_OnLoad(which is in DependencyHandler.axd this has: eval(sLoadHandlers), that calls the upper with sLoadHandlers=8)
When i look in the Events Viewer see this message:
Message: DotNetNuke.Services.Exceptions.ModuleLoadException: Object reference not set to an instance of an object. ---> System.NullReferenceException: Object reference not set to an instance of an object. at DotNetNuke.Services.FileSystem.FolderProvider.Instance(String friendlyName) at DotNetNuke.Services.FileSystem.FolderMappingInfo.get_ImageUrl() at DotNetNuke.Modules.Admin.FileManager.FileManager.PreloadFolderImages() at DotNetNuke.Modules.Admin.FileManager.FileManager.InitializeTree() at DotNetNuke.Modules.Admin.FileManager.FileManager.OnLoad(EventArgs e) --- End of inner exception stack trace ---
This didn't hapen with the test dnn 7 that i have which is from a new install any idea or suggestion to fix this? It seems to me that is some image file missed in the server...