Page 1 of 1

What is giving this null error?

Posted: Mon Jan 11, 2010 3:50 pm
by luntrus
Hi Giorgio Maone,

After updating NS I get a series of error messages here: Error: gKablRulesObj.injectFunctions is null
Source file: chrome://kabl/content/kabl-inserter.js
Line: 102

Code: Select all

 	for (var i=0, func=null; func=gKablRulesObj.injectFunctions[i]; i++) { 
Some info on this code found here: http://trac.arantius.com/changeset/509

Is NS interfering with "dotted objects inserting" in this case, the code is Mozilla's?

luntrus

Re: What is giving this null error?

Posted: Mon Jan 11, 2010 4:03 pm
by Giorgio Maone
Looks like a Karma Blocker bug.

Re: What is giving this null error?

Posted: Mon Jan 11, 2010 4:24 pm
by luntrus
Hi Giorgio Maone,

Yep, right on the mark, have that extension active in this version of Flock. For me you are "the doctor of code".
Thanks a bunch for explaining this. I will change the actual configuration inside KarmaBlocker,

luntrus