look below for complete root dir...of letodms
[root@linuxpc ~]# cd /var/www/html/letodms/
[root@linuxpc letodms]# ls
adodb inc op
adodb515.tgz index.php out
CHANGELOG install package.xml
CHANGELOG-1.8.1 js README
conf languages README.Notification
content LetoDMS_Core reset_db.sql
core LetoDMS_Core-3.2.0.tgz styles
data LetoDMS_Lucene TODO
debian LetoDMS_Lucene-1.0.1.tgz utils
delete_all_contents.sql LICENSE webdav
drop-tables-innodb.sql Makefile
[root@linuxpc letodms]# cd core
[root@linuxpc core]# ll
total 0
[root@linuxpc core]# cd ..
[root@linuxpc letodms]# cd LetoDMS_Core
[root@linuxpc LetoDMS_Core]# ls
Core Core.php tests
[root@linuxpc LetoDMS_Core]# ll
total 12
drwxr-xr-x 2 root root 4096 Mar 21 14:46 Core
-rw-r--r-- 1 1000 1000 1767 Sep 12 2011 Core.php
drwxr-xr-x 2 root root 4096 Mar 21 14:46 tests
[root@linuxpc LetoDMS_Core]# cd Core
[root@linuxpc Core]# ls
inc.AccessUtils.php inc.ClassDMS.php inc.ClassDocument.php inc.ClassGroup.php inc.ClassNotification.php inc.DBAccess.php
inc.ClassAccess.php inc.ClassDocumentCategory.php inc.ClassFolder.php inc.ClassKeywords.php inc.ClassUser.php inc.FileUtils.php
[root@linuxpc Core]# cd ..
[root@linuxpc LetoDMS_Core]# cd ..
[root@linuxpc letodms]#
you can see that core dir in rootdir has no data......
letodms_core has core dir.
conf.setting.php
class Settings
{
// Name of site -- used in the page titles. Default: MyDMS
// var $_siteName = "letoDMS";
var $_siteName = "letodms";
// Message to display at the bottom of every page.
var $_footNote = "letoDMS free document management system -
www.letodms.com";
// if true the disclaimer message the lang.inc files will be print
// on the bottom of the page
var $_printDisclaimer = true;
// Default page on login. Defaults to out/out.ViewFolder.php
var $_siteDefaultPage = "";
// ID of guest-user used when logged in as guest (mostly no need to change)
var $_guestID = 2;
// ID of root-folder (mostly no need to change)
var $_rootFolderID = 1;
// If you want anybody to login as guest, set the following line to true
// note: guest login should be used only in a trusted environment
var $_enableGuestLogin = false;
// Restricted access: only allow users to log in if they have an entry in
// the local database (irrespective of successful authentication with LDAP).
var $_restricted = true;
// Strict form checking. If set to true, then all fields in the form will
// be checked for a value. If set to false, then (most) comments and
// keyword fields become optional. Comments are always required when
// submitting a review or overriding document status.
var $_strictFormCheck = false;
// Path to where letoDMS is located
// var $_rootDir = "/var/www/letoDMS-3.0.0/";
var $_rootDir = "/var/www/html/letodms/";
// Path to LetoDMS_Core
// If left empty LetoDMS_Core will used from the standard include path
// var $_coreDir = "/var/www/LetoDMS_Core-3.0.0/";
var $_coreDir = "/var/www/html/letodms/";
// 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 = "/letoDMS-3.0.0/";
var $_httpRoot = "/letodms/";
// Where the uploaded files are stored (best to choose a directory that
// is not accessible through your web-server)
// var $_contentDir = "/var/www/letoDMS-3.0.0/data/";
var $_contentDir = "/opt/letoDms/";
// To work around limitations in the underlying file system, a new
// directory structure has been devised that exists within the content
// directory ($_contentDir). This requires a base directory from which
// to begin. Usually leave this to the default setting, 1048576, but can
// be any number or string that does not already exist within $_contentDir.
var $_contentOffsetDir = "1048576";
// File uploaded by the jumploader are first saved into the staging dir
// if they are partitioned
// var $_stagingDir = "/var/www/letoDMS-3.0.0/data/staging/";
var $_stagingDir = "/var/www/letodms/data/staging/";
rest is as it is..from here...
in setting.xml i found core path is empty..
*********************************************************
<!-- coreDir: Path to LetoDMS_Core (optional)
- luceneClassDir: Path to LetoDMS_Lucene (optional)
- contentOffsetDir: To work around limitations in the underlying file system, a new
- directory structure has been devised that exists within the content
- directory ($_contentDir). This requires a base directory from which
- to begin. Usually leave this to the default setting, 1048576, but can
- be any number or string that does not already exist within $_contentDir.
- maxDirID: Maximum number of sub-directories per parent directory. Default: 0, use 31998 (maximum number of dirs in ext3) for a multi level content directory.
- updateNotifyTime: users are notified about document-changes that took place within the last "updateNotifyTime" seconds
-->
<server
coreDir = ""
luceneClassDir = ""
contentOffsetDir = "1048576"
maxDirID = "0"
updateNotifyTime = "86400"
>
</server>
</advanced>
************************************
still iam getting the same error...
it will be help ful for me if you are in touch continously...