On Sun, Jan 16, 2005 at 05:25:17PM -0800, Justin Mason wrote:
> URL: http://bugzilla.spamassassin.org/process_bug.cgi
> undef error - Can't find param named messageid at Bugzilla/Config.pm line 
> 150. 

Hrm.  Hard to tell what this is.  The Config.pm error is from Param(),
so apparently something's calling Param("messageid").  I get the same
problem when creating a ticket:

URL: http://bugzilla.spamassassin.org/post_bug.cgi
undef error - Can't find param named messageid at Bugzilla/Config.pm line 150.

The only reference to 'messageid' that I can find anywhere is the stuff
quinlan put in for BZ messages.

...

Turns out that the processmail code was subsumed by Bugzilla/BugMail.pm.  I
copied over the obvious bits and moved processmail out of the way.  I now get
mail from new tickets and when tickets are closed, etc.

Doing some more testing, responding to BZ mails results in an error as well:

Can't locate BugzillaEmail.pm in @INC (@INC contains:
/usr/lib/perl5/5.6.1/i386-linux /usr/lib/perl5/5.6.1
/usr/lib/perl5/site_perl/5.6.1/i386-linux /usr/lib/perl5/site_perl/5.6.1
/usr/lib/perl5/site_perl/5.6.0 /usr/lib/perl5/site_perl
/usr/lib/perl5/vendor_perl/5.6.1/i386-linux /usr/lib/perl5/vendor_perl/5.6.1
/usr/lib/perl5/vendor_perl . /var/www/html/contrib /var/www/html) at
/var/www/html/contrib/bugzilla_email_append.pl line 41.
BEGIN failed--compilation aborted at
/var/www/html/contrib/bugzilla_email_append.pl line 41.

even though it's very specifically available in /var/www/html/contrib, and the
script works from the commandline.  <grrr>

-- 
Randomly Generated Tagline:
There is one way to find out if a man is honest -- ask him.  If he says
 "Yes" you know he is crooked.
                -- Groucho Marx

Attachment: pgpFMbT0N2v3d.pgp
Description: PGP signature

Reply via email to