[mythtv-users] Mythweb -- Blank Page

Tim Schall tschall-mythtv at fortgirlfriend.com
Sun Sep 3 16:35:25 UTC 2006


I'm sure I'm overlooking something obvious here but:

Seems that MythWeb compiled from SVN downloaded the morning of 9/2/2006 
produces a blank page when accessing http://<ip address here>/mythweb.php

I'm running SuSE 10.1 on a 2.0Ghz Celeron and this is my very first attempt at 
MythWeb.  Everything else on the box works perfectly.

The only oddity produced is that error_log contains these entries, none of 
which appear to be fatal:

[Sat Sep 02 14:53:43 2006] [error] [client 192.168.1.103] PHP Notice:  
Undefined index:  error_email in /var/www/html/mythweb/includes/init.php on 
line 45

[Sat Sep 02 14:53:44 2006] [error] [client 192.168.1.103] PHP Fatal error:  
Call to undefined function posix_getpwuid() 
in /var/www/html/mythweb/includes/init.php on line 267

[Sat Sep 02 14:53:44 2006] [error] [client 192.168.1.103] File does not 
exist: /var/www/html/mythweb/favicon.ico

Line 45 from init.php reads:

define('error_email', strstr($_SERVER['error_email'], '@') ? 
$_SERVER['error_email'] : '');

Line 267 reads:

$process_user = posix_getpwuid(posix_geteuid());

I'd happy to supply whatever other info someone might need and thank you all 
in advance.

Tim Schall


More information about the mythtv-users mailing list