Monday, September 23, 2013

Re: loading plugin in cake 1.3 bootstrap

Hi Chris, did you load the plugin ??
i have the same problem right now





On Thursday, January 17, 2013 3:46:59 PM UTC-6, Chris wrote:
Than why it's not loading when I add in app_controller.php helpers. I assume it can't find Recaptcha plugin and/or helper within... 
var $helpers = array('Html', 'Form', 'Recaptcha.Recaptcha'); 

the whole site is stop working. 

How can I do this...? 


On Thursday, January 17, 2013 6:37:10 AM UTC-8, AD7six wrote:
CakePlugin doesn't exist until 2.0. In 1.3 you don't need to load plugins yourself as they are loaded automatically.


AD

On Thursday, 17 January 2013 10:17:14 UTC+1, Chris wrote:
hi AD7six,... how r u,... 
I'm on 1.3 version 


On Thursday, January 17, 2013 1:08:34 AM UTC-8, AD7six wrote:
Evidently you are using syntax from a different version of CakePHP to the one you have installed.

What version of Cake are you using?

AD

On Thursday, 17 January 2013 08:38:12 UTC+1, Chris wrote:
anyone,...??


On Wednesday, January 16, 2013 6:12:55 AM UTC-8, Chris wrote:
hi guys,... can someone help please,... 
I'm having a problem loading plugin from bootstrap

CakePlugin::load('Facebook');

I have also tried: 
CakePlugin::load(array('Facebook' => array('bootstrap' => true)));

nu luck,... I'm getting an error: 
Fatal error: Class 'CakePlugin' not found in.... 

How can I do this,... 

thanks in advance 
chris 

--
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP
 
---
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cake-php+unsubscribe@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/groups/opt_out.

No comments: