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

Popular posts from this blog

ios - UICollectionView Self Sizing Cells with Auto Layout -

node.js - ldapjs - write after end error -

DOM Manipulation in Wordpress (and elsewhere) using php -