[freenet-support] (correction) hang on install

2007-10-27 Thread David ‘Bombe’ Roden
On Wed, 2007-10-17 at 20:43 -0400, Michael R. Hines wrote: > I fixed it my self by removing internationalization call from the faulting > line. The l10n call never was the problem, that call was missing the name of the HTML node (which should have been "#"). Fixed in more recent versions, sorry f

[freenet-support] (correction) hang on install

2007-10-27 Thread Michael R. Hines
No problem. I appreciate your help =) - Michael David ?Bombe? Roden wrote: > On Wed, 2007-10-17 at 20:43 -0400, Michael R. Hines wrote: > >> I fixed it my self by removing internationalization call from the faulting >> line. >> > > The l10n call never was the problem, that call was missi

Re: [freenet-support] (correction) hang on install

2007-10-27 Thread Michael R. Hines
No problem. I appreciate your help =) - Michael David ‘Bombe’ Roden wrote: > On Wed, 2007-10-17 at 20:43 -0400, Michael R. Hines wrote: > >> I fixed it my self by removing internationalization call from the faulting >> line. >> > > The l10n call never was the problem, that call was missi

Re: [freenet-support] (correction) hang on install

2007-10-27 Thread David ‘Bombe’ Roden
On Wed, 2007-10-17 at 20:43 -0400, Michael R. Hines wrote: > I fixed it my self by removing internationalization call from the faulting > line. The l10n call never was the problem, that call was missing the name of the HTML node (which should have been "#"). Fixed in more recent versions, sorry f

[freenet-support] (correction) hang on install

2007-10-17 Thread Michael R. Hines
I fixed it my self by removing internationalization call from the faulting line. - Michael Michael R. Hines wrote: > Correction. The aforementioned error is wrong. > > Here's the correct java error: > > java.lang.IllegalArgumentException: element name is not legal > at freenet.support.H

Re: [freenet-support] (correction) hang on install

2007-10-17 Thread Michael R. Hines
I fixed it my self by removing internationalization call from the faulting line. - Michael Michael R. Hines wrote: > Correction. The aforementioned error is wrong. > > Here's the correct java error: > > java.lang.IllegalArgumentException: element name is not legal > at freenet.support.H

[freenet-support] (correction) hang on install

2007-10-16 Thread Michael R. Hines
Correction. The aforementioned error is wrong. Here's the correct java error: java.lang.IllegalArgumentException: element name is not legal at freenet.support.HTMLNode.(HTMLNode.java:46) at freenet.support.HTMLNode.addChild(HTMLNode.java:130) at freenet.support.HTMLNode.ad

Re: [freenet-support] (correction) hang on install

2007-10-16 Thread Michael R. Hines
Correction. The aforementioned error is wrong. Here's the correct java error: java.lang.IllegalArgumentException: element name is not legal at freenet.support.HTMLNode.(HTMLNode.java:46) at freenet.support.HTMLNode.addChild(HTMLNode.java:130) at freenet.support.HTMLNode.ad