CodeIgniter model debugging errors
- by Jono
I am new to CodeIgniter, and I need a way to get more meaningful error messages. Specifically I am having trouble with some model relationships, but the error is vague. I am willing to try/install anything since I dont know how to fix this relationship.
Is there a way to specify how verbose an error message is? Also, this could be related to DataMapper, but I cant tell. I dont care if they are logged or in the browser.
In my browser error reads:
An Error Was Encountered
Unable to relate X with Y.
Any more info would be great... which class, line number, a stacktrace. Increasing the log threshold did not help.