All three models have the same $actAs array var $actsAs =
array('Searchable');
Each model saves its data properly using if ($this->Model->save($this-
>data)) {
Where it falls apart is after the model data save and prior to the
search_index save.
I have tracked the issue down to something in my model. I think I am
not setting up my associations correctly particularly in my Comment
model.
User - hasMany Post and hasMany Comment
Post - belongsTo User and hasMany Comment
Comment - belongsTo User and belongsTo Post and hasOne User
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 [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