Dnia Thursday 17 of November 2005 10:22, Martin Schulze napisaƂ:
> > Additionaly, I've fixed the important bug #324318. Please, include the
> > patch for this bug to stable release. The patch doesn't change program
> > functionality and resolve more problems with bad configration file which
> > are not reported to BTS.
>
> Please explain why it should be fixed in stable.
>
> Please explain why it should be fixed in a security update.
>
> At the moment, I'm not convinced it is something else than a normal
> bug, not even a critical one.

The application does not work if more than 3 databases are used. I think it is 
not just normal bug if more advanced environment is used. It is important 
problem because it is no easy way to diagnose it.

The workaround is possible, so at least please modify README.Debian file to 
inform the users how to override the problem.


--- README.Debian.orig  2005-11-16 22:38:26.000000000 +0100
+++ README.Debian       2005-11-17 12:28:14.000000000 +0100
@@ -15,6 +15,22 @@
   if there is no error message and you are returned to the login prompt.


+PROBLEM WITH MORE THAT THREE DATABASES
+
+  Only three first databases declared in /etc/phpmyadmin/config.inc.php are
+  working.  If you define fourth database, it fails with message "Access
+  denied".  See Bug#324318.
+
+  You can include
+
+    $cfg['Servers'][$i]['compress']        = FALSE;
+    $cfg['Servers'][$i]['controluser']     = '';
+    $cfg['Servers'][$i]['controlpass']     = ''
+    $cfg['Servers'][$i]['AllowRoot']       = TRUE;
+
+  to each database entry in config.inc.php file as a workaround.
+
+
 CONFIGURATION

   The package installs symlink into /var/www directory. You can also add

-- 
 .''`.    Piotr Roszatycki, Netia SA
: :' :    mailto:[EMAIL PROTECTED]
`. `'     mailto:[EMAIL PROTECTED]
  `-

Reply via email to