Getting this error:
Warning: Cannot modify header information - headers already sent by (output started at .../wp-content/themes/thesis_18/custom/custom_functions.php:62) in .../wp-includes/pluggable.php on line 866
:62 is just the end of custom functions, and no, it's not a whitespace issue. After deleting and remaking the <?php and ?> over and over, I copied a fresh functions.php into this erring custom_functions.php. While the custom functions disappeared, the error remained the same.
The fresh functions.php is running live on another thesis wordpress site which doesn't have headers already sent error.
Line 62 is echo "$data";
the end of the normal functions.php lines.
Line 866 in pluggable.php is
header("Location: $location", true, $status);
I'm using thesis 1.8 and totally updated wordpress/plugins.
Please help!