This is an error I commonly get in CI:
Fatal error: Call to a member function result() on a non-object in /home/... on line ...
Is there any way I can get CI to output more information than this? It would be nice if it would at least output my SQL written as standard SQL not Active Record.
Thanks.
