I am using xhtmlConformance = transitional.
I found the post regarding the client id and changing : to $. I have done this and now I am getting a different error. I have changed xhtmlConformance back to legacy and the error persists.
With FireFox 1.5, I get the following:
Error: uncaught exception: [Exception... "Component returned failure code: 0x80070057 (NS_ERROR_ILLEGAL_VALUE) [nsIDOMParser.parseFromString]" nsresult: "0x80070057 (NS_ERROR_ILLEGAL_VALUE)" location: "JS frame :: http://localhost/js/dnn.xml.js :: anonymous :: line 63" data: no]
With Internet Explorer 6, it blows up on line 517 of dnn.controls.dnntree.js:
for (var i=0; i<oNode.childNodeCount(); i++) with oNode being null.
I can trace this back to generateTreeHTML which does not set this.rootNode to a value because this.DOM.childNodesCount = 0
Any Ideas?
I forgot to mention, this is occurring within the default FileManager.
Thanks,
Eric