Skip to Content.
Sympa Menu

en - patch for 2.2.6

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: Olivier Salaun - CRU <address@concealed>
  • To: address@concealed
  • Subject: patch for 2.2.6
  • Date: Tue, 22 Jun 1999 09:06:05 +0200

A major bug has been found in version 2.2.6.


Description:

On sites not using DBMs for managing users info, a HELP command
will make sympa die with the following error message :

Can't connect(DBI::dbname=sympa;host= ), no database driver specified

You MUST apply the following patch


Olivier Salaun
*** List.pm.orig Mon Jun 14 11:17:56 1999
--- List.pm Mon Jun 21 18:00:47 1999
***************
*** 2546,2552 ****
my ($l, @which);

## WHICH in Database
! my %db_which = &get_which_db($email);

foreach $l (get_lists()){

--- 2546,2552 ----
my ($l, @which);

## WHICH in Database
! my %db_which; # = &get_which_db($email);

foreach $l (get_lists()){



  • patch for 2.2.6, Olivier Salaun - CRU, 06/22/1999

Archive powered by MHonArc 2.6.19+.

Top of Page