What do the models look like? Especially the $actsAs arrays.

What does the data look like before you save it? Are you using
saveAll()?

Try adding some debugging calls in the behavior's beforeSave() &
afterSave() methods.

On Mar 6, 4:05 pm, Foroct <forrestfraz...@gmail.com> wrote:
> Continuing to work on this I have found that when I comment out my
> var $hasMany = array( in my User model, then this searchable plugin
> works fine.
>
>  I tried to comment out the individual keys for this array but that
> did not help.  When I remove the hasMany array then I am able to
> successfully add content however, any queries that rely on that
> hasMany now fail.
>
> Still working on this, still holding out hope that someone can help...

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