codeigniter3.x-extended-rules icon indicating copy to clipboard operation
codeigniter3.x-extended-rules copied to clipboard

Error message not showing

Open mdsirr opened this issue 9 years ago • 6 comments
trafficstars

I'm trying to echo errors with bellow code. But not showing error message. echo $this->form_validation->error_string()

Please give me a solution.

mdsirr avatar Feb 02 '16 05:02 mdsirr

Hi, sorry about the delay, CI version? 3?

Patroklo avatar Feb 08 '16 11:02 Patroklo

Also I'll need the exact fields or errors that don't work for you, because I have just tried a new installation with the library and it works fine...

Patroklo avatar Feb 08 '16 11:02 Patroklo

Yes CI version 3

mdsirr avatar Feb 08 '16 15:02 mdsirr

Can you paste the code from the view? It throws an error the code validation_errors(); ?

Patroklo avatar Feb 08 '16 16:02 Patroklo

yes its not showing file validation errors

umefarooq avatar Aug 28 '18 08:08 umefarooq

It means no error message returning to all custom form validation

CurlyBytes avatar May 13 '21 11:05 CurlyBytes