03-23-2012, 11:06 PM
In settings.xml, please set coreDir="/var/www/html/letodms/LetoDMS_Core/" Please be sure to include the trailing slash.
Just out of curiosity, assuming you get it working, what would you use LetoDMS for?
Just out of curiosity, assuming you get it working, what would you use LetoDMS for?
(03-23-2012, 11:57 AM)sappu Wrote:Code:[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
in setting.xml i found core path is empty..
Code:*********************************************************
<!-- 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>