I've been trying to get Mass Mailer to work on the latest CSL 0.8.03 install which is a fresh install (not upgrade) and I'm having a devil of a time. I've read all the material that is already here for working around challenges and that has been very helpful. Where I'm at is:
1. I have to modify the phplist bash shell script to have the following lines in order to trigger index.php with the right path to the config.php file in the modules/phplist directory.
CONFIG=`pwd`/modules/phplist/config.php
export CONFIG
php modules/phplist/phplist/admin/index.php $*
This triggers the PHPList core code when I click Process Message Queue which then returns on the web page things like:
"Error: Your database is out of date: , please make sure to upgrade."
and
"Database error 1146 Table 'nms_cs.phplist_subscribepage' doesn't exist"
The SQL for the CS database is just from the standard install script. On other installation attempts, I've even tried hybridizing the tables from the CS install script with the missing tables... no luck, I don't get the missing table error anymore; but I don't get the complaint about missing subscribepage table; I just still get the complaint that I'm out of date. I also didn't see this table in the standalone module's install script either.
Argg.. I assume that this module works for some people, so I'm not about to give up. I just need some magic.