Thursday, April 30, 2009

Re: Fatal error: Call to a member function find()

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 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: