10-14-2011, 03:55 PM
I think i ended up using all trailing "/" like yours. But the exact syntax may depend on where the system is being hosted
For example I had to use:
var $_ADOdbPath = "/homepages/10/d37005225/htdocs/LetoDMS/";
Obviously being very careful with capitalisation. I seme to remember that if I did not se the exact names that LetoDMS had as defualt I ran into problems. So try to use their defaults if at all possible
Also, I seem to remember eeven though the data folder should be elsewhere, in practice on my server, it could not be i had to use
var $_contentDir = "/homepages/10/d37005225/htdocs/LetoDMS/data/";
Good luck. I love LetoDMS but it is a bit of a pig to get up and running (IMHO)
For example I had to use:
var $_ADOdbPath = "/homepages/10/d37005225/htdocs/LetoDMS/";
Obviously being very careful with capitalisation. I seme to remember that if I did not se the exact names that LetoDMS had as defualt I ran into problems. So try to use their defaults if at all possible
Also, I seem to remember eeven though the data folder should be elsewhere, in practice on my server, it could not be i had to use
var $_contentDir = "/homepages/10/d37005225/htdocs/LetoDMS/data/";
Good luck. I love LetoDMS but it is a bit of a pig to get up and running (IMHO)