02-20-2012, 03:18 PM
[eluser]CroNiX[/eluser]
not without seeing the code where you are performing your validation.
not without seeing the code where you are performing your validation.
auto fill a field from input box
|
02-20-2012, 03:18 PM
[eluser]CroNiX[/eluser]
not without seeing the code where you are performing your validation.
02-21-2012, 03:17 AM
[eluser]the_unforgiven[/eluser]
Of course sorry i forgot about that lol Code: function send()
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...
02-21-2012, 12:27 PM
[eluser]the_unforgiven[/eluser]
Yes i'll try that Chronix, and i seem to think its the captcha validation too,
02-21-2012, 12:58 PM
[eluser]the_unforgiven[/eluser]
If i comment out all the validation it works, soon as I put validation rules back in it show the error. All helpers and lib files are autoloaded in the autoload.php config file btw
02-21-2012, 01:02 PM
[eluser]CroNiX[/eluser]
So if you only have 1 validation rule, like the "name" rule, it still fails?
02-21-2012, 01:35 PM
[eluser]CroNiX[/eluser]
Sorry, If you commented out everywhere a rule is set except the first one and still get the error I'm not sure either (unless this is from within a library and not a controller). If you use a stepping debugger you could probably quickly find out though.
02-21-2012, 01:46 PM
[eluser]the_unforgiven[/eluser]
yes ill find it don't worry thanks again chronix legend |