Re: Cake newbie - How to get usermgmt running?

2008-01-12 Thread Chris Wade
This is a user management module, specifically usermgmt 0.6, downloaded from cakeforge. It appears to have been written for an earlier version of cake but is quite broken when you try to use it with cake ver 1.1.18.5850. On Jan 12, 5:32 am, "Novice Programmer" <[EMAIL PROTECTED]> wrote: > Does i

Re: Cake newbie - How to get usermgmt running?

2008-01-12 Thread Novice Programmer
Does it mean that user managment does not work in CAKE or this a particular module/component you are talking about? On 1/11/08, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > Thanks for the help. > > I'm still not able to get usermgmt to work, but this gets me closer to > an understanding of t

Re: Cake newbie - How to get usermgmt running?

2008-01-11 Thread [EMAIL PROTECTED]
Thanks for the help. I'm still not able to get usermgmt to work, but this gets me closer to an understanding of the workings of cake. On closer inspection, it looks like usermgmt hasn't seen any activity in cakeForge since 2006. It would seem that cake has moved on and this module hasn't kept u

Re: Cake newbie - How to get usermgmt running?

2008-01-10 Thread Robby Anderson
I'd seriously suggest you take a look at the dispatcher.php file. The short answer to you question is that the controller it loads (and the action the controller subsequently calls) is based on the URL or route. --~--~-~--~~~---~--~~ You received this message bec

Re: Cake newbie - How to get usermgmt running?

2008-01-10 Thread Novice Programmer
wow great... i was looking for this flow... i have a little query. On Launch, which controller would dispatcher hand the control to? Where does the action need to be defined? Thanks. On 1/11/08, Robby Anderson <[EMAIL PROTECTED]> wrote: > > > > I found it pretty valuable to go to the app/webroot

Re: Cake newbie - How to get usermgmt running?

2008-01-10 Thread Robby Anderson
I found it pretty valuable to go to the app/webroot/index.php, and start following the chain of events. - The index.php file calls the Dispatcher (cake/dispatcher.php) - The Dispatcher looks for a cached URL - The Dispatcher loads the Controller based on the URL (but doesn't start it) - The Disp

Re: Cake newbie - How to get usermgmt running?

2008-01-10 Thread [EMAIL PROTECTED]
Thanks, but this still doesn't work. I get the same error when I try this, in either app_controller.php or auth_controller.php. I also tried putting the line: var $uses = array('Session'); in each of auth_controller.php and app_controller.php, and got the second error described above (Class 'A

Re: Cake newbie - How to get usermgmt running?

2008-01-05 Thread chewie124
In your app/app_controller.php, try adding the Session object to the components used, var $components = array('Session'); Rich On Jan 4, 7:33 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi All, > > This is my first post here, and I'm working on my first project with > cake.  I've read t

Cake newbie - How to get usermgmt running?

2008-01-04 Thread [EMAIL PROTECTED]
Hi All, This is my first post here, and I'm working on my first project with cake. I've read through documentation and previous posts here until I've gone cross-eyed, so forgive me if the answer to this question seems obvious; it's just not obvious to me. First off, I'm using cake ver 1.1.18.58