Welcome Guest, Not a member yet? Register   Sign In
Form errors not showing.
#6

[eluser]toopay[/eluser]
Just test if the function exist
Code:
if(function_exists('validation_errors'))
{
   $this->data['message'] = (validation_errors()) ? validation_errors() : $this->session->flashdata('message');
}
else
{
   die('The function validation_errors() is unaccessible!');
}


Messages In This Thread
Form errors not showing. - by El Forum - 04-25-2011, 10:45 PM
Form errors not showing. - by El Forum - 04-26-2011, 12:32 AM
Form errors not showing. - by El Forum - 04-26-2011, 01:09 AM
Form errors not showing. - by El Forum - 04-26-2011, 01:25 AM
Form errors not showing. - by El Forum - 04-26-2011, 01:40 AM
Form errors not showing. - by El Forum - 04-26-2011, 02:00 AM
Form errors not showing. - by El Forum - 04-26-2011, 01:51 PM
Form errors not showing. - by El Forum - 04-26-2011, 01:54 PM
Form errors not showing. - by El Forum - 04-26-2011, 06:54 PM
Form errors not showing. - by El Forum - 04-26-2011, 07:22 PM
Form errors not showing. - by El Forum - 04-26-2011, 07:57 PM
Form errors not showing. - by El Forum - 04-27-2011, 12:27 AM
Form errors not showing. - by El Forum - 04-27-2011, 12:52 AM
Form errors not showing. - by El Forum - 04-27-2011, 01:28 AM



Theme © iAndrew 2016 - Forum software by © MyBB