webtechnick / CakePHP-Facebook-Plugin

CakePHP Facebook Plugin
http://facebook.webtechnick.com
445 stars 138 forks source link

Conflicts between plugins #92

Closed timworld closed 12 years ago

timworld commented 12 years ago

Hi,

I just installed the plugin. When I want to activate the Facebook.Facebook helper the following error is appearing:

Undefined property: View::$Ajax

I have already an Ajax helper set in my AppController and I don't know why the Facebook Helper could erase it. The issue is the samed when I want to activate Facebook.connect component.

Thanks for helping

Tim

timworld commented 12 years ago

Found the solution. I comment all my Ajax helper calls and then the real error appears. My app was going to look at app/config/facebook.php instead of app/plugin/facebook/config/facebook.php