On Nov 30, 12:27 pm, Skull <[EMAIL PROTECTED]> wrote:
<snip>
Have a look at your model associations, and ensure their aliases are
unique.
I.e. None of this:
var $hasMany = array('NotUnique' => array('className' => 'doesnt
matter'));
var $belongsTo = array('NotUnique' => array('className' => 'doesnt
matter'));
Some kind of hint as to what is missing might (who knows) be useful to
share.
hth,
AD
PS. be concise.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" 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
-~----------~----~----~----~------~----~------~--~---