Using CCK 2.2.3 and Firefox 52.0esr, I receive this error on every launch. 
(Also tested with CCK 2.2 - same results)
----
[Exception... "Component returned failure code: 0x804b000a 
(NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a 
(NS_ERROR_MALFORMED_URI)" location: "JS frame :: 
resource://gre/modules/NetUtil.jsm :: NetUtil_newURI :: line 206" data: no]

NetUtil_newURI@resource://gre/modules/NetUtil.jsm:206:16
CCK2.init@resource://cck2/CCK2.jsm:261:34
@cck2.cfg:574:1
----

Here's what I have on the pertinant lines:

cck2.cfg:574:
Components.utils.import("resource://cck2/CCK2.jsm");

/cck2/CCK2.jsm:261:
Services.perms.add(NetUtil.newURI("http://"; + i), j, config.permissions[i][j]);

(I'm not sure where NetUtil.jsm is located)

Am I missing something here or is there already a fix I'm unaware of?

_______________________________________________
Enterprise mailing list
[email protected]
https://mail.mozilla.org/listinfo/enterprise

To unsubscribe from this list, please visit 
https://mail.mozilla.org/listinfo/enterprise or send an email to 
[email protected] with a subject of "unsubscribe"

Reply via email to