Welcome Guest, Not a member yet? Register   Sign In
How do I fix this Header Problem ?
#4

[eluser]CroNiX[/eluser]
Well, your code is producing a PHP error somewhere else, which gets sent to the screen as output before your controller has finished running.

The actual error isn't 'in' Exceptions.php. The error is happening in your code and when the error gets triggered CI calls the Exceptions class to output it. It's just the symptom, not the cause.

This would be very quick to track down if you ran a debug_backtrace() on it so you can see what error is triggering the Exceptions class. If you have a stepping debugger, it would take about 3 minutes to step through that code and see where the error is getting triggered.


Messages In This Thread
How do I fix this Header Problem ? - by El Forum - 06-26-2012, 10:23 AM
How do I fix this Header Problem ? - by El Forum - 06-27-2012, 07:03 AM
How do I fix this Header Problem ? - by El Forum - 06-27-2012, 07:12 AM
How do I fix this Header Problem ? - by El Forum - 06-27-2012, 10:13 AM
How do I fix this Header Problem ? - by El Forum - 06-27-2012, 12:17 PM
How do I fix this Header Problem ? - by El Forum - 06-27-2012, 12:36 PM
How do I fix this Header Problem ? - by El Forum - 06-27-2012, 01:45 PM
How do I fix this Header Problem ? - by El Forum - 06-27-2012, 02:01 PM
How do I fix this Header Problem ? - by El Forum - 06-27-2012, 02:04 PM
How do I fix this Header Problem ? - by El Forum - 06-27-2012, 02:18 PM
How do I fix this Header Problem ? - by El Forum - 06-27-2012, 02:23 PM
How do I fix this Header Problem ? - by El Forum - 06-27-2012, 09:05 PM



Theme © iAndrew 2016 - Forum software by © MyBB