Nate, this appeared to work until I got to the show() action, which lists all the Menus. There are over 300 menus in the table, and when Cake tries to find all the product data for each of the 34 product fields for each of the 300 menus, it chokes. It can't complete the request. I get a server error: Zero sized reply.
I've tried to only get the necessary fields for the list using the $field parameter within the findAll(), but then I get all the errors for the custom queries I added in afterFind() because obviosuly the fields those queries refer to aren't in the result set. Any ideas? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" 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 -~----------~----~----~----~------~----~------~--~---
