04-27-2012, 02:35 PM
Quote:Is your php doing any error reporting at all? What if you place a php file in your letodms directory that for example includes a file that doesn't exist?
Code:<?php
incude('doesnotexits.php');
?>
Is there any error message?
Uwe
Thanks for pointing that out - displaying php error messages is disabled by default on Arch. So I set that up up and tried to get a clue from the following error message after filling out the installation form:
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