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.
Check out “UhOh” written by Dan Horrigan, a port of Kohana’s error handling system for Codeigniter.
Here’s a screen shot of UhOh handling a missing view file, so you can get an idea of how cool it is: