CodeIgniter Forums
Query errors are not displayed, but a black page instead! - 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: Query errors are not displayed, but a black page instead! (/showthread.php?tid=7290)



Query errors are not displayed, but a black page instead! - El Forum - 04-02-2008

[eluser]Isos[/eluser]
If I mess up any query in any model on the system, I get a sql query like Unknown column or table or any thing .. and it works fine expect for one page, when I call a specific functions from models with a wrong query it displays a blank page! WHY? is that a codeigniter bug? how can I track what's the error that prevents error report from appearing?

Thanks.


Query errors are not displayed, but a black page instead! - El Forum - 04-02-2008

[eluser]Gordaen[/eluser]
What are your logs showing?


Query errors are not displayed, but a black page instead! - El Forum - 04-03-2008

[eluser]Isos[/eluser]
I am not using logs now! Is there another way to understand what's happening with codeigniter not showing the errors?