Postponed (maintainer needs more info)
Project:
Mailman Manager
Version:
6.x-1.x-dev
Component:
Documentation
Priority:
Critical
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
1 Jul 2008 at 08:49 UTC
Updated:
4 Sep 2008 at 21:19 UTC
Comments
Comment #1
samuelet commentedWhat 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.
Comment #2
resveld commentedI 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
Comment #3
samuelet commentedSorry, 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?
Comment #4
samuelet commented