LetoDMS Community Forum
Login Problem - Printable Version

+- LetoDMS Community Forum (https://community.letodms.com)
+-- Forum: LetoDMS Support (https://community.letodms.com/forumdisplay.php?fid=4)
+--- Forum: Technical Support (https://community.letodms.com/forumdisplay.php?fid=10)
+--- Thread: Login Problem (/showthread.php?tid=24)



Login Problem - RaptorX2 - 02-16-2010

Deutsch:

Nach der Installation möchte ich mich einloggen, aber ich lande immer wieder auf der Login Seite! Username und Passwort = admin wie in der install.txt.
Nach dem Login habe ich folgenden Link in der Adressleiste!
.../out/out.Login.php?referuri=%2Fdms%2Fout%2Fout.ViewFolder.php

English:

After installation, I want to enter the dms. I use "admin" as user name and "admin" as password. But the login ends up on the login page.
After Login i have the following link in the adess list!
.../out/out.Login.php?referuri=%2Fdms%2Fout%2Fout.ViewFolder.php

MfG
RaptorX2


RE: Login Problem - oharach - 02-18-2010

take a look on this

// The relative path in the URL, after the domain part. Do not include the
// http:// prefix or the web host name. e.g. If the full URL is
// http://www.example.com/mydms/, set $_httpRoot = "/mydms/".
// If the URL is http://www.example.com/, set $_httpRoot = "/".
var $_httpRoot = "/folder/qms/my_dms/";

I think your $_httpRoot variable is wrong...

Regards


RE: Login Problem - RaptorX2 - 02-18-2010

Yes that's true ... thanks! Tomatoes on the eyes!