[mythtv] Mythweb shows only blank page.

Lorenz Hahn lorenz at gesindel.org
Sun Jan 29 23:15:04 UTC 2006


Chris Petersen wrote:
>>[Sun Jan 29 23:29:52 2006] [error] [client 10.10.60.5] PHP Notice:
>>Undefined index:  PATH_INFO in /var/www/mythweb/includes/init.php on line 30
>>[Sun Jan 29 23:29:52 2006] [error] [client 10.10.60.5] PHP Notice:
>>Undefined index:  PATH_INFO in /var/www/mythweb/includes/init.php on line 32
>>[Sun Jan 29 23:29:52 2006] [error] [client 10.10.60.5] PHP Notice:
>>Undefined index:  PATH_INFO in /var/www/mythweb/includes/init.php on line 34
>>
>>Obviously something isn't set what has to be. Where should it have been
>>done?
> 
> 
> Those notices aren't really an issue (current svn wouldn't really show 
> them, anyway).  What concerns me is that you don't have any of those 
> settings, which tells me that your mod_rewrite setup in apache isn't 
> working properly.
> 
Hi Chris,

as first the module wasn't loaded, the symptom was the demand of the
browser to store the downloaded php-file. So here we are at the point of
working properly... My setup of the module is done the debian way, one
file to load existing modules:

------------------- 8< -------------------
# cat /etc/apache2/mods-available/rewrite.load
LoadModule rewrite_module /usr/lib/apache2/modules/mod_rewrite.so
-------------------->8 --------------------

and one to enable them:
------------------- 8< -------------------
# cat /etc/apache2/mods-enabled/rewrite.load
LoadModule rewrite_module /usr/lib/apache2/modules/mod_rewrite.so
-------------------->8 --------------------

What is missing?

Thanks,
Lorenz


More information about the mythtv-dev mailing list