Re: Paypal and Payment Problems
Well, I too am having this problem with two of my sites.
www.freenetworkinginternational.com/Cart
and
https://www.animalartbysandy.com
Anyone get anywhere with this?
I have triple checked my paypal settings installed and uninstalled and installed the paypal module to no avail.
Thanks,
Lee
Re: Paypal and Payment Problems
My error logs look like this:
Fri Nov 2006 20:08 -- IPN NOTICE::Got past language loads
Fri Nov 2006 20:08 -- IPN INFO - POST VARS
payment_date=18%3A08%3A37+Nov+17%2C+2006+PST
&txn_type=web_accept
&last_name=Moon
&residence_country=US
&item_name=www.FreeNetworkingInternational.com...+++Online+Store+Purchase
&payment_gross=8.00
&mc_currency=USD
&business=Webmaster%40FreeNetworkingInternational.com
&payment_type=instant
&verify_sign=AjhoPeOYJByfDiJ4j1-..vR99ppQADunhpg64ZCGmL5rb6G43fY3F.t7
&payer_status=verified
&tax=0.00
&payer_email=Lee%40sinsweb.org
&txn_id=0TL39333A85260640
&quantity=1
&receiver_email=Webmaster%40FreeNetworkingInternational.com
&first_name=Lee
&payer_id=NUEK5RX6QKRP6
&receiver_id=DFQ2DY73Q7YSW
&item_number=1
&payer_business_name=Sins+Web
&payment_status=Completed
&payment_fee=0.53
&mc_fee=0.53
&shipping=0.00
&mc_gross=8.00
&custom=zenid%3D02a3a647f995f9e22a9d1765d20a856b
&charset=windows-1252
¬ify_version=2.1
&cmd=_notify-validate
Fri Nov 2006 20:08 -- IPN INFO - CURL INFO
HTTP/1.1 200 OK
,Date: Sat, 18 Nov 2006 02:08:46 GMT
,Server: Apache/1.3.33 (Unix) mod_gzip/1.3.26.1a mod_ssl/2.8.22 OpenSSL/0.9.7e
,Set-Cookie: cookie_check=yes; expires=Tue, 15-Nov-2016 02:08:46 GMT; path=/; domain=.paypal.com
,Set-Cookie: Apache=74.52.131.146.323281163815726147; path=/; expires=Mon, 10-Nov-36 02:08:46 GMT
,Connection: close
,Transfer-Encoding: chunked
,Content-Type: text/html; charset=UTF-8
,
,8
,VERIFIED
,0
,
Fri Nov 2006 20:08 -- IPN WARNING::Transaction email address not matched. From IPN = Webmaster AT FreeNetworkingInternational DOT com: From CONFIG = Webmaster AT freenetworkinginternational DOT com
Fri Nov 2006 20:08 -- IPN FATAL ERROR::Transaction did not validate
But I can not find CONFIG= anywhere...
Re: Paypal and Payment Problems
It also is not sending the items I purchase to paypal. It just says purchase for so and so website...
Re: Paypal and Payment Problems
Look at your email address- They Do Not MatCh they are case sensitive.
Re: Paypal and Payment Problems
YES! But in the config they are the same exactly... I can't find where else to change it...
http://www.freenetworkinginternational.com/snag2.bmp
Re: Paypal and Payment Problems
They match now and it still does not work:
Fri Nov 2006 21:39 -- IPN INFO - CURL INFO
HTTP/1.1 200 OK
,Date: Sat, 18 Nov 2006 03:39:49 GMT
,Server: Apache/1.3.33 (Unix) mod_gzip/1.3.26.1a mod_ssl/2.8.22 OpenSSL/0.9.7e
,Set-Cookie: cookie_check=yes; expires=Tue, 15-Nov-2016 03:39:49 GMT; path=/; domain=.paypal.com
,Set-Cookie: Apache=74.52.131.146.19071163821189571; path=/; expires=Mon, 10-Nov-36 03:39:49 GMT
,Connection: close
,Transfer-Encoding: chunked
,Content-Type: text/html; charset=UTF-8
,
,8
,VERIFIED
,0
,
Fri Nov 2006 21:39 -- IPN WARNING::Transaction email address not matched. From IPN = Webmaster AT FreeNetworkingInternational DOT com: From CONFIG = Webmaster AT FreeNetworkingInternational DOT com
Fri Nov 2006 21:39 -- IPN FATAL ERROR::Transaction did not validate
And on the success order screen I get no order #
http://www.freenetworkinginternational.com/snag3.bmp
Re: Paypal and Payment Problems
you know i just noticed the ipn is putting a : at the end of the email address... could this be the problem?
Re: Paypal and Payment Problems
nope then it won't let me send the payment... and there is no : in my paypal account settings...
Dare I say perhaps the script is incorrect somewheres...
Re: Paypal and Payment Problems
I am still at this end:
IPN WARNING::Transaction email address not matched. From IPN = [email protected]: From CONFIG = Webmaster AT FreeNetworkingInternational DOT com
That : in there is messing it up. I can't get around it. I have contact paypal and waiting on their reply.
I also wonder why I can not longer POST anywhere other than this thread..... That isn't very friendly. Seems alot of people have this issues and I can't talk to any of them....
Re: Paypal and Payment Problems
My Problem:: solved (possibly not your problem)
I was having a probleem a few pages back. It turns out that there was a change made to our apache configuration.
in the security mod config file, the setting to require a USER-CLIENT (browser version) must be turned off - the PAYPAY IPN process, when it contacts your site, does not transmit a browser (MOZILLA, for example).
Simply comment out the line in the config that contains this setting.
That's what worked for me, anyway.