Welcome Guest, Not a member yet? Register   Sign In
Fatal error: Call to a member function set_message() on a non-object in...
#2

[eluser]ivaylok[/eluser]
[quote author="Noisy" date="1276992625"]I'm using the Form Validation class ...

Code:
$this->validation->set_message('email_cheack', 'Diese eMail-Adresse ist bereits bei uns registriert.');
[/quote]
Try changing the above code with:
Code:
$this->form_validation->set_message('email_cheack', 'Diese eMail-Adresse ist bereits bei uns registriert.');

Do the same with the other error messages.


Messages In This Thread
Fatal error: Call to a member function set_message() on a non-object in... - by El Forum - 06-21-2010, 05:04 AM



Theme © iAndrew 2016 - Forum software by © MyBB