On Tue, 31 Aug 1999, Charles Heffner wrote:
> For two hours, I got NC to work perfectly in trial mode,
> even with my own custom-written handlers. Then I made some
> change that resulted in this error in running newsclipper
> from the dos prompt, quote:
> Can't locate object method "new" via package
> "NewsClipper::Handler::Acquisition::map" at
> PERL2EXE_STORAGE/NewsClipper/HandlerFactory.pm line 359.
> I opened up HandlerFactory in my text editor, and there's
> nothing at line 359, and, I've never edited that file. All
> the filters and handles are where they were when everything
> was clicking. Any ideas?
My guess is that you accidentally overwrote the map.pm file. Check out
INSTALL/.NewsClipper/NewsClipper/Handler/Filter/map.pm
It should have the line
package NewsClipper::Handler::Filter::map;
Typically people get this error when they're creating a new acquisition
handler by copying an old one, and they forget to change the package name.
The package declaration above ought to correspond to the directories and
filename.
David
_________________________________________________________________________
David Coppit
[EMAIL PROTECTED]
President, Spinnaker Software
-
If you would like to unsubscribe from this mailing list send an email to
[EMAIL PROTECTED] with the body "unsubscribe newsclipperlist
YOUR_EMAIL_ADDRESS" (without the quotes) or use the form provided at
http://www.NewsClipper.com/TechSup.htm#MailingList.