<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Since its working here I can't test anything but changing line 16 in
usr/share/mythtv/mythweb/modules/_shared/tmpl/default/header.php <br>
<br>
from:<br>
header("Content-Type: text/html; charset=utf-8");<br>
to:<br>
if (!headers_sent())&nbsp; header("Content-Type: text/html; charset=utf-8");<br>
<br>
should get you going again. However this is not a fix for this problem
since it seems indeed that the file is included twice, but maybe this
way you can confirm you see the page twice?<br>
<br>
NIjn<br>
<br>
<br>
Tom Dexter said the following on 19/11/09 16:32:
<blockquote
 cite="mid:e6218b540911190732k7c466a5w2834f5591bfb0ef3@mail.gmail.com"
 type="cite">
  <pre wrap="">On Wed, Nov 18, 2009 at 10:05 PM, Mark Boyum <a class="moz-txt-link-rfc2396E" href="mailto:mark@boyum.us">&lt;mark@boyum.us&gt;</a> wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Since upgrading to .22 (via moving my DB to a 'clean' Ubuntu 9.10) mythweb
only displays this text:

Warning: Cannot modify header information - headers already sent by (output
started at
/usr/share/mythtv/mythweb/modules/_shared/tmpl/default/header.php:49) in
/usr/share/mythtv/mythweb/modules/_shared/tmpl/default/header.php on line 16

I see Trac ticket #7513 for this issue but wonder if anyone else has found a
way to correct or work around the error.

Any pointers would be appreciated.
Thanks,
-Mark

    </pre>
  </blockquote>
  <pre wrap=""><!---->
I just noticed something interesting about that error.  I was going to
add it to the comments on that bug, but the bug is apparently locked.

The error is coming from modules/_shared/tmpl/default/header.php at
line 16 where it's attempting to print headers with the header()
function, _and_ the output that has apparently already been sent is
coming from the same file at line 49.  That tells me that that page is
getting erroneously included at run time (using 'require') more than
once.

I'm not even running 0.22 yet.  If I get a chance I'll take a look at
it though.  What plugins are you using by the way?

Tom
_______________________________________________
mythtv-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a>
<a class="moz-txt-link-freetext" href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a>

  </pre>
</blockquote>
<br>
</body>
</html>