Monday, August 2, 2010

Re: Controller not working on live site

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 <zijn.digi...@gmail.com> wrote:
> On Fri, Jul 30, 2010 at 9:58 AM, meekamoo <bryanpadd...@gmail.com> 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 cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en

No comments: