YAFLogo

Matthew.Kalkman
10 years ago
Hello,

I have a YAF installation (2.1.2) on a production server and was trying to enable the digest feature.

I have turned the digest feature on in the board settings.

I have also added the following keys to my app.config:

  <add key="YAF.BaseUrlMask" value="http://fellowshipforum.healthandhealingny.org" />	
  <add key="YAF.ServerFileRoot" value="~/" />
  <add key="YAF.ClientFileRoot" value="~/" />
  <add key="YAF.ForceScriptName" value="default.aspx" />

I am able to generate a digest and I can see it in the admin. The problem is that I cannot get the digest to be sent out (not even test). The forum is sending out other non-digest emails with no issue.

When I go to "Send Test" I get the following error:

Exception Getting Digest: System.Net.WebException: The operation has timed out at System.Net.HttpWebRequest.GetResponse() at YAF.Core.Services.YafDigest.GetDigestHtml(Int32 userId, Int32 boardId, String webServiceToken, Boolean showErrors) at YAF.Pages.Admin.digest.TestSend_Click(Object sender, EventArgs e)

When I look in the event log for the automated digest I see the following error:

Error In Creating Digest for User 19 System.Net.WebException: The operation has timed out at System.Net.HttpWebRequest.GetResponse() at YAF.Core.Services.YafDigest.GetDigestHtml(Int32 userId, Int32 boardId, String webServiceToken, Boolean showErrors) at YAF.Core.Tasks.DigestSendTask.SendDigestToUsers(IEnumerable`1 usersWithDigest, Int32 boardId, YafBoardSettings boardSettings)

Any help is appreciated and let me know if I need to provide more information.

Thanks,

Matthew

Sponsor