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
Comment #1
killes@www.drop.org commentedfixed in cvs.
Comment #2
(not verified) commentedComment #3
(not verified) commentedComment #4
(not verified) commentedComment #5
(not verified) commentedComment #6
(not verified) commentedComment #7
(not verified) commentedComment #8
(not verified) commentedComment #9
(not verified) commented