Search found 1 match

by jeffreywilson
03 Feb 2011, 06:26
Forum: General Discussion
Topic: Possible Whitespace
Replies: 10
Views: 14541

Re: Possible Whitespace

Hi All,

For me too got the same error and then I've added this line to core.php as line 137:

ob_end_clean();

Before:

if ( ($t_output = ob_get_contents()) != '') {
echo 'Possible Whitespace/Error in Configuration File - Aborting. Output so far follows:<br />';
echo var_dump($t_output);
die ...