<?php echo render('_validation'); ?>
ErrorException [ Error ]: No matching function for overloaded 'render'
<?php echo View::forge('_validation'); ?>
<?php // from fuel/core/base.php if ( ! function_exists('render')) { function render($view, $data = null, $auto_filter = null) { return \View::forge($view, $data, $auto_filter)->render(); } } ?>
It looks like you're new here. If you want to get involved, click one of these buttons!