Gossamer Forum
Home : Products : Gossamer Forum : Discussion :

Re: [brewt] email header error - not responding

Quote Reply
Re: [brewt] email header error - not responding In reply to
These are two error examples (copied from my websites ISP utilitiy pages that let you view CGI errors on the site.....) -----

GT::Mail::Send (19778): SMTP: Transmission of message failed: 421 Unexpected failure, please try later
at /home/users/web/b1994/pow.ptegler/htdocs/cgi-bin/admin/GT/Mail.pm line 298.

GT::Mail::Send (16486): SMTP: Transmission of message failed: 421 Unexpected failure, please try later
Can't call method "insert_id" on an undefined value at /home/users/web/b1994/pow.ptegler/htdocs/cgi-bin/admin/Plugins/GForum/SignupNotify.pm line 40.

*-*-*-*-*-*-*-*-**-*-

This is the gforum window response (with degbug turned on) when I try to send out a message from the Forum admin email control-------

The server encountered an unexpected condition which prevented it from fulfilling the request.The script did not produce correct headers. It must at least print out a Content-Type header, like so:
Content-Type: text/html

The header the script produced was:
HTTP/1.1 200 OK

*-*-*-*-*-*-*-*-*


Another cgi log read after another send mail from the gforum admin panel...the gforum window just returns the statement above about the header-------



GT::SQL::Driver::MYSQL::sth (4171): Query execution took: 0.000234s from main::main at /home/users/web/b1994/pow.ptegler/htdocs/cgi-bin/admin/nph-email.cgi line 90
from main::main at /home/users/web/b1994/pow.ptegler/htdocs/cgi-bin/admin/nph-email.cgi line 90

WHERE gforum_EmailRecipient.user_id_fk = gforum_User.user_id AND (gforum_EmailRecipient.recipient_sent = '0' AND gforum_EmailRecipient.mailing_id_fk = '23')
FROM gforum_EmailRecipient, gforum_User
SELECT gforum_EmailRecipient.user_id_fk, gforum_User.user_email


Subject Author Views Date
Thread email header error - not responding ptegler 5639 Nov 14, 2007, 8:09 PM
Thread Re: [ptegler] email header error - not responding
brewt 5486 Nov 15, 2007, 11:55 AM
Thread Re: [brewt] email header error - not responding
ptegler 5470 Nov 21, 2007, 7:58 PM
Thread Re: [ptegler] email header error - not responding
brewt 5464 Nov 22, 2007, 12:32 PM
Thread Re: [brewt] email header error - not responding
ptegler 5470 Nov 22, 2007, 8:22 PM
Post Re: [ptegler] email header error - not responding
ptegler 5484 Nov 22, 2007, 8:27 PM