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

[eluser]austintbiggs[/eluser]
This doesn't seem to work, when I replace

Code:
$this->data['message'] = (validation_errors()) ? validation_errors() : $this->session->flashdata('message');

with
Code:
$this->data['message'] = ($this->form_validation->validation_errors()) ? $this->form_validation->validation_errors() : $this->session->flashdata('message');

I receive this error
Quote:Fatal error: Call to undefined method CI_Form_validation::validation_errors() in /controllers/body.php on line 59

when examining the document, line 59 is
Code:
$this->data['message'] = ($this->form_validation->validation_errors()) ? $this->form_validation->validation_errors() : $this->session->flashdata('message');

Any ideas?


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