[mythtv] Mythweb shows only blank page.

Lorenz Hahn lorenz at gesindel.org
Sun Jan 29 23:41:45 UTC 2006


Chris Petersen wrote:
>>------------------- 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?
> 
> 
> Looks good to me.  Have you tried one of the alternate rewrite setups 
> suggested in the .htaccess file?
> 
> -Chris
yet I did - changed the original content to:
------------------- 8< -------------------
# Redirect most of the remaining URL requests to the main cooktools script.
# It will then handle any requests given to it.
#    RewriteRule     ^(.+)$                  mythweb.php/$1
 [QSA,L]

# If you're experiencing trouble with the previous line in your copy of
apache,
# you could instead use something like:
    RewriteRule     ^([\w\-]+(/.*)?)?$      mythweb.php?PATH_INFO=/$1
[L,QSA]
------------------ >8 ---------------------

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...)

Thanks,
Lorenz


More information about the mythtv-dev mailing list