Hy
The check.php file is for 3.0.0b version.
I have some problem with 3.0.0 RC2 and the check.php file isn't updated.
If you use 3.0.0 RC2 version, try to move /var/services/web/letodms/Core/core.php file in /var/services/web/letodms/ folder.
otherwise in index.php file add
to log errors.
Doudoux
The check.php file is for 3.0.0b version.
I have some problem with 3.0.0 RC2 and the check.php file isn't updated.
If you use 3.0.0 RC2 version, try to move /var/services/web/letodms/Core/core.php file in /var/services/web/letodms/ folder.
otherwise in index.php file add
PHP Code:
ini_set('display_errors', 1);
Doudoux