Package: phpmyadmin
Version: 4:2.6.2-3sarge2
Severity: normal

After installing the current update (version 2.6.2-3sarge2), phpmyadmin fails
to correctly generate the CSS style sheets causing an ugly display in the
browser.
It seems that the check
    if (!defined('PMA_MINIMUM_COMMON')) {
in the files
/usr/share/phpmyadmin/themes/original/css/theme_left.css.php
/usr/share/phpmyadmin/themes/original/css/theme_right.css.php
/usr/share/phpmyadmin/themes/darkblue_orange/css/theme_right.css.php
always causes the script to immediately exit.

Removing that check or changing it to
    if ($is_minimum_common == FALSE) {
solves the problem for me.


-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.4.20-021stab028.19.777-entnosplit
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages phpmyadmin depends on:
ii  apache2                   2.0.54-5sarge1 next generation, scalable, extenda
ii  apache2-mpm-prefork [http 2.0.54-5sarge1 traditional model for Apache2
ii  debconf                   1.4.30.13      Debian configuration management sy
ii  php4                      4:4.3.10-18    server-side, HTML-embedded scripti
ii  php4-mysql                4:4.3.10-18    MySQL module for php4
ii  ucf                       1.17           Update Configuration File: preserv

-- debconf information:
* phpmyadmin/reconfigure-webserver:
  phpmyadmin/restart-webserver: false


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to