11-19-2012, 03:04 PM
(11-19-2012, 01:38 PM)kamilk Wrote:(11-14-2012, 11:05 PM)Daniel Wrote: Can you provide a copy of your config file? Just remove user name and password out of the MySQL section, may make it easier to find the problem.
Thanks
<server
rootDir = ""
httpRoot = "/letoDMS-3.4.0RC3/"
contentDir = ""
stagingDir = ""
luceneDir = ""
logFileEnable = "true"
logFileRotation = "d"
enableLargeFileUpload = "true"
partitionSize = "2000000"
>
</server>
<database
ADOdbPath = ""
dbDriver = "mysql"
dbHostname = "localhost"
dbDatabase = ""
dbUser = ""
dbPass = ""
>
</database>
<server
coreDir = ""
luceneClassDir = ""
contentOffsetDir = "1048576"
maxDirID = "0"
updateNotifyTime = "86400"
>
</server>
You are missing most of the directories that need to be configured (rootDir, contentDir, ADOdbPath, coreDir, ...)
Uwe