Posts: 19
Threads: 1
Joined: Feb 2011
Reputation:
0
(04-18-2011, 03:36 PM)Doudoux Wrote: Hi
Can you add following lines in conf.Settings.php file (before "class Settings")
PHP Code:
<?php
// 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
Posts: 19
Threads: 1
Joined: Feb 2011
Reputation:
0
(04-18-2011, 05:08 PM)Doudoux Wrote: try this: change
PHP Code:
<?php
var $_httpRoot = "http://prokein.selfip.net/LetoDMS-3.0.0-RC5/";
PHP Code:
<?php
var $_httpRoot = "/LetoDMS-3.0.0-RC5/";
doudoux
Thank you !
Now it works.
I've tested directly the upload and I've got :
Warning: is_dir() [function.is-dir]: open_basedir restriction in effect. File(/volume1) is not within the allowed path(s): (/usr/bin/php:/usr/syno/synoman:/etc:/var/run:/tmp:/var/spool/php:/volume1/@tmp/php:/var/services/web:/var/services/photo:/var/services/blog:/var/services/homes:/var/services/music

in /volume1/web/LetoDMS-3.0.0-RC5/LetoDMS_Core/Core/inc.FileUtils.php on line 64
Do you hace an idea ?
Thank You
Posts: 129
Threads: 14
Joined: Jul 2010
Reputation:
0
(04-18-2011, 05:14 PM)Tscheggi Wrote: Thank you !
Now it works.
Good :-)
Now delete
PHP Code:
<?php
// Activate errors LOG
ini_set("html_errors", 1);
ini_set("display_errors", 1);
ini_set("error_reporting", E_ALL);
(04-18-2011, 05:14 PM)Tscheggi Wrote: I've tested directly the upload
The file is uploaded ?
When it's ok, delete check.php file.
doudoux