CodeIgniter Forums
No feedback on error - 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: No feedback on error (/showthread.php?tid=17358)

Pages: 1 2


No feedback on error - El Forum - 04-03-2009

[eluser]TheFuzzy0ne[/eluser]
Try removing the closing ?> tags, they aren't needed, and chances are, one has a space after it. Also check the opening PHP tags to ensure there are no spaces before them.

Also ensure that compression is disabled in your config.php

Also, disable your database (if you load one), and see if that helps. Misconfigured databases are a known cause for no output being sent.