$this->grocery_crud->edit_fields('nombre','apellido', 'email', 'usuario', 'habilitado', 'usuario_old', 'email_old');
$this->grocery_crud->field_type('usuario_old', 'hidden', 'usuarioviejo');
$this->grocery_crud->field_type('email_old', 'hidden', 'emailold');
I get the following error:
[b] A PHP Error was encountered[/b]
Severity: Notice
Message: Undefined property: stdClass::$extras
Filename: libraries/grocery_crud.php
Line Number: 2133
Using these versions:
Codeigniter 2.0
Grocery Crud 1.3
For the versions listed in the documentation, it should work. Is there a problem?