Jump to content

Recommended Posts

Posted

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:

 

  1. You have PHPIDS plugin enabled and it thinks PayPal's IPNs are attacks -- check your PHPIDS log, adjust settings as necessary, OR
  2. Your server is misconfigured and is not allowing POST data from PayPal's IPN service.
Posted
  On 9/2/2014 at 3:36 PM, Cody said:

 

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:

 

  1. You have PHPIDS plugin enabled and it thinks PayPal's IPNs are attacks -- check your PHPIDS log, adjust settings as necessary, OR
  2. 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.

Posted
  On 9/3/2014 at 8:09 AM, astroroxy said:

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/
Posted
  On 9/3/2014 at 8:09 AM, astroroxy said:

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.

  On 9/3/2014 at 8:09 AM, astroroxy said:

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.

  On 9/3/2014 at 8:09 AM, astroroxy said:

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?

Posted
  On 9/3/2014 at 3:07 PM, Cody said:

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

  On 9/3/2014 at 3:07 PM, Cody said:

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.

  On 9/3/2014 at 3:07 PM, Cody said:

What version of Blesta are you running?

3.2.2

  • 2 years later...

Join the conversation

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

Guest
Reply to this topic...

×   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...