From: Jimmy H. <ji...@ha...> - 2001-07-12 06:09:49
|
Further to my previous email, I have made this change on the Makefile inside /path/to/binarycloud/user/htdocs HTDOCFILES=`find ./ -name '*' | grep -v './resources' | grep -v './' ` it will include the rest of the files as well. Not sure if that's what was intended but at the moment I need my site to work. I'd also like to know if anyone ever managed to get a database connection working with Metabase. I also noticed it is not currently possible to import() it since it is outside the binarycloud/base or /user path. I think QueryManager needs to be finished before anything else.... oh well auth and perm is also important but QM should be #1 as I think auth and perm would also run on top of QM |