03-24-2011, 02:46 AM
Hi
see see [LetoDMS-3.0.0-RC3] - Known bugs and their correction
otherwise add following lines in conf.Settings.php file (before "class Settings")
doudoux
see see [LetoDMS-3.0.0-RC3] - Known bugs and their correction
otherwise add following lines in conf.Settings.php file (before "class Settings")
PHP Code:
// Activate errors LOG
ini_set("html_errors", 1);
ini_set("display_errors", 1);
ini_set("error_reporting", E_ALL);
doudoux