06-30-2010, 10:46 AM
first you need to have your path correct :
// path to where mydms is located
var $_rootDir = "/xampp/htdocs/letodms/";
Correct path would be :
C:\xampp\htdocs\letodms
var $_httpRoot = "/letoDMS/";
// Where the uploaded files are stored (best to choose a directory that
// is not accessible through your web-server)
var $_contentDir = "/xampp/htdocs/letodms/docs/";
C:\xampp\htdocs\letodms\docs\
try that see what happens
thanks for your interest in LetoDMS
// path to where mydms is located
var $_rootDir = "/xampp/htdocs/letodms/";
Correct path would be :
C:\xampp\htdocs\letodms
var $_httpRoot = "/letoDMS/";
// Where the uploaded files are stored (best to choose a directory that
// is not accessible through your web-server)
var $_contentDir = "/xampp/htdocs/letodms/docs/";
C:\xampp\htdocs\letodms\docs\
try that see what happens
thanks for your interest in LetoDMS