| Author |
Topic Search Topic Options
|
lovelymanmk
Newbie
Joined: 08 March 2003
Location: Qatar
Status: Offline
Points: 29
|
Post Options
Thanks(0)
Quote Reply
Topic: SQL Forum: Reply Error Posted: 09 August 2003 at 7:19am |
Hi...
I have the SQL forum installed on my site. but when i post a reply, i get an error (page contains error and can't be displayed). I mean in the page: post_message.asp?PN=1. Yet actually the message (the reply) was really posted. And as a result, the counter for posts is not right. What is the problem?
Thanks
|
 |
lovelymanmk
Newbie
Joined: 08 March 2003
Location: Qatar
Status: Offline
Points: 29
|
Post Options
Thanks(0)
Quote Reply
Posted: 09 August 2003 at 7:54am |
|
can say that the number of pasts has been corrected. Yet i don't know how was corrected. However, i'm still have having a problem with: post_message.asp. this page in some forum is being displayed but in other forum it can't be displayed... why?!
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Post Options
Thanks(0)
Quote Reply
Posted: 09 August 2003 at 10:47am |
If you turn off firendly HTTP error messages in IE you will get what the error is and a line number which will help track down your problem.
But as the message is being posted before the error occurs my guess will be that you haven't set up the email settings correctly in the admin area. Go to the admin area and turn off all the email notification functions until you get the correct settings from your web host.
|
|
|
 |
lovelymanmk
Newbie
Joined: 08 March 2003
Location: Qatar
Status: Offline
Points: 29
|
Post Options
Thanks(0)
Quote Reply
Posted: 09 August 2003 at 4:14pm |
Thanks.. I get this error:
Persits.MailSender.4 error '800a0006'
550 not local host yahoo.com, not a gateway
/forum/functions/functions_send_mail.asp, line 269
Yet the email the user (who sent the message and that i'm replying) is a valid email at yahoo.
|
 |
kstowell
Newbie
Joined: 24 June 2003
Status: Offline
Points: 4
|
Post Options
Thanks(0)
Quote Reply
Posted: 13 October 2003 at 11:41am |
Hello!
We are receiving the exact error as lovelymanmk reports:
Persits.MailSender.4 error '800a0006'
550 not local host somedns.com, not a gateway
/forum/functions/functions_send_mail.asp, line 269
Please help!
Edited by kstowell
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Post Options
Thanks(0)
Quote Reply
Posted: 13 October 2003 at 11:46am |
|
Contact your web hosts as they may have setup the email server to
require authorisation or to only relay messages onto local email
addresses.
|
|
|
 |
lovelymanmk
Newbie
Joined: 08 March 2003
Location: Qatar
Status: Offline
Points: 29
|
Post Options
Thanks(0)
Quote Reply
Posted: 13 October 2003 at 3:28pm |
|
In the Admin Area, Email Notification Setup Section, I've changed the email setup from ASPEmail to ASPMail. The problem then has been solved.
|
 |
kstowell
Newbie
Joined: 24 June 2003
Status: Offline
Points: 4
|
Post Options
Thanks(0)
Quote Reply
Posted: 15 October 2003 at 9:54am |
Our SMTP server is configured to require an email client to provide a username and password when sending a message. This is done to protect the SMTP server from unauthorized use by external users, and to prevent spam.
Because spam is a serious problem that is delt with by anyone who has an email address these days, I think it would be a great idea if you would ad a check box to the admin form and a field for username and password:
[x] SMTP server requires authentication
Username: [ ] Password: [ ]
For now I will have to modify the send mail asp to correct the problem. After adding the following lines to "functions_send_mail.asp" that is located in the "functions" folder for the forum and admin the problem went away:
With objAspEmail
'Username and Password for SMTP authentication .Username = "your username here" .Password = "your password here"
Hope this helps anyone else who needs to use SMTP authentication. Can we see this added to the next version? ... Cheers!
Edited by kstowell
|
 |