Hi,

im getting this error:

Fatal error: Class 'ValidatorPasswordActual' not found in /opt/lampp/htdocs/rs/lib/form/cambiarPasswordForm.class.php on line /21/

This is the line 21:

$this->validatorSchema->setPostValidator(new sfValidatorAnd(array(new ValidatorPasswordActual(),

And this is the ValidatorPasswordActual class:

<?php

class ValidatorPasswordActual extends sfValidatorString
{

    protected function doClean($value){

        if($value == $this->getGuardUser()->getPassword()){

            die("entro");
        }
    }
}

I cleaned the cache, but nothing..

Any help?

--
Javi

Ubuntu 8.04

--
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

To unsubscribe, reply using "remove me" as the subject.

Reply via email to