![]() |
Form validation problem - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22) +--- Thread: Form validation problem (/showthread.php?tid=58262) |
Form validation problem - El Forum - 05-28-2013 [eluser]Unknown[/eluser] Hi there I have a problem using the form validation library. It boils down to the following line $this->load->library('form_validation'); Whenever I try to load the library, the result is a blank page. I checked my folder structure, the library is in place where it should be. What could be the problem? Form validation problem - El Forum - 05-28-2013 [eluser]jairoh_[/eluser] did you rightfully installed CI? hehe. try it again and do not change anything. Form validation problem - El Forum - 05-29-2013 [eluser]Unknown[/eluser] I downloaded a fresh copy of CI and transfered my controllers / models / view. This seemed to have SOLVED the problem as far as I can see. Thanks for the hint! |