Re: Localized plugin error: Could not find BrValidation class

2013-07-07 Thread Ribamar FS
Apgrade to 2.3.7 without problem with Localizad. All ok. Em domingo, 30 de junho de 2013 08h29min50s UTC-3, Ribamar FS escreveu: > > Hi! > > My Cake - 2.3.6 > > Download localized plugin and copy to app/Plugin (Localized) > Add in app/Config/bootstrap.php: > CakePlugin::load('Localized'); > > Ad

Re: Localized plugin error: Could not find BrValidation class => SOLVED

2013-07-04 Thread Ribamar FS
Discover - the problem is the PHP version. I install in version 5.3 of PHP and work fine. Em domingo, 30 de junho de 2013 08h29min50s UTC-3, Ribamar FS escreveu: > > Hi! > > My Cake - 2.3.6 > > Download localized plugin and copy to app/Plugin (Localized) > Add in app/Config/bootstrap.php: > Cake

Localized plugin error: Could not find BrValidation class

2013-06-30 Thread Ribamar FS
Hi! My Cake - 2.3.6 Download localized plugin and copy to app/Plugin (Localized) Add in app/Config/bootstrap.php: CakePlugin::load('Localized'); Add to model: App::uses('BrValidation', 'Localized.Validation'); Validation: public $validate = array( 'cpf' => array( 'vali