On Fri, 2008-05-02 at 22:40 +0200, Markus M. May wrote:
> Please find attached my configuration for bugzilla. All the checks in  
> the Scmbug/Daemon/Bugzilla.pm are running through, and therefor I  
> believe that Bugzilla.pm is found correctly.

OK.

> I was using 0.25_2 up until a couple of minutes ago. I upgraded to  
> 0.25_3, but the problem still occurs.


> Thanks for helping me. Right now, I am very unsure, on where the  
> problem is. could it be, that the method is called with the wrong  
> parameters????

Nope, that's not the issue. What you can do, manually, for debugging to
is modify Bugzilla.pm to add code like:


open FILEOUT, ">>/tmp/debug";
print FILEOUT "Got to this point -- 1\n";
close FILEOUT;


Also modify the line:

        my $userid = Bugzilla::User::login_to_id( $username );

to read:

        use Bugzilla::User;
        my $userid = Bugzilla::User::login_to_id( $username );

...and see if that changes things.

> >> Undefined subroutine &Bugzilla::User::login_to_id called at   
> >> /usr/share/scmbug/lib/Scmbug/Daemon/Bugzilla.pm line 513, <STDIN>   
> >> line 34.

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
scmbug-users mailing list
[email protected]
http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users

Reply via email to