CodeIgniter Forums
Display errors from custom library? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Display errors from custom library? (/showthread.php?tid=14598)



Display errors from custom library? - El Forum - 01-08-2009

[eluser]Nick Jennings[/eluser]
Hello All,

I'm in the process of importing some existing code into a CI library, the problem I'm having is when there are errors the view just never loads, no errors are passed to the browser.

So how can I debug library problems, whether it be logic or syntax errors?

Thanks,
Nick


Display errors from custom library? - El Forum - 01-08-2009

[eluser]Eric Cope[/eluser]
I've been having similar issues. I tried setting the error setting in the index.php file, but that didn't work.