Welcome Guest, Not a member yet? Register   Sign In
Form validation
#11

[eluser]garymardell[/eluser]
Its not something silly like the validation class not being loaded properly is it? Tongue
#12

[eluser]loopyno[/eluser]
you get an error if the happens! i don't

imagine that now i am wishing to get an error Sad(
#13

[eluser]Steve Grant[/eluser]
In the original code snippet, the validation class appears not to be loaded, although I would expect CI/PHP to go mad and display an error message stating that the validation functions couldn't be found...
#14

[eluser]loopyno[/eluser]
i have it in autoload.php

Code:
$autoload['libraries'] = array('database','session','lang_detect','email','validation');
#15

[eluser]Ivan A. Zenteno[/eluser]
In your view, paste
Code:
echo $this->validation->error_messages;

You see the error validation




Theme © iAndrew 2016 - Forum software by © MyBB