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.
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. Then... a stroke of luck.. the tech at my hosting company noticed: I was getting a strange error at http:// www.eyeparadigm.com/modules/massmailer/engines/phplist/phplist/ admin/index.php Warning: Things will work better when PHP magic_quotes_gpc = on Error: Your database is out of date, please make sure to upgrade
Solution: There was a .htaccess file in /home/eye/public_html which overrided the global settings in php.ini
This is what .htaccess files are supposed to do :) Not sure what the correct entries for MassMailer would be - Probably good to have a look at the documentation for that project.
I have put a new .htaccess file in /home/eye/public_html/modules/massmailer with: php_value magic_quotes_gpc 1 (THIS NEEDS TO BE IN THE DOCUMENTATION AS THIS WAS A ROUTINE INSTALL WITH civicspace .8.3rc7) Now I get a new error!!! X-Powered- By: PHP/4.4.1 Set-Cookie: PHPSESSID=32f346d4e7c9f409c35503ae30f44de1; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must- revalidate, post-check=0, pre-check=0 Pragma: no-cache Content- type: text/html p = processqueue c = ../../config.php d = / index.php h = eyeparadigm.com p = processqueue c = ../../config.php d = /index.php h = eyeparadigm.com
-- [ Drupal support list | http://lists.drupal.org/ ]
and the application built the missing tables. So that much should be good to go.
Probably not a good thing to leave this open on your server, by the way :)
Best regards, Djun