11-19-2012, 07:25 PM
(11-19-2012, 05:16 PM)kamilk Wrote: Hi,
I config Settings.xml (server and database sections) and I still get the error message.
<server
rootDir = "/var/www/html/letoDMS-3.4.0RC3/"
httpRoot = "/letoDMS-3.4.0RC3/"
contentDir = "/letoDMS-3.4.0RC3/data/"
stagingDir = "/letoDMS-3.4.0RC3/data/staging/"
luceneDir = "/LetoDMS_Lucene-1.1.0/"
logFileEnable = "true"
logFileRotation = "d"
enableLargeFileUpload = "true"
partitionSize = "2000000"
>
</server>
Any ideas?
contentDir, stagingDir, luceneDir, coreDir are the directories on the disk. BTW, unless you protect /letoDMS-3.4.0RC3/data/ with a .htaccess file your installation is highly insecure. Just read the README.
Uwe