I assume that you are not using the Containable behaviour, so my last
suggestion is - have a look at the Containable behaviour, I use it
myself and it saved a lot of time when I want to be sure that I
retrieve not only one model but also associated models from up to
several levels of associations.
Hope you find the issue!!! and tell us what the issue was, so we too
may learn :)
Enjoy,
   John

On Feb 16, 10:36 pm, Furuno <[email protected]> wrote:
> Well, actually, yes... :)
>
> To make sure that everything runs fine, I'm actually creating the
> refinements of my final prototype application (an online exam system),
> and I've obviously copy paste anything from the protype code, the new
> stuff here is just pagination. I've tried removing pagination too,
> with no luck... Oddly enough, the prototype runs extremely well...
>
> On 17 Feb, 03:29, John Andersen <[email protected]> wrote:
>
> > Have you checked that the Subject model filename is subject.php?
> > And the model is named Subject not subject?
> > Just trying to throw something around, which usually creates these
> > kind of problems :)
> > Maybe copy/paste the Subject model into a post!
> >    John
>
> > On Feb 16, 10:20 pm, Furuno <[email protected]> wrote:> tried that 
> > too... still no luck... Really, I think I've exhausted a
> > > lot of methods already but still can't fix it...
>
> > > On 17 Feb, 03:09, John Andersen <[email protected]> wrote:
>
> > > > Damn :) Ok, have you tried adding the uses variable?
>
> > > > [code]
> > > >    var $uses = array('Subject');
> > > > [/code]
>
> > > > in the Subjects controller!
> > > >    John
>
> > [snip]

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

Reply via email to