SugarNewsWikiDocsBugsForumFilesSource LoginRegister
HomeBugsBug #0004
Call to undefined function ob_get_content() in ../Sugar.php on line 581
Bug #0004
Reported by Thomas Buhk
Feb 12th, 2008 at 5:32am PST
A little bug in this line, the correct function is ob_get_contents() (...missing 's') Also found in line 672 and 715. Error shown with PHP5.

Comment from Sean Middleditch
Feb 12th, 2008 at 1:56pm
Ah, indeed. I have actually never once even tested the fetch*() functions. :) Fixed in SVN, and I'll be adding test cases for these functions before closing the bug. Thanks!

Comment from Sean Middleditch
Feb 12th, 2008 at 7:39pm
Added tests for the fetch functions.

Additional Comments:
or Login