04-27-2012, 04:48 PM
(04-27-2012, 02:35 PM)ewigkeit Wrote:Code:Warning: require_once(adodb/adodb.inc.php): failed to open stream: Datei oder Verzeichnis nicht gefunden in /srv/http/letodms/Core/inc.DBAccess.php on line 18 Fatal error: require_once(): Failed opening required 'adodb/adodb.inc.php' (include_path='.:/usr/share/pear:/usr/share/zendframework/library') in /srv/http/letodms/Core/inc.DBAccess.php on line 18
When I understand correctly, inc.DBAccess.php tries to find adodb.inc.php. My configuration is, that the adodb-directory with the adodb.inc.php is placed in /srv/http/letodms/adodb. And I configured that in settings.xml (ADOdbPath = "/srv/http/letodms/" <- directory containing the adodb directory). I also tried only relying on the settings.xml without further installation. But then I get the following error message:
Code:Warning: require_once(LetoDMS/Core.php): failed to open stream: Datei oder Verzeichnis nicht gefunden in /srv/http/letodms/inc/inc.DBInit.php on line 27 Fatal error: require_once(): Failed opening required 'LetoDMS/Core.php' (include_path='/srv/http/letodms:.:/usr/share/pear:/usr/share/zendframework/library') in /srv/http/letodms/inc/inc.DBInit.php on line 27
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