Sunday, June 30, 2013

Localized plugin error: Could not find BrValidation class

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(
            'valid' => array(
                'rule' => array('ssn', null, 'br'),
                'required' => true,
                'message' => 'CPF inválido!'
            )
        ),
    );

On try to add a new register receive:
Warning (512): Could not find BrValidation class, unable to complete validation. [CORE/Cake/Utility/Validation.php, line 799]

Any tip is welcome.

--
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: