When I enable persistModel (hoping to gain some performance by caching
models) i get this error:
Object::__openPersistent() [object.--openpersistent]: The script tried
to execute a method or access a property of an incomplete object.
Please ensure that the class definition "DetalleReceta" of the object
you are trying to operate on was loaded _before_ unserialize() gets
called or provide a __autoload() function to load the class
definition  [CORE/cake/libs/object.php, line 275]

I get this error from cake after getting this error from xdebug:
Fatal error: Maximum function nesting level of '100' reached,
aborting! in /home/lemontech/public_html/ges/cake/libs/debugger.php on
line 165

and a table showing wath seem to be arecursive call to:
ClassRegistry::init  -> model::__construct -> model::__createLinks ->
mode::__createLinkedModel -> ClassRegistry::init
and finally a call to Debugger->handleError()

--~--~---------~--~----~------------~-------~--~----~
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