[eluser]WanWizard[/eluser]
A blank page? Error reporting enabled? Display errors on in your php.ini? Any errors in the log?
You should have received an error message, since I made a mistake. Very difficult to debug if you have error reporting disabled.
It should have been:
Code:
var_dump( _get_validation_object() );
since it's a function in the form helper, not a part of the form_validation library...