[mythtv] Mythweb shows only blank page.

Chris Petersen lists at forevermore.net
Sun Jan 29 23:52:14 UTC 2006


> deactivated the first and activated the second statement. And something
> changed - one error less:
> 
> [Mon Jan 30 00:33:07 2006] [error] [client 10.10.60.5] PHP Notice:
> Undefined index:  PATH_INFO in /var/www/mythweb/includes/init.php on line 30
> [Mon Jan 30 00:33:07 2006] [error] [client 10.10.60.5] PHP Notice:
> Undefined index:  PATH_INFO in /var/www/mythweb/includes/init.php on line 32
> 
> The original problem presented the same error message again in line 34.
> 
> Does this tell you anything? (Don't know what I'm doing here...)

Actually, it does.  Those are just notifications, not errors (you're 
running with all errors/notifications/warnings enabled, like perl's -w 
mode).  The fact that it doesn't show the last one tells me that your 
mod_rewrite seems to be doing what it's supposed to (both of them) and 
that the error itself is happening further down the execution path.

You should be able to use either mod_rewrite setup.

Go ahead and update to the latest mythweb svn, which should hide those 
notices.

Beyond this, it looks like you'll have to do some more serious 
debugging..  Which for the most part involves adding stuff like:

     echo time();exit;

throughout the code to figure out where it's dying.  You might also 
check your apache error logs, though I can't remember if you said you'd 
done that already or not.

-Chris


More information about the mythtv-dev mailing list