RE: undefined stdClass::read() but model is included

2007-03-19 Thread Mariano Iglesias
-Mensaje original- De: cake-php@googlegroups.com [mailto:[EMAIL PROTECTED] En nombre de Mattijs Enviado el: Lunes, 19 de Marzo de 2007 11:03 a.m. Para: Cake PHP Asunto: undefined stdClass::read() but model is included Fatal error: Call to undefined method stdClass::read() in app_controller.php

Re: undefined stdClass::read() but model is included

2007-03-19 Thread Mattijs
I have solved a part: a view was named wrong which caused the error. However: why wont cake display "view not found" instead of this inappropriate error? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" gr

undefined stdClass::read() but model is included

2007-03-19 Thread Mattijs
The situation is as follows: AppController has a function isLogged which is using the 'Member' model. AppController->uses = array('Member'); ContentController has a function index() which when called just shows the frontpage: no problems ContentController has a function page() which should displ