OK, I Finally got it to working by hacking the code, but I'm not sure why that 
was happening.
First I had to modify 
include_once("../conf/config.php") inside all of the engine files. Now I don't 
know programming but my understanding that this should've gone up one level 
but it didn't. Hard coding this to 
include_once("c:/jffnms/conf/config.php") fixed that problem.

I've also ran into an issue of locating the config.ini from inside config.php.
Adding "c:/jffnms/conf" seems to have fixed that problem.

$config_dirs = array
("..",".","../conf","../../../conf","../../conf","c:/jffnms/conf","/etc/jffnms"
)

Now it seems to be working but I don't know if there is anything else that 
might need modifying for it to work completelly. 



-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
jffnms-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jffnms-users

Reply via email to