On Tue, Jun 2, 2009 at 4:24 PM, Miles J <[email protected]> wrote: > > If this is what your file looks like: > > $ cat persistent/itemlinkregistry.php > <?php $ItemLinkregistry = 'a:1:{i:0;N;}' ?> > > Its not saving it correctly because there is no object stored there.
Yes, this is what it looks like. I've been combing through the code (mine & Cake's) trying to figure out what's going wrong. > $persistModel is very buggy, your best bet is to disable it for now. Yup, disabling that worked. I just now came across another recent thread about persistModel and saw your coments. The error is quite different fro mine, but I'll take it into consideration while debugging. Perhaps it's connected. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
