You need to Register for free and Login to post a message in the forum.

Forum

DotNetNuke Feedback Module - Issue 54
Last Post 2012-01-18 05:07 PM by Joseph Craig. 34 Replies.
Printer Friendly
  •  
  •  
  •  
  •  
  •  
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Page 1 of 212 > >>
Author Messages
Lee SykesUser is Offline
DNN Creative Staff
Nuke Master VI
Nuke Master VI
Posts:4945
Avatar

--
2010-03-01 09:43 AM
    Add any comments or questions regarding the DotNetNuke Feedback Module tutorial from Issue 54


    Lee Sykes
    Site Administrator
    Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts

    Twitter: www.twitter.com/DNNCreative

    Lee Sykes's Facebook Profile
    Martin DesaulniersUser is Offline
    Nuke Newbie
    Nuke Newbie
    Posts:2

    --
    2010-03-02 10:51 PM
    I just registed to your manazine. I don't found any link to watch the video tutorial ? I keep circuling around the same page. Can you help ?


    Lee SykesUser is Offline
    DNN Creative Staff
    Nuke Master VI
    Nuke Master VI
    Posts:4945
    Avatar

    --
    2010-03-03 07:33 AM
    Hello,

    To access most of the videos you have to subscribe:
    http://www.dnncreative.com/Subscrib...fault.aspx

    If you have already subscribed and do not have access email me your receipt and I will look into it immediately.

    If you are looking for free content have a look here:
    http://www.dnncreative.com/Home/Fre...fault.aspx

    Thanks,


    Lee Sykes
    Site Administrator
    Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts

    Twitter: www.twitter.com/DNNCreative

    Lee Sykes's Facebook Profile
    jesp18User is Offline
    Nuke Active Member
    Nuke Active Member
    Posts:23

    --
    2010-03-03 12:31 PM

    Hi Lee,

    I've installed the Feedback Module on my local installation (DNN 5.1.4). I've added some categories and subjects and changed the settings. No problems so far.
    When I fill in the form and send it I get an error (see attachements).

    Can you help me with this?

    Thanks and kind regards,
    Jeannine


    13331820071.gif
    13331860054.gif

    Joseph CraigUser is Offline
    DNN Creative Support
    Nuke Master VI
    Nuke Master VI
    Posts:9008
    Avatar

    --
    2010-03-03 12:51 PM
    Check your installation's Event Log and post the more detailed error message that you'll find there.

    Also, is SMTP setup?  Have you successfully sent emails from the system?



    Joe Craig, DNN Creative Support

    Subscribe to DNNCreative
    I recommend PowerDNN for DotNetNuke Hosting.
    jesp18User is Offline
    Nuke Active Member
    Nuke Active Member
    Posts:23

    --
    2010-03-03 01:07 PM
    Hi, I've checked my smtp settings and also did a test. Email was send succesfully.

    Event log.

    ModuleId
    : 436
    ModuleDefId: 110
    FriendlyName: Contactformulier
    ModuleControlSource: DesktopModules/Feedback/Feedback.ascx
    AssemblyVersion: 5.1.4
    PortalID: 0
    PortalName: K2 Infra - Consultants
    UserID: 1
    UserName: hostus01
    ActiveTabID: 63
    ActiveTabName: Organisatie
    RawURL: /k2infra/Organisatie.aspx
    AbsoluteURL: /K2Infra/Default.aspx
    AbsoluteURLReferrer: http://localhost/k2infra/Organisatie.aspx
    UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; GTB6.4; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.21022; .NET CLR 3.5.30729; OfficeLiveConnector.1.3; OfficeLivePatch.0.0; .NET CLR 3.0.30729)
    DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
    ExceptionGUID: 70d7d233-e879-4d4b-8c06-5ed1f2fb816c
    InnerException: Value cannot be null. Parameter name: pattern
    FileName:
    FileLineNumber: 0
    FileColumnNumber: 0
    Method: System.Text.RegularExpressions.Regex..ctor
    StackTrace:
    Message: DotNetNuke.Services.Exceptions.ModuleLoadException: Value cannot be null. Parameter name: pattern ---> System.ArgumentNullException: Value cannot be null. Parameter name: pattern at System.Text.RegularExpressions.Regex..ctor(String pattern, RegexOptions options, Boolean useCache) at System.Text.RegularExpressions.Regex.Match(String input, String pattern) at DotNetNuke.Modules.Feedback.Feedback.IsEmail(String Email, Int32 portalid) at DotNetNuke.Modules.Feedback.Feedback.cmdSend_Click(Object sender, EventArgs e) --- End of inner exception stack trace ---
    Source:
    Server Name: PC_VAN_JEANNINE

    Kind regards, Jeannine


    Joseph CraigUser is Offline
    DNN Creative Support
    Nuke Master VI
    Nuke Master VI
    Posts:9008
    Avatar

    --
    2010-03-03 01:15 PM
    Hmmm.

    You might want to try adjusting the modules settings to see if you can determine which parameter is causing the problem.  For example, turn off moderation and turn off categories.  If you have checked "Use category value as Send To" turn that off and make sure that there is a valid email address in the Send To setting.

    The problem appears to be related to an email address, so pay attention to the module settings related to email addresses.



    Joe Craig, DNN Creative Support

    Subscribe to DNNCreative
    I recommend PowerDNN for DotNetNuke Hosting.
    jesp18User is Offline
    Nuke Active Member
    Nuke Active Member
    Posts:23

    --
    2010-03-03 01:33 PM
    Hello,

    It's going wrong when I enable the setting: Use Category value as Send To. There is a valid email address in the value field (see attachment). It looks like the system is not picking up this value.

    When I disable this setting email is sent.

    Kind regards, Jeannine



    133333557571.gif

    Joseph CraigUser is Offline
    DNN Creative Support
    Nuke Master VI
    Nuke Master VI
    Posts:9008
    Avatar

    --
    2010-03-03 01:45 PM
    I've never used this option before.  I believe that Lee does discuss category values in the current tutorial (I haven't actually had a chance to view it yet), so you might want to review that if you haven't already done so.

    But, at least we've located the source of the problem.



    Joe Craig, DNN Creative Support

    Subscribe to DNNCreative
    I recommend PowerDNN for DotNetNuke Hosting.
    jesp18User is Offline
    Nuke Active Member
    Nuke Active Member
    Posts:23

    --
    2010-03-03 02:19 PM
    Hi Joe,

    Lee does discuss the category values and yes, I've viewed them. I followed the tutorial, but I still got the error.
    It seems like the module is not picking up the list value for the category.
    Maybe Lee can have a look at it again. Maybe it's an DNN 5.1.4 issue?

    Kind regards, Jeannine


    Lee SykesUser is Offline
    DNN Creative Staff
    Nuke Master VI
    Nuke Master VI
    Posts:4945
    Avatar

    --
    2010-03-03 02:40 PM
    Hello,

    I just tested this in 5.1.4 and get the same error, I would suggest upgrading to the latest version.

    Thanks,


    Lee Sykes
    Site Administrator
    Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts

    Twitter: www.twitter.com/DNNCreative

    Lee Sykes's Facebook Profile
    jesp18User is Offline
    Nuke Active Member
    Nuke Active Member
    Posts:23

    --
    2010-03-04 09:00 AM
    Hi Lee,

    Thanks for this answer. I never did an upgrade till now. So another challenge for me.

    Kind regards, Jeannine


    Lee SykesUser is Offline
    DNN Creative Staff
    Nuke Master VI
    Nuke Master VI
    Posts:4945
    Avatar

    --
    2010-03-04 10:22 AM
    you will want to watch this:
    How to Upgrade DotNetNuke (Auto Merge Method) (v4.6.2 to v5+)

    It's the method to use for DNN 5

    I would also recommend you do a test upgrade on a localhost backup of your website before attempting it on the live website.

    Also, make sure you have a full backup of your live website before attempting it on the Livesite - usually if you don't have a backup it goes wrong + if you do have a backup it goes perfectly ;-)

    How to backup a live hosted DotNetNuke website and restore it to a localhost installation


    Lee Sykes
    Site Administrator
    Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts

    Twitter: www.twitter.com/DNNCreative

    Lee Sykes's Facebook Profile
    jesp18User is Offline
    Nuke Active Member
    Nuke Active Member
    Posts:23

    --
    2010-03-04 12:53 PM
    Hi Lee and Joe,

    Thanks for the great and fast support!

    Kind regards, Jeannine


    David SnowUser is Offline
    Nuke Master
    Nuke Master
    Posts:150

    --
    2010-03-04 06:54 PM
    For a simple module this one has caused me no end of grief over the years. I use Google apps for my email provider. They have very strange settings and also you can’t send yourself emails. As a result I use WebMaster@AgingSafely.com as the admin address and DavidWSnow@AgingSafely.com for to receive email. Google also uses SLL and strange ports. I have yet to have DNN allow me to specify a port (465) on the line with smtp.gmail.com. However, DNN or Google seem to do the right things and the mail comes thru. However, if the users is not logged in and fills out the message using their email address I don’t receive the email address in the email. This makes the module somewhat useless. For example I as a test I get “Test message Submitted By: Dave Snow” I am using the current feedback module but and older version of DNN. /Dave Snow


    David SnowUser is Offline
    Nuke Master
    Nuke Master
    Posts:150

    --
    2010-03-04 09:14 PM
    After hours of screwing around I proved that Google won't let you send emails using anyones elses name. That was causing it to look like WebMaster@AgingSafely was sending the Feedback not the purson filling out the form. Verizon isn't so security minded and if I use them as the SMTP server then the feedback "looks" as if it was sent by the email address entered on the form. /Dave


    Martin DesaulniersUser is Offline
    Nuke Newbie
    Nuke Newbie
    Posts:2

    --
    2010-03-04 09:59 PM
    What is your email ?  I have your receipt and the PayPal receipt also.

    I want to get to this tutorial : http://www.dnncreative.com/Tutorial...fault.aspx

    and right now, there is only a description of the video (even when I'm login ... my name appear on the top right of the web site beside logout.


    Lee SykesUser is Offline
    DNN Creative Staff
    Nuke Master VI
    Nuke Master VI
    Posts:4945
    Avatar

    --
    2010-03-08 09:11 PM
    Hi Martin,

    Please contact me direct for subscription enquiries email: lee at dnncreative.com

    Please email me your receipt and username on DNN Creative and I will give you immediate access. It's best to email me direct for subscription enquires as forum posts can be easily missed.

    Many Thanks,


    Lee Sykes
    Site Administrator
    Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts

    Twitter: www.twitter.com/DNNCreative

    Lee Sykes's Facebook Profile
    sglindoUser is Offline
    Nuke Newbie
    Nuke Newbie
    Posts:2

    --
    2010-03-28 02:29 PM
    So where exactly is the feedback module. I can't seem to find it listed anywhere in my installation (Ver 5.02.03). Or does it need to be downloaded.


    Joseph CraigUser is Offline
    DNN Creative Support
    Nuke Master VI
    Nuke Master VI
    Posts:9008
    Avatar

    --
    2010-03-28 08:37 PM
    Logged in as host, visit the Host, Extensions page and click the "Install Available Updates" link at the bottome of the page.  The Feedback module should be listed there.  If not, you will have to download and install it separately.



    Joe Craig, DNN Creative Support

    Subscribe to DNNCreative
    I recommend PowerDNN for DotNetNuke Hosting.
    You are not authorized to post a reply.
    Page 1 of 212 > >>


    Active Forums 4.3

    Latest Forum Posts

    iPhone website logo in DNN root directory by JohnnieD
    I'm trying to put an iPhone logo that I made into my site so when someone saves the website on their
    RE: Fixed size container by Joseph Craig
    Use an HTML module and style the container to have a fixed height and width. Set the overflow attr
    Fixed size container by Aggiedan97
    I am looking for advice or an actual container that has a fixed height (and width). An HTML module w
    RE: DNN 6.1 app_offline.htm by Joseph Craig
    If the site "works" in Chrome, Firefox and Safari, but not in IE8 look to IE8 as the problem. It is
    RE: DNN site automatically redirects to a different domain name. by Joseph Craig
    Make a copy what is in the portalalias table and then remove all but the localhost entry. Verify th
    DNN 6.1 app_offline.htm by Dave Hassall
    Hi As recommended I have successfully been using the app_offline.htm whilst performing upgrades t
    RE: DNN site automatically redirects to a different domain name. by imran shaikh
    Hi i have done same as mention in this post my dnn folder name is Trademaxomanupg with
    Enforce Terms Tutorial Update by Vistalogix Corporation
    I tried configuring my DNN 6.1.2 install to have a required "accept terms" checkbox as described in
    RE: Best Practices for Modifying a Custom Module by Joseph Craig
    Start up the development website, then install the module using the package that you have. Then, yo
    Best Practices for Modifying a Custom Module by schilders
    Good Morning, I'm needing to modify a custom built module created by another developer targeted f
    RE: Admin menu problem by alireza arabiyan
    hi in localhost i have http://localhost/senf/خانه.aspx and http://localhost/senf/Admi
    RE: Admin menu problem by Joseph Craig
    Yes, that is what you should have done. What is the URL for your home page? What is the URL for
    RE: Admin menu problem by alireza arabiyan
    hi first in localhost i add my domain.com as portal alias. then copy all files to host , restore my
    RE: Admin menu problem by Joseph Craig
    How did you move it? Have you added an entry in the portalalias table for the site's domain name?
    RE: Re: SQL SERVER 2008 R2 Remote connection by Joseph Craig
    Set up a user with dbo privileges and set the connection string for that user, rather than using Win
    Re: SQL SERVER 2008 R2 Remote connection by Prakasam Srinivasan
    I have successfully configured MSSQL Server 2008 r2 remote connection. I am using windows 7 and it h
    Admin menu problem by alireza arabiyan
    hi i installed dnn 6 on localhost and move it in my host, all link's , pages and modules are ok,
    RE: dnn 4.4 upgrade issue by imran shaikh
    Thanks you all it is done by renaming release.config to web.config procedure
    RE: dnn 4.4 upgrade issue by imran shaikh
    Thanks you all it is done by renaming release.config to web.config
    dnn 4.4 upgrade issue by imran shaikh
    hi this is imran i am upgrading dnn 4.4 to dnn 6.0.2 and getting this error please help me for this
    You are not logged in.
    You must log in to access all 
    650+ videos, tutorials, podcasts, and more.
    RSS Feeds