Jump to content
  • 0

Donation FluxCP issues


Question

Posted

Hello, ive seen that theres so much issue on paypal donation lately. I've test it, the transaction is successful, but there is no log in fluxcp for the transaction and only thislog  added in paypal.log.php

[2019-04-28 07:00:06] Establishing connection to PayPal server at www.paypal.com:443...
[2019-04-28 07:00:06] Connected. Sending request back to PayPal...
[2019-04-28 07:00:06] Sent 1142 bytes of transaction data. Request size: 1287 bytes.
[2019-04-28 07:00:06] Reading back response from PayPal...
[2019-04-28 07:00:06] Notification failed to verify. (recv: <HTML><HEAD><TITLE>ACCESS DENIED</TITLE></HEAD><BODY><H1>ACCESS DENIED</H1>YOU DON'T HAVE PERMISSION TO ACCESS "HTTP&#58;&#47;&#47;WWW&#46;PAYPAL&#46;COM&#47;CGI&#45;BIN&#47;WEBSCR" ON THIS SERVER.<P>REFERENCE&#32;&#35;18&#46;2FE51CB8&#46;1556434806&#46;5B69004</BODY></HTML>)
[2019-04-28 07:00:06] Transaction invalid, aborting.

Anyone knows how to fix this ?

8 answers to this question

Recommended Posts

  • 0
Posted (edited)
3 hours ago, Emistry said:

re-check your paypal setting, it said clearly in the log, you have no permission to access the page on that server.

Paypal setting already correct. The payment also success. payment deducted and received but theres no log for it in fluxcp and credit isnt added automatically.

Ive tried asking in discord rAthena and someone also having this issue.

 

image.thumb.png.8195de7772dd96643977ad9265aec484.png

Edited by Chaos92
correct words
  • 0
Posted
2 hours ago, Universe said:

try to allow access to the notify url, and add that url on your ipn settings on your paypal account

IPN already added in paypal. Allow access from URL I think should be enabled normally.

  • 0
Posted
56 minutes ago, Chaos92 said:

IPN already added in paypal. Allow access from URL I think should be enabled normally.

What's your IPN? is it 'www.paypal.com' only?

	'AcceptDonations'			=> true,					// Whether or not to accept donations.
	'PayPalIpnUrl'				=> 'www.paypal.com',// The URL for PayPal's IPN responses (www.paypal.com for live and www.sandbox.paypal.com for testing)

 

  • 0
Posted
1 hour ago, iAmGnome said:

What's your IPN? is it 'www.paypal.com' only?


	'AcceptDonations'			=> true,					// Whether or not to accept donations.
	'PayPalIpnUrl'				=> 'www.paypal.com',// The URL for PayPal's IPN responses (www.paypal.com for live and www.sandbox.paypal.com for testing)

 

yes. www.paypal.com only.
 

'AcceptDonations'			=> true,					// Whether or not to accept donations.
	'PayPalIpnUrl'				=> 'www.paypal.com',// The URL for PayPal's IPN responses (www.paypal.com for live and www.sandbox.paypal.com for testing)

 

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...