Flyspray basedir problem
Posted by: Nasty Hobbit
Posted on: 2006-02-07 04:27:00
hiya,
i'm trying to install this flyspray package (note the banner ad for dreamhost on their site) onto a subdomain on my dreamhost account. as per instructions i've uploaded an adodb folder, created my database, created my user and set file permissions. everything should be ready to go. however the web-installer for flyspray isnt working and their site suggests that i manually write the config file that makes all the db connections. what's weird is that even though the web-installer hangs, it still manages to setup the tables on my db.
one of the lines i'm not sure about is the basedir path (Filesystem path to your Flyspray installation). the example config file from the flyspray site has the following:
basedir = "/html/flyspray/"
after poking around these forums i tried using the following:
basedir = "/home/jomni/projects.jomni.com/"
still no luck. can anyone help with the basedir path? or can you see anything in the following that indicates that flyspray will not work with dreamhost? i saw something a couple of days ago that suggesting using .SOMETHING or something like that, but i can't find it anymore.
In reply to:[general]
basedir = "/home/jomni/projects.jomni.com/"
baseurl = "http://projects.jomni.com"
cookiesalt = "6t"
adodbpath = "/home/jomni/projects.jomni.com/adodb/adodb.inc.php"
output_buffering = "on"
passwdcrypt = "md5"
address_rewriting = "0"
reminder_daemon = "0"
[database]
dbtype = "mysql"
dbhost = "db.projects.jomni.com"
dbname = "*****"
dbprefix = "projects_"
dbuser = "*****"
dbpass = "*****"
any help would be greatly appreciated.
thx.