I get the following error when trying to browse my services.

Fatal error: Call to a member function init() on a non-object in ...
\app\vendors\cakeamfphp\amf-core\app\CakeActions.php on line 196

around 196

function setupCakeController(&$controller)
{
        $controller->autoRender = false;

        $controller->Component->init($controller);


        $controller->constructClasses();
}

line 196

$controller->Component->init($controller);

I guess literally its saying that $controller didnt come through ok ?
trying to debug this ! any light


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

Reply via email to