Welcome Guest, Not a member yet? Register   Sign In
CI newbie - Form Validation Helper Problem
#6

[eluser]eoinmcg[/eluser]
liz217,

please use code tags otherwise no one will bother trying to read your code.

a couple of things i'd do to try and find the problem
- what were the two fields you added? it seems to me that this is where the problem is.
- put this in your view to see what errors are bring generated
Code:
<?php
if(function_exists(validation_errors))
{
echo validation_errors();
}
?>
- make sure full error reporting is turned on while developing
Code:
error_reporting(E_ALL);
if you're using php5 go one better and
Code:
error_reporting(E_STRICT);


Messages In This Thread
CI newbie - Form Validation Helper Problem - by El Forum - 11-11-2009, 09:04 PM
CI newbie - Form Validation Helper Problem - by El Forum - 11-11-2009, 09:37 PM
CI newbie - Form Validation Helper Problem - by El Forum - 11-11-2009, 09:54 PM
CI newbie - Form Validation Helper Problem - by El Forum - 11-11-2009, 10:01 PM
CI newbie - Form Validation Helper Problem - by El Forum - 11-11-2009, 10:03 PM
CI newbie - Form Validation Helper Problem - by El Forum - 11-12-2009, 02:59 AM
CI newbie - Form Validation Helper Problem - by El Forum - 11-12-2009, 08:25 AM
CI newbie - Form Validation Helper Problem - by El Forum - 11-12-2009, 08:26 AM
CI newbie - Form Validation Helper Problem - by El Forum - 11-12-2009, 02:52 PM
CI newbie - Form Validation Helper Problem - by El Forum - 11-14-2009, 11:07 PM



Theme © iAndrew 2016 - Forum software by © MyBB