Hi Martin,

> But I had an issue that I don't think I handled properly and I think
> it may be the cause of my current problem.  In my daemon.conf I set
> the installation_directory to:
> 
> installation_directory => 'C:/ScmBug/share/scmbug/lib/Scmbug/Daemon'
> 
> even though Bugzilla is actually installed at "D:/Bugzilla".  I did
> this because the Scmbug daemon refused to load if I set to:
> 
> installation_directory => 'D:/Bugzilla'
> 
> And if I copied "C:/ScmBug/share/scmbug/lib/Scmbug/Daemon/Bugzilla.pm"
> to "D:/Bugzilla" then Bugzilla refused to load.

This is the problem. The installation_directory should be pointing to
'D:/Bugzilla' in your case. It seems that, for some reason, the Bugzilla
libraries are not loading like this.

To get you going for today, try adding in the top of the
Daemon/Bugzilla.pm

use lib "D:/Bugzilla";
use Bugzilla;


http://bugzilla.mkgnu.net/show_bug.cgi?id=1301#c2

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