[mythtv-users] mythweb header information error

GXL.nl info at gxl.nl
Fri Nov 20 08:49:20 UTC 2009


Mark Boyum said the following on 20/11/09 04:57:
>
> On Thu, Nov 19, 2009 at 2:34 PM, GXL.nl <info at gxl.nl 
> <mailto:info at gxl.nl>> wrote:
>
>     Since its working here I can't test anything but changing line 16
>     in usr/share/mythtv/mythweb/modules/_shared/tmpl/default/header.php
>
>     from:
>     header("Content-Type: text/html; charset=utf-8");
>     to:
>     if (!headers_sent())  header("Content-Type: text/html;
>     charset=utf-8");
>
>     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?
>
>     NIjn
>
>
> I tried that and it removed the error.  Unfortunately Mythweb 
> continues to only display two MythTV logos in the browser.
> I am unfamiliar with php and at a loss.
>
Can you set that line back again and add this line:
var_export(build_backtrace(false));

and then give us the html page for that?

Also can you get to http://mythtv/mythweb/?RESET_SKIN&RESET_TMPL and 
does that resolve anything?


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mythtv.org/pipermail/mythtv-users/attachments/20091120/a7d1fdef/attachment.htm>


More information about the mythtv-users mailing list