You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to CakePHP Bleeding Edge
From my previous post I discovered what was wrong. In a plugin, in
case of model relation the className must be set with the
pluginname.classname.
Suppose a clt plugin and in a model such relation:
ie var $belongsTo = array('Client' => array('className' =>
'clt.Client'))
chad
unread,
Dec 3, 2007, 8:18:44 PM12/3/07
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to CakePHP Bleeding Edge
Thanks, this has been on my list, but just had not gotten around to
figuring it out!