[support] MassMailer Saga

Gerhard Killesreiter gerhard at killesreiter.de
Wed Nov 30 16:02:28 UTC 2005


puregin wrote:

>
>
>
> On 29-Nov-2005, at 5:13 PM, Ryan Grace wrote:
>
>> Whew..
>>   I have been on this for 3 weeks.... (stop laughing)
>>   Made some headway today.
>> first i had to put a copy of config.php into a folder called config in
>
>
>> /home/eye/public_html/modules/massmailer/engines/phplist/phplist/ config
>>
>
> Yes it does seem strange - perhaps file an issue (http://drupal.org/ 
> projects/issues)
> with the MassMailer project and someone who knows can comment.


The config.php file should be one directory up. How did you set up your 
site? Did you use the CS installer or download the tarball from Drupal.org?

>
>> that seems ridiculous but it got rid of the
>> "Error, cannot find config file"
>> when trying to access index.php directly as in
>
>
>> http://www.eyeparadigm.com/modules/massmailer/engines/phplist/ 
>> phplist/admin/index.php
>>
>>   I also edited the modules/massmailer/engines/phplist/bin   file
>> down to only one line:
>> php modules/massmailer/engines/phplist/phplist/admin/index.php $*
>>
>>
>>
>> this got me from the old error of a small blank grey box at  
>> adminster>massmailer>send messages
>> to a new error:
>> Status: 404 X-Powered-By: PHP/4.4.1 Content-type: text/html No  input 
>> file specified.
>

You are using the cgi version of the php interface. You need the cli 
version.
The cgi version is unsupported.

Cheers,
    Gerhard


More information about the support mailing list