Automatix Posted December 2, 2012 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 10 Reputation: 0 Joined: 10/16/12 Last Seen: February 3, 2013 Share Posted December 2, 2012 (edited) I am having a small problem with FluxCP when it come to donations. In application.php I have the 'Server Address' as 183.202.xxx.xxx (the URL of my control panel obviously) In application.php I have the 'PayPalIPNUrl' as www.paypal.com Under my PayPal account I set up and activated an IPN with the IP http://183.202.xxx.x...e&action=notify Ok so when I do a test donate to my server (through the control panel, obviously), the money xfers into my PayPal account fine. Good. My IPN history from paypal shows 12/2/2012 - 87658(message ID)30984 - Sent - 34098527(Transaction ID)2130948 So that means PayPal succesfully communicated and sent a notification to my CP. Good. Next, the trouble starts. I do not get any credits for my donation. under paypal.log.php I get this: [2012-12-02 04:21:52] Received notification from 173.x.x.x (173.x.x.x) [2012-12-02 04:21:52] Query string: cmd=_notify-validate&mc (a long line of code) [2012-12-02 04:21:52] Establishing connection to PayPal server at www.paypal.com:80... [2012-12-02 04:21:52] Failed to connect to PayPal server: [0] php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution [2012-12-02 04:21:52] Transaction invalid, aborting. I am completely confused about what happens here. All I want is for the "Donation Credits" to Automatically go through. I feel like I am really close but possibly missing a step somewhere. Any help would be appreciated greatly. Edited December 2, 2012 by Automatix Link to comment Share on other sites More sharing options...
timo0o Posted August 16, 2013 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 29 Reputation: 1 Joined: 07/19/13 Last Seen: May 22, 2024 Share Posted August 16, 2013 (edited) I have the same problem. And fix for this issue? :-/ [2013-08-16 22:14:44] Establishing connection to PayPal server at www.sandbox.paypal.com:80... [2013-08-16 22:14:44] Connected. Sending request back to PayPal... [2013-08-16 22:14:44] Sent 1191 bytes of transaction data. Request size: 1344 bytes. [2013-08-16 22:14:44] Reading back response from PayPal... [2013-08-16 22:14:44] Notification failed to verify. (recv: ) [2013-08-16 22:14:44] Transaction invalid, aborting. Edited August 16, 2013 by timo0o Link to comment Share on other sites More sharing options...
Jasc Posted August 16, 2013 Group: Members Topic Count: 29 Topics Per Day: 0.01 Content Count: 270 Reputation: 20 Joined: 12/10/11 Last Seen: June 28, 2022 Share Posted August 16, 2013 Make sure that the email you set in applications.php is case sensitive, for some reason that fixed the same problem I had on a past server Link to comment Share on other sites More sharing options...
timo0o Posted August 17, 2013 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 29 Reputation: 1 Joined: 07/19/13 Last Seen: May 22, 2024 Share Posted August 17, 2013 Thanks for your answer. I've tested it. Same Problem. :-( Link to comment Share on other sites More sharing options...
Najara Posted August 17, 2013 Group: Members Topic Count: 36 Topics Per Day: 0.01 Content Count: 404 Reputation: 247 Joined: 12/17/11 Last Seen: Tuesday at 07:27 AM Share Posted August 17, 2013 This problem has to do with your notify.php, my friend ran into the same problem. She fixed by by following this screencast: http://screencast.com/t/dKCCSWnZVw Link to comment Share on other sites More sharing options...
timo0o Posted August 17, 2013 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 29 Reputation: 1 Joined: 07/19/13 Last Seen: May 22, 2024 Share Posted August 17, 2013 (edited) Hello. Thanks, but I have followed this screencast 1:1 before. The Problem is still there.... #Edit: problem Fixed. I had an outdated Version of Flux .... :-( Edited August 17, 2013 by timo0o Link to comment Share on other sites More sharing options...
Lai Posted February 1, 2014 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 58 Reputation: 4 Joined: 11/22/11 Last Seen: October 28, 2023 Share Posted February 1, 2014 Anyone know how to fix this? It suddenly started to happen for me. Link to comment Share on other sites More sharing options...
martooth Posted February 15, 2014 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 19 Reputation: 2 Joined: 04/30/13 Last Seen: December 15, 2014 Share Posted February 15, 2014 I'm getting the same issue here now too, just started happening this year. I just tried a fresh newest version of Xantara's Flux but it didn't help, anybody have any idea. [2014-02-15 19:47:28] Establishing connection to PayPal server at www.paypal.com:80... [2014-02-15 19:47:28] Connected. Sending request back to PayPal... [2014-02-15 19:47:28] Sent 1195 bytes of transaction data. Request size: 1340 bytes. [2014-02-15 19:47:28] Reading back response from PayPal... [2014-02-15 19:47:29] Notification failed to verify. (recv: ) [2014-02-15 19:47:29] Transaction invalid, aborting. Thats what my paypal.log.php is reading. Link to comment Share on other sites More sharing options...
Question
Automatix
I am having a small problem with FluxCP when it come to donations.
In application.php I have the 'Server Address' as 183.202.xxx.xxx (the URL of my control panel obviously)
In application.php I have the 'PayPalIPNUrl' as www.paypal.com
Under my PayPal account I set up and activated an IPN with the IP http://183.202.xxx.x...e&action=notify
Ok so when I do a test donate to my server (through the control panel, obviously), the money xfers into my PayPal account fine. Good.
My IPN history from paypal shows 12/2/2012 - 87658(message ID)30984 - Sent - 34098527(Transaction ID)2130948
So that means PayPal succesfully communicated and sent a notification to my CP. Good.
Next, the trouble starts. I do not get any credits for my donation.
under paypal.log.php I get this:
[2012-12-02 04:21:52] Received notification from 173.x.x.x (173.x.x.x)
[2012-12-02 04:21:52] Query string: cmd=_notify-validate&mc (a long line of code)
[2012-12-02 04:21:52] Establishing connection to PayPal server at www.paypal.com:80...
[2012-12-02 04:21:52] Failed to connect to PayPal server: [0] php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution
[2012-12-02 04:21:52] Transaction invalid, aborting.
I am completely confused about what happens here. All I want is for the "Donation Credits" to Automatically go through. I feel like I am really close but possibly missing a step somewhere. Any help would be appreciated greatly.
Edited by AutomatixLink to comment
Share on other sites
7 answers to this question
Recommended Posts