Gossamer Forum
Home : Products : Gossamer Forum : Discussion :

Re: [Franco] Installation of "Whois 1.1"

Quote Reply
Re: [Franco] Installation of "Whois 1.1" In reply to
Looks like this is the problem in Install.pm:

$file->write or return Whois->error("Unable to extract file: '$path' ($GT::Tar::error)", 'WARN');

....it should be:

$file->write or return Plugins::GForum::Whois->error("Unable to extract file: '$path' ($GT::Tar::error)", 'WARN');
Subject Author Views Date
Thread Installation of "Whois 1.1" Franco 1963 Mar 27, 2002, 7:24 PM
Post Re: [Franco] Installation of "Whois 1.1"
Paul 1863 Mar 28, 2002, 2:06 AM
Thread Re: [Franco] Installation of "Whois 1.1"
Jag 1794 Sep 3, 2002, 4:47 AM
Post Re: [Jag] Installation of "Whois 1.1"
Franco 1794 Sep 3, 2002, 6:48 AM