Error Message Not Displaying on View |
Errors aren't saved in flashdata, but in validation_errors() in an object. And as you don't save it inside errors (according to your code), it will be empty.
You should load your view, not make a redirect. Or actually save your errors in flashdata. https://codeigniter.com/user_guide/libra...controller |
Messages In This Thread |
Error Message Not Displaying on View - by azharmehmood2020 - 02-21-2020, 10:10 AM
RE: Error Message Not Displaying on View - by jreklund - 02-21-2020, 12:40 PM
|