You are not logged in.
I having a problem getting MythWeb to work. I followed the Wiki carefully. I get prompted to login, but just get a blank page with two broken icon symbols. Apache access and error logs don't show any errors.
Relevant part of mythweb.conf is:
Alias /mythweb /var/lib/mythtv/mythweb
<Directory "/var/lib/mythtv/mythweb">
Options -All +FollowSymLinks +IncludesNoExec
</Directory>
<Directory "/var/lib/mythtv/mythweb" >
I commented out the following php options as according to a MytTV Trac ticket they are no longer required and were filling my logs with errors. Uncommenting them again made no difference.
# php_value safe_mode 0
# php_value register_globals 0
# php_value magic_quotes_gpc 0
# php_value output_handler NULL
Offline