LetoDMS Community Forum
empty site /letoDMS/out/out.ViewFolder.php - Printable Version

+- LetoDMS Community Forum (https://community.letodms.com)
+-- Forum: LetoDMS Support (https://community.letodms.com/forumdisplay.php?fid=4)
+--- Forum: Installation Problems (https://community.letodms.com/forumdisplay.php?fid=9)
+--- Thread: empty site /letoDMS/out/out.ViewFolder.php (/showthread.php?tid=305)



empty site /letoDMS/out/out.ViewFolder.php - vxrexx - 09-05-2011

I have installed Version 3.2.0 RC2.
If I start (myServer)/letoDMS/index.php I get a empty Website. Sad
check.php say all okay:
Quote:LetoDMS 3.0.0 check configuration (check version : 3.00-06)

Check Apache configuration

Apache version: Apache/2.2.16 (Debian)
mod_rewrite : Ok

Check PHP configuration

PHP version: 5.3.3-7+squeeze3
gd2 : Ok
mbstring : Ok
database - mysql - : Ok
ldap (optional) : Error

Active PHP extension: php_ldap (optional)

Check LetoDMS configuration
settings->_rootDir : Ok
settings->_coreDir : Ok
settings->_httpRoot : Ok
settings->_ADOdbPath : Ok
database : Ok

LetoDMS version: 3.2.0 (2011-09-05 10:41:55)
database : Ok

Check other configuration
Cookies : OK

Informations

Limit size for uploading file (upload_max_filesize): 50M

Limit size for uploading file (post_max_size): 50M

SMTP server (SMTP): localhost

Limits of the execution time (max_execution_time): 30 s

Safe mode (safe_mode): OK

Open Basedir (open_basedir): OK

END



RE: empty site /letoDMS/out/out.ViewFolder.php - steinm - 09-09-2011

Is there any error message in your apache error log, if you use apache?

Uwe


RE: empty site /letoDMS/out/out.ViewFolder.php - vxrexx - 09-13-2011

(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



RE: empty site /letoDMS/out/out.ViewFolder.php - steinm - 09-14-2011

../conf/conf.Settings.php should not be included. In the latest version of letoDMS line 29 in inc.Settings.php is a comment. The configuration is now in settings.xml.
That should have been the case in RC2. Anyway, try the final 3.2.0

Uwe