
Originally Posted by
Chrome
Hi
Unfortunately that looks like an error in another module; one with which I'm not familiar... I am, however, familiar with the error: PHP is telling you that some output (which may be as little as a single space) is being sent to the browser before the headers of script are finished (for instance setting a cookie)
If you are conversant with PHP you could check out the offending file to see if there are any spaces after the trailing ?> (or, preferrably, you could remove the ?> altogether)
If this doesn't work or you're not able to find the issue you could try opening your root index.php file and add ob_start() at the very beginning and ob_flush() at the very end... That's *not* a permanent solution as all it's doing is papering over the cracks really
If you have no luck let us know and maybe we can help get to the bottom of your issue
Dan
Bookmarks