04-12-2011, 04:53 PM
Hi,
i installed letodms on an xampp-server, by now quite everything works except after an upload the document is marked as "deleted". In the specified folder for uploaded documents the document is stored, but letodms marks the document as deleted. Where is my mistake?
i installed letodms on an xampp-server, by now quite everything works except after an upload the document is marked as "deleted". In the specified folder for uploaded documents the document is stored, but letodms marks the document as deleted. Where is my mistake?
PHP Code:
// Path to where letoDMS is located
var $_rootDir = "/xampp/htdocs/deosdms/";
// Path to LetoDMS_Core
// If left empty LetoDMS_Core will used from the standard include path
var $_coreDir = "/xampp/htdocs/deosdms/";
// The relative path in the URL, after the domain part. Do not include the
// http:// prefix or the web host name. e.g. If the full URL is
// http://www.example.com/mydms/, set $_httpRoot = "/mydms/".
// If the URL is http://www.example.com/, set $_httpRoot = "/".
var $_httpRoot = "/deosdms/";
// Where the uploaded files are stored (best to choose a directory that
// is not accessible through your web-server)
var $_contentDir = "C:/Users/Public/dms/";