Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
RC5 LoginProblem after new installation
#1
Hi,

a few weeks ago I had a few problems with the "blank pages".
Today I've made a new installation and I have checked it with check.php (see screenshot) and all seem to be ok.

But i can't login.
After trying with admin, admin it will go back to login-Screen without a error-Message.

What can I do ?

Thank you
Dirk
Reply
#2

(04-15-2011, 04:05 PM)Tscheggi Wrote: Hi,

a few weeks ago I had a few problems with the "blank pages".
Today I've made a new installation and I have checked it with check.php (see screenshot) and all seem to be ok.

But i can't login.
After trying with admin, admin it will go back to login-Screen without a error-Message.

What can I do ?

Thank you
Dirk


Hi

please check you cookies configuration in your browser

doudoux
Reply
#3
Hi doudoux,

thank you for your reply.
I've checked my cookies in Firefox and IE, but it looks all fine.
I've deleted all cookies in Firefox and i've tried the login again, but it always goes back to the login-screen. In IE I have the same problem :-(
(without an eroor-Message)

Dirk
Reply
#4
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
Reply
#5
(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
Reply
#6
(04-18-2011, 03:41 PM)Tscheggi Wrote: If I want to login with "admin" and "admin" nothing happens.

No error ? no information ? just a blank page ?
can you post your settings file ?

(04-18-2011, 03:41 PM)Tscheggi Wrote: 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 ?
ldap is optionnal, there is some notice writted by the debug parameters, but not important.

doudoux
Reply
#7
(04-18-2011, 04:46 PM)Doudoux Wrote: No error ? no information ? just a blank page ?
can you post your settings file ?

No Error, Only the Login-Screen
I push the "signIn"-Button and it looks like the site is only reloaded

I've my settings attached

Thank you
Reply
#8

try this: change

PHP Code:
var $_httpRoot "http://prokein.selfip.net/LetoDMS-3.0.0-RC5/"


PHP Code:
var $_httpRoot "/LetoDMS-3.0.0-RC5/"

doudoux
Reply
#9
(04-18-2011, 05:08 PM)Doudoux Wrote: try this: change

PHP Code:
var $_httpRoot "http://prokein.selfip.net/LetoDMS-3.0.0-RC5/"


PHP Code:
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/musicSmile in /volume1/web/LetoDMS-3.0.0-RC5/LetoDMS_Core/Core/inc.FileUtils.php on line 64

Do you hace an idea ?

Thank You
Reply
#10
(04-18-2011, 05:14 PM)Tscheggi Wrote: Thank you !
Now it works.

Good :-)

Now delete
PHP Code:
// 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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)