I know another support request was put in, but solution never got to clarifying the code placement, if at all, before the user realized he had another issue.

Running Drupal 5.10 , PHP5, latest PHPlist is installed in a separate sub-domain.
I'm installing drupal and phplist in separate databases. In the Module Readme.txt I'm told:

- you must configure this module's "Table prefix" to match the value for '$table_prefix' in the config.php of the phpList installation
- the value for '$usertable_prefix' must be set the same as '$table_prefix' WITH AN ADDED 'user_' e.g. 'phplist_user_' and 'phplist_' respectively

I read this a few ways
1ST - That I should go into config.php and make sure the prefix's are set as to what the readme.txt says as quoted above.
2ND- This second Pass I re-read it and then I realize maybe I have to open the phplist.module file and set the table prefixes?
or 3RD - In my Drupal Database, for the Modules Table in the Drupal Database I need to modify the table thats created for the module when enabled?

If I can get this resolved I wouldn't mind with helping with documentation, screenshots. This is a great module thanks for working on it! Looking forward to testing out that Sign Up module integration module.

Comments

paulbeaney’s picture

Hi and sorry for the confusion in the documentation!

You have to set the values in config.php at the time you install the phpList application (not the module), then set the "prefix" value in the admin page of the phpList module to be the same. You never need to edit the phplist.module file itself.

If you can propose a clearer way of rephrasing the instructions it would be most welcome!

Regards,

- Paul

paulbeaney’s picture

Status: Active » Closed (fixed)

Assumed fixed now.