Re: Debugging Auth component

2009-02-04 Thread Alfredo Quiroga-Villamil
Glad you figured it out Andrea, way to go. Regards, Alfredo On Wed, Feb 4, 2009 at 2:30 PM, Andrea Cardinale wrote: > > Today I was on the subway thinking to everything but Cake when I > understood what I was doing wrong and I can't believe it-.- > After completing the ACL tutorial and when re

Re: Debugging Auth component

2009-02-04 Thread Andrea Cardinale
Today I was on the subway thinking to everything but Cake when I understood what I was doing wrong and I can't believe it-.- After completing the ACL tutorial and when redoing it I cleaned my acos table leaving only the root 'controllers' record. I thought that having permission on it allowed acce

Re: Debugging Auth component

2009-02-04 Thread Mirthis
Hi Alfredo, thanks for your support, I really appreciate it. I cah do some test this evening, but I'm not sure on what you suggest to do. I mean, I can remove acl tables and component and keep auth in place but I'm pretty sure that in that way is going to work and I agree with you that the issue i

Re: Debugging Auth component

2009-02-03 Thread Alfredo Quiroga-Villamil
Re-sending this. On Tue, Feb 3, 2009 at 8:30 PM, Alfredo Quiroga-Villamil wrote: > Andrea: > > Have you tried to remove the acl ? Remove the aros/acos tables for now > and just take it one step at a time again. > > Auth should not be the problem, you likely have something wrong in the > ACL, jus

Re: Debugging Auth component

2009-02-03 Thread Andrea Cardinale
After wasting some other time on it I can't actually say I'm desperate. I've just wasted half an hour to rebuild an app from scratch following the simple acl tutorial again, but nothing to do, still having authorization issue. I'll probably just stop using auth and build my own component later :(

Re: Debugging Auth component

2009-02-01 Thread Andrea Cardinale
Thanks for the reply, I have no idea that caching could be an issue and as I started with cake from few days I've never change any settings. Anyway I tried to empty the folders you told me, but I'm still having the same issue-.- Andrea On Sun, Feb 1, 2009 at 7:41 AM, Alfredo Quiroga-Villamil wr

Re: Debugging Auth component

2009-01-31 Thread Alfredo Quiroga-Villamil
Andrea: Check and make sure you don't have caching enabled. If you do, clean up the /tmp/ directory and try again. This sometimes when in dev. mode causes problems. Regards, Alfredo On Sat, Jan 31, 2009 at 5:18 AM, Andrea Cardinale wrote: > > Hi guys, I'm getting quite crazy with the auth co

Debugging Auth component

2009-01-31 Thread Andrea Cardinale
Hi guys, I'm getting quite crazy with the auth component. Some days ago I followed the 'Simple Acl controlled Application' tutoriale and everything worked fine. After that I start adding stuff to my user model and user controller and now Auth doesn't work anymore. I can login correctly but every a