I am getting this error in dblog. Where do I start looking to try and debug this?

http://domain.com/lm_paypal/ipn looks like a valid page with the IPN notice.

Comments

L-four’s picture

You get this when paypal sends you a IPN field that lm_paypal doesnt know about.

sksmithson’s picture

I get this as well - "IPN unknown field ignored: ipn_track_id => lZUJqarQaCH2uPVdd7.RNA" on current 7 dev version

So how do I fix this? The IPN records aren't getting written to the database due to this error.

L-four’s picture

I will push some updates to the IPN schema today, and i thinking about just putting all the unknown fields into a array an serializing them into the database. So they are not lost.

john franklin’s picture

Status: Active » Fixed

Looks like the extra IPN fields were added to the code in mid-June. I've also backported them to the 6.x-2.x branch.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.