Those with a drupal installation which can connect to multiple databases will need to edit their phplist config.php file so that it gets the correct database connection from the array. Otherwise you'll have the error:

A database url for a database other than mysql has been detected in your drupal installation.
PHPList requires the MySQL database server.

To do this add this line to around line 33 of your config.php file in phplist directory:

if(is_array($db_url)) $db_url = $db_url['default']; // fix for multiple db connections by jakeg

You'll have to make further changes if you don't want to use the default db_url.

Comments

killes@www.drop.org’s picture

fixed in cvs.

Anonymous’s picture

Anonymous’s picture

Anonymous’s picture

Anonymous’s picture

Anonymous’s picture

Anonymous’s picture

Anonymous’s picture

Anonymous’s picture

Status: Fixed » Closed (fixed)