Welcome Guest, Not a member yet? Register   Sign In
Problems with Callback Functions and Validation Class
#12

[eluser]Unknown[/eluser]
I had the exact same problem. I was able to get error messages to show by changing

Code:
$this->validation->set_message('numberowners_check', 'Number of Owners must be numeric');

to

Code:
$CI =& get_instance();
$CI->validation->set_message('numberowners_check', 'Number of Owners must be numeric');


Messages In This Thread
Problems with Callback Functions and Validation Class - by El Forum - 03-16-2008, 04:18 PM
Problems with Callback Functions and Validation Class - by El Forum - 03-16-2008, 08:22 PM
Problems with Callback Functions and Validation Class - by El Forum - 03-16-2008, 09:57 PM
Problems with Callback Functions and Validation Class - by El Forum - 03-16-2008, 10:16 PM
Problems with Callback Functions and Validation Class - by El Forum - 03-17-2008, 12:00 PM
Problems with Callback Functions and Validation Class - by El Forum - 03-17-2008, 01:31 PM
Problems with Callback Functions and Validation Class - by El Forum - 03-17-2008, 01:34 PM
Problems with Callback Functions and Validation Class - by El Forum - 03-18-2008, 04:46 AM
Problems with Callback Functions and Validation Class - by El Forum - 03-18-2008, 03:50 PM
Problems with Callback Functions and Validation Class - by El Forum - 04-14-2008, 03:40 PM
Problems with Callback Functions and Validation Class - by El Forum - 04-14-2008, 07:39 PM
Problems with Callback Functions and Validation Class - by El Forum - 06-16-2008, 09:06 AM



Theme © iAndrew 2016 - Forum software by © MyBB