04-27-2012, 05:30 PM
Quote:If /srv/http/letodms/adodb/adodb.inc.php realy exists check if it is ready by the web server.
The same applies for LetoDMS/Core.php. Set the coreDir in settings or simply put it into /srv/http/letodms. It just has to be found either in the include path or by specifying the path in coreDir.
Uwe
Thanks for your help - I finally got it running. I made the error of putting the coreDir-setting in settings.xml in the rootDir/httpRoot/ContentDir part - not seeing that it is set at the end of the file. So that preference got overwritten the whole time with a blank setting.
I also added adodb with include_path in the php.ini - because I couldn't get webDAV-access. Now that works also.