Gossamer Forum
Home : Products : Gossamer Forum : Discussion :

Installation of "Whois 1.1"

Quote Reply
Installation of "Whois 1.1"
Hi,

When I try to install the plugin "Whois 1.1", I get always this error:

Error running installation code: Can't locate object method "error" via package "Whois" (perhaps you forgot to load "Whois"?) at (eval 1) line 83.

Thank you for you help!

François

Last edited by:

Franco: Mar 27, 2002, 7:27 PM
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');
Quote Reply
Re: [Franco] Installation of "Whois 1.1" In reply to
Franco,
Do you have a copy of this plug-in somewhere I can't find it when I log-in through the admin panel and I can't see it listed on the web site either.

John
Significant Media
Quote Reply
Re: [Jag] Installation of "Whois 1.1" In reply to
Hi John,

This plugin was removed (see http://www.gossamer-threads.com/...i?post=189224#189224 and http://www.gossamer-threads.com/...i?post=189225#189225). It caused sometime a never ending loop consuming the server resources... Unsure

Have a nice day. Smile

François