Fatal error: Call to a member function table_exists() on a non-object in /home/[...]/application/models/grocery_crud_model.php on line 44
My database is perfectly working with the rest of my app. I am autoloading [u]database [/u]library, also [u]grocery_crud_model [/u]model and [u]grocery_crud [/u]config
PHP is 5.3.10
Grocery CRUD is latest version
Codeigniter too.
I started this project a week ago