astroroxy Posted September 1, 2014 Report Posted September 1, 2014 Paypal is not working, Attached is the entry in the log where it says error /callback/gw/1/paypal_payments_standard/?client_id=1 a:0:{} Success https://www.paypal.com/cgi-bin/webscr a:1:{s:3:"cmd";s:16:"_notify-validate";} Success /callback/gw/1/paypal_payments_standard/?client_id=1 s:7:"INVALID"; Error Quote
Cody Posted September 2, 2014 Report Posted September 2, 2014 Looks like you're blocking POST requests from PayPal's IPN, given that the POST data is empty: "a:0:{}" This could be one of two things: You have PHPIDS plugin enabled and it thinks PayPal's IPNs are attacks -- check your PHPIDS log, adjust settings as necessary, OR Your server is misconfigured and is not allowing POST data from PayPal's IPN service. Michael 1 Quote
astroroxy Posted September 3, 2014 Author Report Posted September 3, 2014 Looks like you're blocking POST requests from PayPal's IPN, given that the POST data is empty: "a:0:{}" This could be one of two things: You have PHPIDS plugin enabled and it thinks PayPal's IPNs are attacks -- check your PHPIDS log, adjust settings as necessary, OR Your server is misconfigured and is not allowing POST data from PayPal's IPN service. Hmm, Well I do not have phpids installed. It could be on paypals end. I was playing around with the IPN settings to get it to work with no luck. What's odd is when someone makes a paypal payment, there is no entry in the logs, just this one entry when I was messing with the IPN settings, and did a "resend". Is it normal not to have anything logged? Also is IPN required to be enabled, and what are the proper setttings? Thanks. Quote
Michael Posted September 3, 2014 Report Posted September 3, 2014 Hmm, Well I do not have phpids installed. It could be on paypals end. I was playing around with the IPN settings to get it to work with no luck. What's odd is when someone makes a paypal payment, there is no entry in the logs, just this one entry when I was messing with the IPN settings, and did a "resend". Is it normal not to have anything logged? Also is IPN required to be enabled, and what are the proper setttings? Thanks. You don't need it enabled but sometimes PayPal plays up, just because PayPal is PayPal... haha. http://yourdomain.com/callback/gw/paypal_payments_standard/ or if you installed Blesta in a folder http://yourdomain.com/foldername/callback/gw/paypal_payments_standard/ Quote
Cody Posted September 3, 2014 Report Posted September 3, 2014 Hmm, Well I do not have phpids installed. It could be on paypals end. I was playing around with the IPN settings to get it to work with no luck. What's odd is when someone makes a paypal payment, there is no entry in the logs, just this one entry when I was messing with the IPN settings, and did a "resend". That's no odd at all. Blesta doesn't know someone has payed with PayPal until PayPal sends the IPN. Is it normal not to have anything logged? It wouldn't be normal for nothing to be logged. But that's not the case for you. You are getting data logged. It just so happens that the POST data is empty, and that's not normal. Also is IPN required to be enabled, and what are the proper setttings? Thanks. You shouldn't need to change anything with your configuration. PayPal is clearly hitting your server with IPN requests. The problem is none of the post data comes in. I have no doubt PayPal would not just send empty data to you -- so it's definitely a software/server/firewall issue. What version of Blesta are you running? Quote
astroroxy Posted September 3, 2014 Author Report Posted September 3, 2014 It wouldn't be normal for nothing to be logged. But that's not the case for you. You are getting data logged. It just so happens that the POST data is empty, and that's not normal. The only happened when I was messing around with the IPN settings, now nothing happens You shouldn't need to change anything with your configuration. PayPal is clearly hitting your server with IPN requests. The problem is none of the post data comes in. I have no doubt PayPal would not just send empty data to you -- so it's definitely a software/server/firewall issue. I had to change it because it was setup for a different panel. What version of Blesta are you running? 3.2.2 Quote
INUMIO-Rob Posted October 4, 2016 Report Posted October 4, 2016 Sorry, please ignore this necro bump... wasn't looking at the OP date. Michael 1 Quote
jobplease Posted October 5, 2016 Report Posted October 5, 2016 Paypal is working fine here. No issues at all thank you Blesta. Paul 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.