Closed (fixed)
Project:
Mailing List Manager
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
4 Aug 2007 at 18:56 UTC
Updated:
4 Jul 2008 at 01:34 UTC
How does one set the ezmlm database shortcut in the MLM Module?
Shortcut in the settings.php for multiple databases haas been created.
Where do you insert shortcut name so module so module can access it?
Comments
Comment #1
allie mickaMake sure you're using the ezmlm-idx backend. Then create a new node of type "mailing list". In the "Connection Name:" field, enter the shortcut you have used in your settings.php file.
So if you settings.php file looks like this:
$db_url['default'] = 'mysqli://username:password@localhost/databasename';
$db_url['mlm'] = 'mysqli://username:password@localhost/databasename_ezmlm';
Then the value for "Connection name" should be "mlm"