Hi Nathalie, I'm sorry to hear this.
http://bugzilla.mkgnu.net/show_bug.cgi?id=1493 On Thu, 2010-09-23 at 09:49 -0400, Nathalie Gautier wrote: > Bugzilla 3.6.2 > Scmbug 0.26.19 > Scmbug ERROR> Daemon.pm:634:main:: - Thread 19 terminated abnormally: > Undefined subroutine &Bugzilla::Version::create called at C:/Program > Files/Scmbug/share/scmbug/lib/Scmbug/Daemon/Bugzilla.pm line 1327. Can you try the attached patch on Daemon/Bugzilla.pm?
? Bugtracker.pm ? Bugzilla.pm ? Daemon.pm ? Integration.pm ? Mantis.pm ? Process.pm ? Request.pm ? RequestTracker.pm ? TestDirector.pm ? TestDirectorInterface.pl ? TestDirectorUtils.pm ? Trapper.pm ? a ? a.patch ? b ? comment.patch ? version_create.patch Index: Bugzilla.pm.in =================================================================== RCS file: /projects/scmbug/cvsroot/system/src/lib/product/Daemon/Bugzilla.pm.in,v retrieving revision 1.85 diff -u -r1.85 Bugzilla.pm.in --- Bugzilla.pm.in 12 Jul 2010 05:44:47 -0000 1.85 +++ Bugzilla.pm.in 25 Sep 2010 21:53:30 -0000 @@ -1324,7 +1324,7 @@ my $version = Bugzilla::Version::create( $tag_name, $product ); } else { # This is is_version_latest() - my $version = Bugzilla::Version::create( { name => $tag_name, product => $product } ); + my $version = Bugzilla::Version->create( { name => $tag_name, product => $product } ); } } }
signature.asc
Description: This is a digitally signed message part
_______________________________________________ scmbug-users mailing list scmbug-users@lists.mkgnu.net http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users