CakePHP plugin loading fails because of wrong path -
i encountered strange problem when trying webtechnick's facebook plugin work cakephp:
error: facebook.connectcomponent not found. error: create class connectcomponent below in file: /home/$user/www/cakephp-project/plugin/facebook//controller/component/connectcomponent.php
so can't find file because of wrong path. plugin/facebook//controller/andsoon...
what problem here? followed instructions , haven't found typos.
edit:
from appcontroller.php
public $components = array('facebook.connect');
from bookscontroller.php
public $helpers = array('facebook.facebook');
from bootstrap.php
cakeplugin::load('facebook');
i use cakephp 2.3.8. have config/facebook.php-file not important in context.
Comments
Post a Comment