XFileSharing Pro - PayPal IPN not working (Error HTTP) + no payment email

Message
Author
qq_bbq
Posts: 122
Joined: Jul 05, 2009 11:33 pm

PayPal IPN not working (Error HTTP) + no payment email

#1 Postby qq_bbq » Aug 06, 2009 2:24 pm

Code: Select all

Below is the code in ipn_log.txt
1. What is this "Error HTTP"?
2. I see the payment in the PayPal account but there's no payment notification email from PayPal?


Wed Aug 5 21:57:06 2009 : Prepared POST data: $VAR1 = {
'payer_id' => '******',
'verify_sign' => '******',
'residence_country' => 'GB',
'custom' => '657890520',
'txn_id' => '******************',
'payment_gross' => '******',
'receiver_id' => '78GQK4CUFHDCA',
'last_name' => '******',
'receiver_email' => '******',
'item_number' => '',
'payment_type' => 'instant',
'business' => '******',
'shipping' => '0.00',
'payment_status' => 'Completed',
'payer_email' => '******',
'transaction_subject' => '657890520',
'quantity' => '1',
'txn_type' => 'web_accept',
'charset' => 'windows-1252',
'payment_fee' => '******',
'tax' => '0.00',
'item_name' => 'Premium Account',
'notify_version' => '2.8',
'mc_gross' => '******',
'payment_date' => '20:59:53 Aug 05, 2009 PDT',
'handling_amount' => '0.00',
'mc_fee' => '******',
'protection_eligibility' => 'Ineligible',
'payer_status' => 'unverified',
'first_name' => '******',
'mc_currency' => 'USD'
};

Wed Aug 5 21:57:06 2009 : Got answer: LWP will support https URLs if either Crypt::SSLeay or IO::Socket::SSL
is installed. More information at
<http://search.cpan.org/dist/libwww-perl/README.SSL>.

Wed Aug 5 21:57:06 2009 : Error HTTP
Last edited by qq_bbq on Aug 06, 2009 3:34 pm, edited 2 times in total.

qq_bbq
Posts: 122
Joined: Jul 05, 2009 11:33 pm

#2 Postby qq_bbq » Aug 06, 2009 2:29 pm

Dup post.

User avatar
PilgrimX182
Posts: 2186
Joined: Mar 22, 2006 1:39 pm

#3 Postby PilgrimX182 » Aug 06, 2009 4:09 pm

Install Crypt::SSLeay perl module.

qq_bbq
Posts: 122
Joined: Jul 05, 2009 11:33 pm

#4 Postby qq_bbq » Aug 06, 2009 6:59 pm

OK I just installed it now, won't know if that fixes it or not until get next order. Will post an update later.

Does this mean I need to get a SSL cert for my site?

User avatar
PilgrimX182
Posts: 2186
Joined: Mar 22, 2006 1:39 pm

#5 Postby PilgrimX182 » Aug 06, 2009 7:48 pm

It's enough. I said what it's meant to bo done.