<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Mark Boyum said the following on 20/11/09 04:57:
<blockquote
 cite="mid:6f0528880911191957s47dbff41w6ce9d31e90ff38b7@mail.gmail.com"
 type="cite"><br>
  <div class="gmail_quote">On Thu, Nov 19, 2009 at 2:34 PM, GXL.nl <span
 dir="ltr">&lt;<a moz-do-not-send="true" href="mailto:info@gxl.nl">info@gxl.nl</a>&gt;</span>
wrote:<br>
  <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
    <div 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>
    </div>
    <br>
  </blockquote>
  <div><br>
I tried that and it removed the error.&nbsp; Unfortunately Mythweb continues
to only display two MythTV logos in the browser.<br>
I am unfamiliar with php and at a loss. <br>
  </div>
  </div>
  <br>
</blockquote>
Can you set that line back again and add this line:<br>
var_export(build_backtrace(false));<br>
<br>
and then give us the html page for that?<br>
<br>
Also can you get to <a class="moz-txt-link-freetext" href="http://mythtv/mythweb/?RESET_SKIN&RESET_TMPL">http://mythtv/mythweb/?RESET_SKIN&amp;RESET_TMPL</a>
and does that resolve anything?<br>
<br>
<br>
</body>
</html>