Great Ideas. Always Flowing.

We are not happy until you are happy. Client satisfaction guaranteed. Whatever your needs and requirements, we have the skills and resources for the job!

Quick login...


Or... now make it easy with Facebook Integration
Connect via Facebook



Top Sellers

Frustrated over the lack of customization for your user's registration fields? Dynamically setup your DNN Portal with custom registration fields, layout, questions, and other core integration options......

Ultra Video Gallery is a brother product of Ultra Media Gallery, UVG allows you to upload videos in various format and automatically encode them to flv or H264 format, you also can add videos from internet or record live videos from your webcam.

Build high performance, completely customizable data-entry forms and views driven by your DNN and external databases. New built-in tools make it a snap to quickly create data entry forms, data views, and even database tables. Plus, add your own HTML, CSS, Javascript, SQL commands, stored procedures,

The most advanced DotNetNuke shopping cart on the planet. Easy to use e-Commerce, Secure Shopping Cart Software and SEO friendly. B2C / B2B Ecommerce Sites.

One stop solution for events calendar and events registration! FREE DOWNLOAD is available now!

Failed PayPal IPN response
Last Post 12-16-2009 08:36 AM by Troy. 14 Replies.
AddThis - Bookmarking and Sharing Button Printer Friendly
  •  
  •  
  •  
  •  
  •  
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
Mike EmryUser is Offline
going with the flow
going with the flow
Posts:44
Avatar

--
09-06-2009 09:40 AM

    I am getting failed attempts by PayPal to pass back the IPN response.    It goes to a page that only has a "Save" link and a "Submit" button.   Any thoughts?

    David ToUser is Offline
    river guide
    river guide
    Posts:2719
    Avatar

    --
    09-06-2009 01:54 PM
    Hi, if you look under Admin / Event Viewer, what specific message or error are you getting? Also, what form completion events are tied to what Paypal process? -- David
    Mike EmryUser is Offline
    going with the flow
    going with the flow
    Posts:44
    Avatar

    --
    09-06-2009 06:47 PM
    I get:

    Dynamic Forms PayPal Web Response Status: 200
    PayPal Response: INVALID
    Payment Status: Nothing (Setting to Other to Process txn_type)
    Txn_type: Nothing
    Event UserID: : -1
    Server Name: GENERIC37

    and:

    Event UserID: -1
    PayPalReturnID: 2a7293d0-27e6-40d7-8761-0ee483bd29e9
    Server Name: GENERIC37

    I have email events based on examples other successfully shared in the forum. I have separately working the redirect events.

    Mike
    Mike EmryUser is Offline
    going with the flow
    going with the flow
    Posts:44
    Avatar

    --
    09-07-2009 09:52 AM

    I figured this issue out.   I had my status field for the IPN response as read only.  Changed that and that part worked.  Still no emails triggered. I did receive the following exception:

     

    AssemblyVersion: 04.09.05
    PortalID: 0
    PortalName: Worldwide Marriage Encounter Section 12
    UserID: -1
    UserName:
    ActiveTabID: 709
    ActiveTabName: Weekend Reg TEST
    RawURL: /WeekendRegTEST/tabid/709/PayPalReturn/True/Notify/IPN/UniqueCompletionID/f2a1a98c-d5a1-4ece-adda-184b9780063e/FormModuleID/2965/language/en-US/Default.aspx
    AbsoluteURL: /Default.aspx
    AbsoluteURLReferrer:
    UserAgent:
    DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
    ExceptionGUID: bde3afa2-5758-46d3-bd30-4469dd13662f
    InnerException: Unhandled Error:
    FileName:
    FileLineNumber: 0
    FileColumnNumber: 0
    Method: DataQ.HttpModules.MobileHandler.Application_BeginRequest
    StackTrace:
    Message: System.Exception: Unhandled Error: ---> System.NullReferenceException: Object reference not set to an instance of an object. at DataQ.HttpModules.MobileHandler.Application_BeginRequest(Object source, EventArgs e) at System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) --- End of inner exception stack trace ---
    Source:
    Server Name: GENERIC37

    CandaceUser is Offline
    river guide
    river guide
    Posts:2431
    Avatar

    --
    09-08-2009 09:46 AM

    Hi Mike,

    Glad you figured out the IPN status field.  There are a few areas to check if emails are not firing:

    1.  Make sure your email event is linked to PayPal Status Completed (Standard) if this is a purchase.  Or for subscriptions, set it to Completed (Subscription Payment)  or Completed (Subscription Sign up).

    2.  Go to Admin, Newsletters and try to send yourself a test email from here.  If you receive this, go to #3.  If you don't receive this, go to Host, Host Settings and check your SMTP settings.  You may have to work with your hosting company to configure this properly.  Our modules use the same email functions as the DNN core so we want to make sure there are no issues here.

    3.  Are you using a PayPal Sandbox account to test?  If you are, please make sure that a) Payment Review is disabled for both personal and business accounts and b) your personal (buyer) account has funds for the transaction.

    4.  Also, for your email event, make sure you select 'any field response' or a specific response.  Don't leave it with 'Select Dynamic Field.'

    Let me know what happens, ok?  Thanks!

    Candace

     

    Mike EmryUser is Offline
    going with the flow
    going with the flow
    Posts:44
    Avatar

    --
    09-08-2009 06:43 PM
    This still doesn't work. Although I get a slightly different result than at first, I still get:

    AssemblyVersion: 04.09.05
    PortalID: 0
    PortalName: Worldwide Marriage Encounter Section 12
    UserID: -1
    UserName:
    ActiveTabID: 709
    ActiveTabName: Weekend Reg TEST
    RawURL: /WeekendRegTEST/tabid/709/PayPalReturn/True/Notify/IPN/UniqueCompletionID/91019748-634f-4f21-8759-a3ff7cc743f0/FormModuleID/2969/language/en-US/Default.aspx
    AbsoluteURL: /Default.aspx
    AbsoluteURLReferrer:
    UserAgent:
    DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
    ExceptionGUID: dd854f77-1683-4f07-9c48-92e181a6c1fd
    InnerException: Unhandled Error:
    FileName:
    FileLineNumber: 0
    FileColumnNumber: 0
    Method: DataQ.HttpModules.MobileHandler.Application_BeginRequest
    StackTrace:
    Message: System.Exception: Unhandled Error: ---> System.NullReferenceException: Object reference not set to an instance of an object. at DataQ.HttpModules.MobileHandler.Application_BeginRequest(Object source, EventArgs e) at System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) --- End of inner exception stack trace ---
    Source:
    Server Name: GENERIC37


    The status does not get updated. The PayPal status is "Failed". The following is retrying prior to a fail:

    80L136431J272983C
    Date/time created9/8/2009 20:37 PDT
    Original/ResentOriginal
    Latest delivery attempt date/time9/8/2009 20:41 PDT
    Notification URLhttp://www.wwme12.org/WeekendRegTES...fault.aspx
    HTTP response code 500
    Delivery statusRetrying
    No. of retries1
    Transaction ID0XB518719G936784L


    Mike
    Mike EmryUser is Offline
    going with the flow
    going with the flow
    Posts:44
    Avatar

    --
    09-08-2009 07:16 PM
    By the way, I am on DNN 4.9.5, using Dynamic Forms 03.00.10
    CandaceUser is Offline
    river guide
    river guide
    Posts:2431
    Avatar

    --
    09-10-2009 08:09 AM

    Hi Mike,

    So this a situation where the original PayPal transaction failed, right?  Let me put this aside for a moment and try to resolve the email issue first.

    In Admin, Event Viewer, please enable logging for Debug Info.  Try a new test and then go back to Event Viewer. If everything is set right, you should see the different events firing as you receive the IPNs.  Does your email fire off at this point?  What do you see in Event Viewer?

    Thanks!
    Candace

    P.S.  We just released the DF 3.00.30 patch.  Get it from Patches and Hotfixes in Snowcovered so you have the latest build.  Thanks!
     

    Mike EmryUser is Offline
    going with the flow
    going with the flow
    Posts:44
    Avatar

    --
    09-11-2009 04:30 AM

    Installed the current patch.  Same result.   I had PowerDNN (my hosting provider) check.   They didn't see anything.  They said if you ned RDP access the could provide it.  The PowerDNN ticket # is GOZ-456208

    Mike

    Chad NashUser is Offline
    Posts:5260
    Avatar

    --
    09-11-2009 09:01 AM
    It looks like there is a conflict I think... I notice in the error message this:

    DataQ.HttpModules.MobileHandler

    Can you tell me if you have another module that might be causing a problem, when I google this I think something called MobiNuke? Can you disable this and that might help to determine if its a conflict?

    -Chad
    Mike EmryUser is Offline
    going with the flow
    going with the flow
    Posts:44
    Avatar

    --
    09-11-2009 12:22 PM
    I uninstalled Mobinuke (I hadn't gone far in configuring it). That cleared the issue I had. Thanks!
    Marcus NaidooUser is Offline
    skipping stones
    skipping stones
    Posts:5
    Avatar

    --
    10-27-2009 12:27 AM

    Also remember that after unistalling the module in module definitions you will need to delete the following entries from the web.config file :-
     <!--Added by mobiNuke-->

          <addname="MobileHandler"type="DataQ.HttpModules.MobileHandler" />
     
         
          <!--Added by mobiNuke-->
          <addname="MobiNavigationProvider"type="DataQ.NavigationControl.MobiNavigationProvider" />


    It took me a while to figure this out so I thought I would save you the hassle by posting it on here.

    t-boneUser is Offline
    river guide
    river guide
    Posts:77
    Avatar

    --
    12-11-2009 06:01 AM
    I'm having sort of the same problem.. the PayPal IPN or something isn't allowing the email to be sent out. I can see in the Sandbox IPN status page that they're being sent.. but the dynamic form isn't reading them and/or firing the email off on Completed (Standard).

    I verified that any response is selected on the email completion event. I can see Paypal events in the Event Log.. but no errors.

    I'm new to the whole IPN thing & and dynamic forms.. I'm having a heck of a time finding a good tutorial on IPN handling in dynamic forms.


    David ToUser is Offline
    river guide
    river guide
    Posts:2719
    Avatar

    --
    12-11-2009 06:26 AM
    HI, can ou first verify that your SMTP settings work by going to Admin / Newsletter and emailing yourself a newsletter first to see if that works? -- David
    TroyUser is Offline
    skipping stones
    skipping stones
    Posts:9
    Avatar

    --
    12-16-2009 08:36 AM

    I am having similar issues with getting the events to fire after payment from PayPal.

    SMTP is working.

    Here is the debug info I get upon submission.

    Processing Event: - This event is linked to this TXN_TYPE - Payment Complete
    Event Type: PDF
    Txn_type: RedirectSucess
    User Response:
    Event Response:
    Module ID:: 560
    Processing UserID: : 1
    Processing User Name: : HostAdmin
    Server Name: GEORGE

     

    And

     

    Processing Event: - This event is linked to this TXN_TYPE - Confirmation E-mail
    Event Type: Email
    Txn_type: RedirectSucess
    User Response:
    Event Response:
    Module ID:: 560
    Processing UserID: : 1
    Processing User Name: : HostAdmin
    Server Name: GEORGE

    You are not authorized to post a reply.


     
     

    Join our mailing list...

    Get current news and events the easy way
    Subscribe Me

    Recent Blogs...

     
    Copyright 2005 - 2011 by Data Springs, Inc.
     
  • film izle
  • 720 izle
  • film
  • sinema izle
  • film makinesi
  • T�rk�e dublaj film
  • film izle
  • film izle
  • baglan film izle
  • sinema izle
  • 1080 film izle
  • film mercegi