YAFLogo

Kythor
  • Kythor
  • 65.6% (Friendly)
  • YAF Camper Topic Starter
16 years ago
When I send an email to a user, no real error appear. It looks as the mail has been send. But when I look in the Event Log, I see this error:

ASP.pages_im_email_ascx

System.Threading.ThreadAbortException: Thread was being aborted.

at System.Threading.Thread.AbortInternal()

at System.Threading.Thread.Abort(Object stateInfo)

at System.Web.HttpResponse.End()

at System.Web.HttpResponse.Redirect(String url, Boolean endResponse)

at System.Web.HttpResponse.Redirect(String url)

at YAF.Classes.Utils.YafBuildLink.Redirect(ForumPages page, String format, Object[] args)

at YAF.Pages.im_email.Send_Click(Object sender, EventArgs e)

Sponsor
Jaben
  • Jaben
  • 100% (Exalted)
  • YAF Developer
16 years ago
kind of a warning... can be ignored.
Kythor
  • Kythor
  • 65.6% (Friendly)
  • YAF Camper Topic Starter
16 years ago
but i'm not receiving the mail :|
SerKevin
  • SerKevin
  • 50.6% (Neutral)
  • YAF Forumling
16 years ago

but i'm not receiving the mail :|

Kythor wrote:

All,

I am having this exact same issue. If a user posts into a forum/topic that is being watched this message is popping up in the YAF Event Log:


System.Threading.ThreadAbortException: Thread was being aborted.
   at System.Threading.Thread.AbortInternal()
   at System.Threading.Thread.Abort(Object stateInfo)
   at System.Web.HttpResponse.End()
   at System.Web.HttpResponse.Redirect(String url, Boolean endResponse)
   at System.Web.HttpResponse.Redirect(String url)
   at yaf.pages.im_email.Send_Click(Object sender, EventArgs e)

No error messages are sent to the user and no errors are showing up in the SMTP log on the server. Inside YAF it looks like the message has been sent correctly. NO MESSAGES ARE BEING SENT and there are no emails "waiting" in the SMTP Send Queue.

However if I go to the Admin screen and send a message to all users (or a specific group of users) the emails are being sent out correctly so I do not think it is a settings issue on my configuration of YAF.

I REALLY need to get the notification system working... any ideas?

z_s_u
15 years ago
Hy guys,

All of a sudden I started to have the same situation. New install of 1.9.3.

I'm running out of ideas.

A very helpfull thing I did when I was a programmer was to put lines like LogToFile(exception text) which would be activated if run in debug mode. These would be great help now.

F.L.
  • F.L.
  • 58.4% (Neutral)
  • YAF Forumling
15 years ago
Im am also getting these in the event log.

Did anyone find a solution for it?

(Running 1.9.3)

simdual
  • simdual
  • 60.8% (Friendly)
  • YAF Forumling
15 years ago

Im am also getting these in the event log.

Did anyone find a solution for it?

(Running 1.9.3)

F.L. wrote:

any solution??