Welcome Guest, Not a member yet? Register   Sign In
What does this error mean
#1

[eluser]hogofwar[/eluser]
I keep getting this error :

Code:
Fatal error: ob_start() [<a href='ref.outcontrol'>ref.outcontrol</a>]: Cannot use output buffering in output buffering display handlers in *snipped*/system/libraries/Exceptions.php  on line 162

what does it mean and how can I fix it?

if you need any more information please just ask, this error is driving me crazy!
#2

[eluser]WanWizard[/eluser]
You have compression enabled and you're trying to generate some output (p.e. with echo) without using the output class.
#3

[eluser]hogofwar[/eluser]
Oh thanks! Just wasn't thinking at all *faceplant*
#4

[eluser]sihijau[/eluser]
i have this problem too,

Fatal error: ob_start() [<a href='ref.outcontrol'>ref.outcontrol</a>]: Cannot use output buffering in output buffering display handlers in /home/nuazlnet/public_html/lapak/system/libraries/Exceptions.php on line 162

what solution for this problem?

----------

Oh i have solve this problem, to set this line in config.php to be FALSE Smile

Code:
$config['compress_output'] = TRUE;
#5

[eluser]hogofwar[/eluser]
Yeah that's what we were talking 'bout! Big Grin
#6

[eluser]Nexus Rex[/eluser]
Add this line to suppress the compression...

Code:
$this->config->set_item('compress_output', FALSE);
#7

[eluser]cereal[/eluser]
[quote author="Nexus Rex" date="1281276530"]Add this line to suppress the compression...

Code:
$this->config->set_item('compress_output', FALSE);
[/quote]

This helped me to render pdf with dompdf, thank you! Smile
#8

[eluser]Unknown[/eluser]
my site tvmoren.ru

$config['compress_output'] = FALSE;

but i have error
Fatal error: ob_start() [<a href='ref.outcontrol'>ref.outcontrol</a>]: Cannot use output buffering in output buffering display handlers in /home/u23877/domains/tvmoren.ru/public_html/system/core/Exceptions.php on line 181




Theme © iAndrew 2016 - Forum software by © MyBB