Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Do Not upgrade to 5.4.4Do Not upgrade to 5.4.4
Previous
 
Next
New Post
7/20/2010 5:38 PM
 
Since i upgraded two weeks ago i did not stop fixing my modified modules and third part modules too.

If you are just using DNN modules then no problems BUT if not then forget it you will be stuck almost forever.

Now i am stuck with a third party module Dynamic Forms 3.3 and cannot do anything to fix the SMTP settings and waiting for Dynamic Forms to find a way round DNN 5.4.4 as my CPU max out at 100% when the form is trying to e-mail the user after they submit the form.
 
New Post
7/20/2010 8:28 PM
 
While I understand some people are having SMTP issues with 5.4.4, up to this point I've been unable to recreate this in any of my websites running on 5.4.4. I have 6-8 sites running on it without any troubles so far, and have tested a number of new installs and upgrades trying to recreate the SMTP issue

Chris Hammond
Former DNN Corp Employee, MVP, Core Team Member, Trustee
Christoc.com Software Solutions DotNetNuke Module Development, Upgrades and consulting.
dnnCHAT.com a chat room for DotNetNuke discussions
 
New Post
8/8/2010 4:31 PM
 
Hi Chris - I believe it also depends on the .NET Framework you are running on. I think that this is actually a bug based on a RegEx Match issue and it works in the .40 framework. So what framework are you running on? Its obviously affecting many customers but I am not sure when the specifics are. We have documented several customers having this on the core DNN newsletter, our modules, and other 3rd party vendors (I can copy/paste relevant threads to those) For customers having the problem I have (for now) created a new 5.4.4 build that simply returns True for the ISHTML function and doesn't do the RegEx Match. For any customers having the problem and running on 5.4.4 you can contact us to get the update which can at least work as a work around. -Chad
 
New Post
8/8/2010 4:56 PM
 
Just a follow up...  With the most recent beta release of the 5.5 version I can still see the exact same code within the 5.5 code as exists within the 5.4.4 code but...

I did receive this email / comments from Shaun Walker directly:
" In 5.5 we made a change so that the IsHtml function is NOT called if you pass in a BodyFormat parameter of MailFormat.Html…

Before:

                'if body contains html, add html part

                If HtmlUtils.IsHtml(Body) Then

                    Dim HTMLView As System.Net.Mail.AlternateView = System.Net.Mail.AlternateView.CreateAlternateViewFromString(Body, Nothing, "text/html")

                    objMail.AlternateViews.Add(HTMLView)

                End If

After:

                'if body contains html, add html part

                If objMail.IsBodyHtml Then

                    Dim HTMLView As System.Net.Mail.AlternateView = System.Net.Mail.AlternateView.CreateAlternateViewFromString(Body, Nothing, "text/html")

                    objMail.AlternateViews.Add(HTMLView)

                End If

"

So - It does appear that this will be fixed in the 5.5 release even if the code isn't the most recent code avaliable for the beta. 

I have added this to a recent blog on this issue which summarizes these issues here.

-Chad

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Do Not upgrade to 5.4.4Do Not upgrade to 5.4.4


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out