Thanks! That fixed it! On 1 Sep 2002 at 23:48, Anthony Foglia wrote:
> On Sun, 1 Sep 2002, Robert O'Connor wrote: > > > On 31 Aug 2002 at 19:34, Gary Paulson wrote: > > > > > deprecated( "db_file", "doc_file" ) > > > NameError: deprecated > > > > Hi Gary, > > > > This is a parser issue, most likely. Bill Janssen is away on vacation so he > > can't give his input right now. Not looking at the parser code, but just > > that error message, it may have been that the db_file= and db_name= keys are > > no longer valid and must be replaced with the newer doc_file= and doc_name= > > keys (I barely felt like supporting these old keys either to be honest, so I > > wouldn't be surprised if they were finally expunged out of the parser). > > > > However, there should probably be some sort of optional "de-lint" > > functionality added somewhere to automatically convert/remove any > > depreciated keys from your plucker.ini/.pluckerrc. > > The problem is Sitescooper doesn't use a fixed > plucker.ini/.pluckerrc file, but instead generates one for each site it > scoops. The easiest solution is to do a find/replace in the perl code for > Sitescooper, I believe in file Main.pm for db_file and db_name and change > them to doc_file and doc_name respectively. That's what I did when I was > playing around with Sitescooper 6 months ago. > > --Anthony > > ------------------------------------------------------------------- > "Depression is merely anger without enthusiasm" -- unknown > > _______________________________________________ > plucker-list mailing list > [EMAIL PROTECTED] > http://lists.rubberchicken.org/mailman/listinfo/plucker-list -- Gary in SE Washington -- http://www.3-cities.com/~gpaulson _______________________________________________ plucker-list mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-list

