![]() |
Anyone got new form_validation to work? - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21) +--- Thread: Anyone got new form_validation to work? (/showthread.php?tid=12723) |
Anyone got new form_validation to work? - El Forum - 10-29-2008 [eluser]Johan André[/eluser] Hey! Is there anyone who got the new validation-class working? It seem to invoke errors but the when I Code: <?php echo validation_errors(); ?> Code: <?php echo form_error('field_name'); ?> Anyone else having the same problem? Anyone got new form_validation to work? - El Forum - 10-29-2008 [eluser]xwero[/eluser] If you are using the ME library it's possible it causes an error, i'm not sure if there is a solution already. edit : it seems to be solved Anyone got new form_validation to work? - El Forum - 10-29-2008 [eluser]Johan André[/eluser] Actually, I'm using Matchbox. Could that be the causing trouble? Anyone got new form_validation to work? - El Forum - 10-29-2008 [eluser]Pascal Kriete[/eluser] It probably is. I believe they both overwrite the CI loader, which has been updated. I'm sure that if you drop Zach a message he'll get it fixed up. |