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 looking, Bug.pm is actually in
/usr/share/scmbug/lib/Scmbug (where Bugzilla.pm is in
/usr/share/scmbug/lib/Scmbug/Daemon, as indicated in Daemon.conf)
pointing Daemon.conf to there didn't resolve this problem. Linking to
it from /usr/share/scmbug/lib/Scmbug/Daemon also didn't resolve the
problem. The file is also world-readable, so I don't think that's the
problem. Ideas?
Rick
_______________________________________________
scmbug-users mailing list
[email protected]
http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users