ok tnx
i trying to make simple edictionary
i created 3 table /mnens,enmns,wordtypes/
Relations is
mnens < - n wordtypes n - > enmns
i used scaffolding
mnens belongsTo wordtypes
enmns belongsTo wordtypes

On Apr 30, 8:13 am, Stu <[email protected]> wrote:
> Well the key lines here are:
>
> Notice (8): Undefined property: Enmn::$Wordtype [APP\controllers
> \enmns_controller.php, line 27]
>
> and
>
> Fatal error: Call to a member function find() on a non-object in F:
> \wamp\www\dict\app\controllers\enmns_controller.php on line 27
>
> My diagnostic shows that you are in fact calling find on an undefined
> property (see what I did there?).  Now either you're simply
> misspelling "Wordtype" (could be WordType, just a guess), or Wordtype
> isn't related to Enmn.
>
> If you post your relations we could go further into details.
>
> Good luck!
--~--~---------~--~----~------------~-------~--~----~
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