04-18-2011, 03:41 PM
(04-18-2011, 03:36 PM)Doudoux Wrote: Hi
Can you 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
Done :-)
If I want to login with "admin" and "admin" nothing happens.
If I want to login with "admin" and a bad passwort it shows :
Notice: Undefined property: Settings::$_ldapBaseDN in /volume1/web/LetoDMS-3.0.0-RC5/op/op.Login.php on line 71
The ldap-Settings are optional, so I have there no entries.
Is this right ?
Tank you
Dirk