Jump to content
  • 0
Chaos92

Donation FluxCP issues

Question

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 ?

Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 0
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
Link to comment
Share on other sites

  • 0
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.

Link to comment
Share on other sites

  • 0
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)

 

Link to comment
Share on other sites

  • 0
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)

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.