02-21-2012, 11:46 AM
[eluser]CroNiX[/eluser]
I'd start with some basic troubleshooting. Like, commenting out your validation rules except the first one and running the form. If it passes, uncomment the next rule and repeat until you get the error. I'm betting it's your captcha rules. I don't see where you load the captcha helper and there is no recaptcha_matches validation rule that I am aware of. Although, I haven't used CI's captcha in a long time...
I'd start with some basic troubleshooting. Like, commenting out your validation rules except the first one and running the form. If it passes, uncomment the next rule and repeat until you get the error. I'm betting it's your captcha rules. I don't see where you load the captcha helper and there is no recaptcha_matches validation rule that I am aware of. Although, I haven't used CI's captcha in a long time...