09-13-2011, 02:00 AM
(09-09-2011, 01:41 PM)steinm Wrote: Is there any error message in your apache error log, if you use apache?
Yes:
Quote:[Mon Sep 12 17:41:07 2011] [notice] Apache/2.2.16 (Debian) PHP/5.3.3-7+squeeze3 with Suhosin-Patch mod_python/3.3.1 Python/2.6.6 mod_perl/2.0.4 Perl/v5.10.1 configured -- resuming normal operations
[Mon Sep 12 21:00:13 2011] [error] [client 192.168.100.10] PHP Warning: include(../conf/conf.Settings.php): failed to open stream: No such file or directory in /var/www/letoDMS/inc/inc.Settings.php on line 29
[Mon Sep 12 21:00:13 2011] [error] [client 192.168.100.10] PHP Warning: include(): Failed opening '../conf/conf.Settings.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/letoDMS/inc/inc.Settings.php on line 29
[Mon Sep 12 21:00:13 2011] [error] [client 192.168.100.10] PHP Fatal error: Cannot redeclare class Settings in /var/www/letoDMS/inc/inc.ClassSettings.php on line 23
'../conf' => owner/group = www-data (apache2-User) with 755
(all directory in '/var/www/letoDMS' have 755 and owner/group = www-data)
'../conf/conf.Settings.php' => owner/group = www-data (apache2-User) with 644
Holger