Portal Home > Knowledgebase > Articles Database > Fatal error: Uncaught exception 'Exception
Fatal error: Uncaught exception 'Exception
Posted by solboy, 04-10-2011, 09:07 AM |
Hi,
Can someone tell me what is causing this error? I get it when trying to view the home page after I log into the control panel of a content manager called vivvo. It seems to only show when a user is logged in the admin control panel. Not sure what kind of bug this is. The call user function may be playing a role in this error.
Fatal error: Uncaught exception 'Exception' with message 'Headers already sent in /home/nasbs/public_html/demo/index.php(1) : eval()'d code on line 37. Cannot send log data to FirePHP. You must have Output Buffering enabled via ob_start() or output_buffering ini directive.' in /home/nasbs/public_html/demo/lib/firePHP/FirePHP.class.php:229 Stack trace: #0 /home/nasbs/public_html/demo/lib/firePHP/FirePHP.class.php(136): FirePHP->newException('Headers already...') #1 [internal function]: FirePHP->fb('tpl: /home/nasb...', 'ERROR') #2 /home/nasbs/public_html/demo/lib/firePHP/fb.php(82): call_user_func_array(Array, Array) #3 /home/nasbs/public_html/demo/lib/vivvo/vivvo_lite_site.php(263): fb('tpl: /home/nasb...', 'ERROR') #4 /home/nasbs/public_html/demo/lib/vivvo/vivvo_lite_site.php(314): vivvo_lite_site->fb_debug_output() #5 /home/nasbs/public_html/demo/index.php(120): vivvo_lite_site->get_output() #6 {main} thrown in /home/nasbs/public_html/demo/lib/firePHP/FirePHP.class.php on line 229
|
Posted by Squidix - SamBarrow, 04-10-2011, 09:26 AM |
The error pretty much says it all
Cannot send log data to FirePHP. You must have Output Buffering enabled via ob_start() or output_buffering ini directive.
|
Posted by solboy, 04-10-2011, 09:36 AM |
Yes I think that was the problem. Thanks a million.
|
Posted by solboy, 04-10-2011, 10:51 AM |
How do I disable it?
|
Posted by Squidix - SamBarrow, 04-10-2011, 12:04 PM |
In your php.ini file. Or just add ob_start(); to the top of whatever script is running.
|
Add to Favourites Print this Article
Also Read