ACL issue

View: New views
2 Messages — Rating Filter:   Alert me  

ACL issue

by kwamedarko@gmail.com :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Please help me resolve this ACL issue. I'm going through the tutorial
"10.2.6 An Automated tool for creating ACOs"
(http://book.cakephp.org/view/647/An-Automated-tool-for-creating-
ACOs)
and getting stuck with the following error message when creating the
ACOs by running the

build_acl():

Fatal error: Call to a member function node() on a non-object in C:
\wamp\www\xchange\app\controllers\users_controller.php on line 92

Awaiting any help you can offer

Thnx,

Sam
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to cake-php@...
To unsubscribe from this group, send email to cake-php+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: ACL issue

by andrzejborkowski@gmail.com :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message



On 3 Lis, 17:17, "kwameda...@..." <kwameda...@...> wrote:

> Please help me resolve this ACL issue. I'm going through the tutorial
> "10.2.6 An Automated tool for creating ACOs"
> (http://book.cakephp.org/view/647/An-Automated-tool-for-creating-
> ACOs)
> and getting stuck with the following error message when creating the
> ACOs by running the
>
> build_acl():
>
> Fatal error: Call to a member function node() on a non-object in C:
> \wamp\www\xchange\app\controllers\users_controller.php on line 92
>
> Awaiting any help you can offer
>
> Thnx,
>
> Sam
try put Acl component in user_controller.php class ... { public
$components = 'Acl'; }

--

You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to cake-php@....
To unsubscribe from this group, send email to cake-php+unsubscribe@....
For more options, visit this group at http://groups.google.com/group/cake-php?hl=.