Welcome Guest, Not a member yet? Register   Sign In
Cannot use output buffering in output buffering display handlers
#4

[eluser]gh0st[/eluser]
Yes, I've just had this same problem. If you have;

$config['compress_output'] = TRUE;

and try to do a:

Code:
$this->output->enable_profiler(TRUE);
$posted = $this->input->post('username');
print $posted;

following a form, it seems to display this error.


Messages In This Thread
Cannot use output buffering in output buffering display handlers - by El Forum - 02-06-2009, 11:52 AM



Theme © iAndrew 2016 - Forum software by © MyBB