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
