Hi,

I have installed Drupal and Mailman. Mailman send mail without problem. Now, I won’t interface Drupal with Mailman; I have also installed Mailman Manager, (module that should interface Drupal and Mailman) but it doesn’t works. I can’t subscribe anyone to a mailing list and so I can’t send mail to members of my list …

What I must do? I need other modules?

How I can configure Drupal or Mailman?

Thanks.

Comments

samuelet’s picture

What exactly does it mean "it does not work"?
Any watchdog error?Is the Subscription Mail sent?
You don't need any extra module, but you have to correctly configure the mailman manager module (and obviosuly mailman).
Add your mailing list settings in "Administer"->"Site Settings"->"Mailing list" and check also user permissions in "Administer"->"User management"->"mailman_manager module".
Please, if you can't solve, try to be more detailed in your reports.

resveld’s picture

I have the same problem.

Here's what you see when i create a new mailing list via the web:

warning: preg_match() expects parameter 2 to be string, array given in /home/vhosts/t-wipje.nl/httpdocs/includes/bootstrap.inc on line 718.
warning: preg_match() expects parameter 2 to be string, array given in /home/vhosts/t-wipje.nl/httpdocs/includes/bootstrap.inc on line 718.
warning: preg_match() expects parameter 2 to be string, array given in /home/vhosts/t-wipje.nl/httpdocs/includes/bootstrap.inc on line 718.
warning: preg_match() expects parameter 2 to be string, array given in /home/vhosts/t-wipje.nl/httpdocs/includes/bootstrap.inc on line 718.
warning: preg_match() expects parameter 2 to be string, array given in /home/vhosts/t-wipje.nl/httpdocs/includes/bootstrap.inc on line 718.

Drupal 6.4

samuelet’s picture

Sorry, but i can't reproduce it.
Your log errors could not depend directly to mailman manager, as reported in the drupal search http://drupal.org/search/node/warning%3A+preg_match+expects+parameter+2+...

What i can suggest you is to disinstall the module (uncheck it and then use the uninstall tab in the module page), reinstall it and check for errors.
It'd be useful also if you could check that mailman manager table is correctly created in you database for example with "describe mailman_lists;" mysql command.
What's your database backend?

samuelet’s picture

Status: Active » Postponed (maintainer needs more info)