Quote Originally Posted by busyMom View Post
... the headers-already-sent problem...

  • Whenever a 404 needs to be reported due to a wrong blog post name it would be processed by this code instead of the ZC 404 handler
  • When the trackback suffix is added to the post name directly (not through the authentic trackback path), the code tries to re-post the code, but with a 302 temporary redirect


... So, by adding an ob_start() call at the top of my
includes/templates/myTEMPLATE/common/html_header.php file...

This was really kicking my ########, so I hope it helps someone else! Now to fixing the feed code should be a breeze!
Yes, cool, thank you Karen!