On Thu, 2010-01-21 at 17:17 -0500, [email protected] wrote: > At 04:28 PM 1/21/2010, Kristis Makris wrote: > >Edit the logic in set_version_type > > > >$ grep -irnH set_version Bugzilla.pm > >Bugzilla.pm:444:sub set_version_type { > > > > Thx. We're making progress. I added > } elsif ( $major == 3 && $minor == 4 ) { > $self->{version_type} = $BUGTRACKER_VERSION_LATEST; > > > which gets me to a new error: > > ******************************************* > ** > ** > ** Scmbug error 79: Package 'Bugzilla::Bug' not found in installation > directory '/usr/share/scmbug/lib/Scmbug/Daemon'. > Initialization of bug-tracking system 'Bugzilla' version '3.4.4' > failed. This could be due to an unsupported version of this system, > or misconfiguration.
in /etc/scmbug/daemon.conf, the "installation_directory" should be pointing to your Bugzilla installation. e.g. installation_directory => '/var/www/bugzilla-3.4.4' > ** > > In looking, Bug.pm is actually in > /usr/share/scmbug/lib/Scmbug (where Bugzilla.pm is in There's no Bug.pm in Scmbug. This file is part of Bugzilla.
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
