I can give it a try in my development site, if you would like me to
try!
Probably only need the two controllers with models!
   John

On Feb 17, 9:13 am, Furuno <[email protected]> wrote:
> Okay somebody please tell me that this is some kind of mystical
> phenomenon : yeah, I've tried using containable behaviors, not using
> pagination, not using admin routes, redownload the cakephp library,
> reinstalling apache and mysql, and anything I can think about other
> that reinstall the OS and upgrading my hardware :).
>
> Just FYI, in the previous version, all models uses the same
> controllers, the AdminsController, should I revert back to that? And
> of course, it works like a charm, only not so elegant to do so...
>
> On 17 Feb, 05:29, Furuno <[email protected]> wrote:
>
> > WIll try once I got to back to my office (it's 6.30 AM currently)...
> > thanks!
>
> > On 17 Feb, 03:58, John Andersen <[email protected]> wrote:
>
> > > 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