AW: Acl + Auth and now all I see is a blank page

2008-11-17 Thread Liebermann, Anja Carolin
Hi Mark, I followed Dardos advice and did everything first in a small test application, learned something and hurray... There it worked, even when I renamed Group to the German Gruppe. Now I start my second approach with my real application but I first got the mesage from auth, that my login

AW: Acl + Auth and now all I see is a blank page

2008-11-17 Thread Liebermann, Anja Carolin
Thank you Dardo! So I started again from the beginning with my real aplication. I can finally see my login screen, but get the error message: Login failed. Invalid username or password. What I already did: * encrypted my password in the database with sha1 instead of md5, which was my method

AW: Acl + Auth and now all I see is a blank page

2008-11-17 Thread Liebermann, Anja Carolin
Hi Mark, Now I found the switch ( altough not the cause) for the blank page: If I set debug to 3, I get the blank page. Don't know why, but since I get my normal view back, when I choose 1 or 2 as debug level, that is fine for me. Anja -Ursprüngliche Nachricht- Von:

AW: Acl + Auth and now all I see is a blank page

2008-11-17 Thread Liebermann, Anja Carolin
Hi Dardo, Thank you for your continuing help! Now I have (thanks to you) the correct password in my db and don't get the message anymore about the wrong login information. However: I still cannot access my application. What happenes now is (debug level set to 2) I load my login screen ( a

AW: Acl + Auth and now all I see is a blank page

2008-11-13 Thread Liebermann, Anja Carolin
Hi Dardo, Any idea what went wrong? A lot of things :P, but try to get simple auth working, i.e. set $this-Auth-authorize = 'controller', and then try to move on to acl. My advice is try ACL in a pet application first (the blog can be used), then when you have full grasp of it, try to

AW: Acl + Auth and now all I see is a blank page

2008-11-12 Thread Liebermann, Anja Carolin
Hi Rob, I already discovered and corrected that error 2 days ago so it is now username in table and applications. One of the few things which cannot be the cause of the error. ;-) However, the problem is, that I cannot login because my login.ctp doesn't show anything. And you can't type in