Mythweb shows only a blank page

Bug #329606 reported by KimKulak
4
This bug affects 1 person
Affects Status Importance Assigned to Milestone
mythtv (Ubuntu)
New
Undecided
Unassigned
Nominated for Hardy by Ben Lings
mythweb (Ubuntu)
New
Undecided
Unassigned
Nominated for Hardy by Ben Lings

Bug Description

Binary package hint: mythtv

Ubuntu 8.10

Whenever I try to access mythweb all I get is a blank page. (Mythweb version 0.21.0+fixes18722-0ubuntu1)

I do get this error message in /var/log/apache2/error.log:
<br />
<b>Fatal error</b>: Unknown: Cannot use both zlib.output_compression and output_handler together!! in <b>Unknown</b> on line <b>0</b><br />

I first noticed the problem after this update (/var/log/apt/term.log). It worked great the day before the update:
Log started: 2009-02-13 14:09:47
(Reading database ... 184841 files and directories currently installed.)
Preparing to replace php5-mysql 5.2.6-2ubuntu4 (using .../php5-mysql_5.2.6-2ubuntu4.1_i386.deb) ...
Unpacking replacement php5-mysql ...
Preparing to replace libapache2-mod-php5 5.2.6-2ubuntu4 (using .../libapache2-mod-php5_5.2.6-2ubuntu4.1_i386.deb) ...
Unpacking replacement libapache2-mod-php5 ...
Preparing to replace php5-common 5.2.6-2ubuntu4 (using .../php5-common_5.2.6-2ubuntu4.1_i386.deb) ...
Unpacking replacement php5-common ...
Preparing to replace php5 5.2.6-2ubuntu4 (using .../php5_5.2.6-2ubuntu4.1_all.deb) ...
Unpacking replacement php5 ...
Setting up php5-common (5.2.6-2ubuntu4.1) ...
Setting up libapache2-mod-php5 (5.2.6-2ubuntu4.1) ...
 * Reloading web server config apache2
   ...done.

Setting up php5-mysql (5.2.6-2ubuntu4.1) ...

Setting up php5 (5.2.6-2ubuntu4.1) ...
Log ended: 2009-02-13 14:10:15

I checked these configuration files:
kim@pegasus:~$ grep -R zlib /etc/apache2/ /etc/php5/ /var/www/mythweb/mythweb* /var/www/mythweb/includes /var/www/mythweb/modules
/etc/apache2/sites-available/mythweb.conf: php_value zlib.output_handler Off
/etc/apache2/sites-enabled/mythweb.conf: php_value zlib.output_handler Off
/etc/php5/apache2/php.ini.ucf-dist:; and you cannot use both "ob_gzhandler" and "zlib.output_compression".
/etc/php5/apache2/php.ini.ucf-dist:; Instead you must use zlib.output_handler.
/etc/php5/apache2/php.ini.ucf-dist:; Transparent output compression using the zlib library
/etc/php5/apache2/php.ini.ucf-dist:; Note: You need to use zlib.output_handler instead of the standard
/etc/php5/apache2/php.ini.ucf-dist:zlib.output_compression = Off
/etc/php5/apache2/php.ini.ucf-dist:;zlib.output_compression_level = -1
/etc/php5/apache2/php.ini.ucf-dist:; You cannot specify additional output handlers if zlib.output_compression
/etc/php5/apache2/php.ini.ucf-dist:;zlib.output_handler =
/etc/php5/apache2/php.ini:; and you cannot use both "ob_gzhandler" and "zlib.output_compression".
/etc/php5/apache2/php.ini:; Instead you must use zlib.output_handler.
/etc/php5/apache2/php.ini:; Transparent output compression using the zlib library
/etc/php5/apache2/php.ini:; Note: You need to use zlib.output_handler instead of the standard
/etc/php5/apache2/php.ini:zlib.output_compression = Off
/etc/php5/apache2/php.ini:;zlib.output_compression_level = -1
/etc/php5/apache2/php.ini:; You cannot specify additional output handlers if zlib.output_compression
/etc/php5/apache2/php.ini:;zlib.output_handler =
/var/www/mythweb/mythweb.conf.apache: php_value zlib.output_handler Off

Couldn't find zlib.output_compression turned on anywhere.

I filed this bug under mythweb because I have phpmyadmin on the same server and it is displaying properly.

That's as far as I can go trying to find the source of this problem. Is there any more information you could want or anything that I should try?

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.