Re: Using ACL

2009-02-25 Thread banesto
if there's only one type of users e.g. admin and you just check wether user is logged in, then Auth is enough for you. On Feb 25, 7:16 pm, "Dave Maharaj :: WidePixels.com" wrote: > I want to setup a site where there are 2 authorized pages and what to know > what the best approach would be? To us

Re: after migrating to another host one controller fails to load

2009-02-25 Thread banesto
maybe there is some script to test host requirements? because i tried many times, even downloaded a fresh cake version and put into it controllers and other stuff - no reaction. On Feb 24, 11:14 pm, banesto wrote: > Hi bakers! > > I have an error I can't seem to understand and fi

after migrating to another host one controller fails to load

2009-02-24 Thread banesto
Hi bakers! I have an error I can't seem to understand and fix.. I have cakephp 1.2.1.8004 app which ran ok on one host, but after moving to another host i'm starting to get Missing Controller errors on every action. Sadly enough, it's users controller which handels cookies and sessions. Both ho

after migrating to another host one controller fails to load

2009-02-24 Thread banesto
Hi bakers! I have an error I can't seem to understand and fix.. I have cakephp 1.2.1.8004 app which ran ok on one host, but after moving to another host i'm starting to get Missing Controller errors on every action. Sadly enough, it's users controller which handels cookies and sessions. Both ho

Re: cakephp 1.2 ACL problem

2007-08-24 Thread banesto
all the problem was with var $components = array('Acl'); i did not have 's' in the 'components' On Jul 16, 6:44 pm, "Christopher E. Franklin, Sr." <[EMAIL PROTECTED]> wrote: > Any idea how long these articles take to be approved? I guess > they(whoever they are) are checking for accuracy. > >

Re: cakephp 1.2 ACL problem

2007-08-23 Thread banesto
using Ketan's guide i got "class Aro not found" error. what could be the problem? im using 1.2 On Jul 16, 6:44 pm, "Christopher E. Franklin, Sr." <[EMAIL PROTECTED]> wrote: > Any idea how long these articles take to be approved? I guess > they(whoever they are) are checking for accuracy. > > On

Re: cakephp 1.2 ACL problem

2007-08-23 Thread banesto
Hi Ketan! I'm having difficulties with your tutorial. I'm having this error: "class 'Aro' not found". And i'm using cake 1.2. if i use $this -> Acl -> Aco -> create(array('alias' => 'controllers')); then i get "Fatal error: Call to a member function create() on a non- object in web/cake/app/co