Found the problem! Even though I had disabled cakephp using APC in the core.php I forgot that it was still enabled in the php.ini.
Disabling that fixed it. Not sure why it broke it but at least now I know. On Aug 2, 3:35 pm, meekamoo <[email protected]> wrote: > Hmm, don't have any custom joins in any arrays. Whole site is working > with plain ->find calls and ->paginate etc. Nothing too major. > > Going to try find another server to upload to and try there... > > On Jul 31, 5:21 pm, cricket <[email protected]> wrote: > > > > > On Fri, Jul 30, 2010 at 9:58 AM, meekamoo <[email protected]> wrote: > > > Hmmm the paginate array is very simple :( That's what I can't > > > understand. > > > > Array > > > ( > > > [limit] => 3 > > > [page] => 1 > > > [contain] => Array > > > ( > > > [Seller] => Array > > > ( > > > [User] => Array > > > ( > > > [0] => Country > > > ) > > > > [0] => Agency > > > ) > > > > [0] => Location > > > [1] => SponsoredProperty > > > [2] => Favourite > > > ) > > > > ) > > > Any joins in the association arrays in these models? Is Cake showing > > you the SQL it's running? Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. 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
