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
Probably not a good thing to leave this open on your server, by the way :)
Best regards, Djun
What do I need to secure it? It seems like it is left open as part of the code in massmailer? What specifically should I do?
Thanks, Ryan Grace
I've never worked with PHPList or MassMailer, though I expect I will look into it.
I gather PHPList is a separate application - it probably has its own documentation and so on, which would be a good place to start.
Setting up a password for the admin would be a good place to start (I'm assuming this is possible :)
Otherwise, you could put a .htaccess file in the directory and tell your webserver not to serve files from that directory (I'm assuming that once the application is installed, you won't need web-access) I could be completely wrong :)
Regards, Djun
On 29-Nov-2005, at 9:53 PM, Ryan Grace wrote:
Probably not a good thing to leave this open on your server, by the way :)
Best regards, Djun
What do I need to secure it? It seems like it is left open as part of the code in massmailer? What specifically should I do?
Thanks, Ryan Grace -- [ Drupal support list | http://lists.drupal.org/ ]
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
I'm not laughing. Everybody seems to get this working so fast but for me as well I have been spending much more then 3 Weeks to get drupal to work : )
I have been looking at your site and I really like your design so good luck with your future work //johan
30 nov 2005 kl. 02.13 skrev Ryan Grace:
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 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
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
powered by: [PHP] + [mySQL] PHPlist
PHPlist - main admin page
System Functions
setup Setup PHPlist
dbcheck Check Database structure
eventlog View the eventlog
System Functions closeConfiguration functions
configure configure PHPlist
attributes Configure Attributes
spage Configure Subscribe pages
Configuration functions closeList and user functions
list List the current lists
users List all Users
reconcileusers Reconcile the user database
import Import Users
export Export Users
List and user functions closeAdministrator functions
admins Add, edit and remove Administrators
adminattributes Configure attributes for administrators
Administrator functions closeMessage functions
send Send a message
templates Configure Templates
Messages List all Messages
processbounces Process Bounces
Bounces View Bounces
Message functions closemain pageconfigurehelpabout listssend a messageusersmanage userssubscribe pagesmessages templatesprocess bouncesview bounceseventlog
© tincan limited | PHPlist powered by PHPlist - version 2.10.1
Home » administer » mass mailer All content on this site © 2005 by each individual author, All Rights Reserved.
Validate XHTML or CSS. Whew... What on earth is going on? If i change line 25 of index.php to say cgi instead of cli if (php_sapi_name() == "cli") { to if (php_sapi_name() == "cgi") { i get 2 sets of p = processqueue c = ../../config.php d = /index.php h = eyeparadigm.com as in above.. with the edit removed i get 1 set.
still no messages sent.
now look at http://www.eyeparadigm.com/modules/massmailer/engines/phplist/ phplist/admin/?page=messages there are 1146 database errors looking for tables that are not in the mysql setup file! phplist.mysql doesnt even have them?? wierd wierd wierd...
at this point i will pay someone who has a working massmailer on their system to help me set it up on mine. this is the killer feature that brought me to drupal in the first place. i need to see it working..
thanks ryan grace. thefractal.org
EyeParadigm
User login
Username:
Password:
Create new account Request new password Navigation
news aggregator Page not found
All content on this site © 2005 by each individual author, All Rights Reserved.
Validate XHTML or CSS.
EyeParadigm
User login
Username:
Password:
Create new account Request new password Navigation
news aggregator Page not found
All content on this site © 2005 by each individual author, All Rights Reserved.
Validate XHTML or CSS.
EyeParadigm
User login
Username:
Password:
Create new account Request new password Navigation
news aggregator Page not found
All content on this site © 2005 by each individual author, All Rights Reserved.
Validate XHTML or CSS.
EyeParadigm
User login
Username:
Password:
Create new account Request new password Navigation
news aggregator Page not found
All content on this site © 2005 by each individual author, All Rights Reserved.
Validate XHTML or CSS.
EyeParadigm
User login
Username:
Password:
Create new account Request new password Navigation
news aggregator Page not found
All content on this site © 2005 by each individual author, All Rights Reserved.
Validate XHTML or CSS.
[ Drupal support list | http://lists.drupal.org/ ]