I have two associated models, Series (hasMany) and SeriesTitle
(belongsTo) each use the Searchable behavior.

While the association is active and I try to save to the SeriesTItle
model, all behaviors break as for some reason $this->model contains
the Series model rather than the SeriesTitle.
This only affects SeriesTitle and removing the association fixes the
problem.

Errors:

Notice: Undefined index: Series in D:...\app\models\behaviors
\searchable.php on line 80
Warning: Invalid argument supplied for foreach() in D:...\app\models
\behaviorssearchable.php on line 81

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 cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to