Re: behaviors conflicting

2010-02-09 Thread Dr. Loboto
You can have several behaviors at the same time. And they may conflict. Try to change their order in $actsAs, maybe it can help. On Feb 8, 8:41 pm, Foroct forrestfraz...@gmail.com wrote: I'm still having this same issue. Can I call two behaviors in the $actAs declaration? If so am I doing it

Re: behaviors conflicting

2010-02-08 Thread Foroct
I'm still having this same issue. Can I call two behaviors in the $actAs declaration? If so am I doing it correctly? And finally if I am is there a way to determine why the behaviors are clashing? Thanks! Check out the new CakePHP Questions site http://cakeqs.org and help others with their

behaviors conflicting

2010-01-02 Thread Foroct
I am using two common behaviors in my cakePHP project, Sluggable (http://bakery.cakephp.org/articles/view/sluggable-behavior) and Searchable (http://code.google.com/p/searchable-behaviour-for- cakephp/). Both of these work fine by themselves but when I try to use them both in a model by calling