09-28-2010, 06:22 AM
I've never actually tried to do this install on Windows but I'm pretty sure its a path issue in your inc.Settings.php. The following must be an absolute path not relative.
// path to where mydms is located
//var $_rootDir = "/var/www/letoDMS-1.10/";
var $_rootDir = "/letoDMS2/";
// Where the uploaded files are stored (best to choose a directory that
// is not accessible through your web-server)
var $_contentDir = "/letodms2/data/";
//Path to adodb
var $_ADOdbPath = "/letoDMS2/adodb/";
// path to where mydms is located
//var $_rootDir = "/var/www/letoDMS-1.10/";
var $_rootDir = "/letoDMS2/";
// Where the uploaded files are stored (best to choose a directory that
// is not accessible through your web-server)
var $_contentDir = "/letodms2/data/";
//Path to adodb
var $_ADOdbPath = "/letoDMS2/adodb/";