Post by calderwood » Fri Apr 22, 2016 12:04 am

On a fresh install of 2.2 I am getting errors in sandbox with PP Express and PP Pro. I have OC1.54 with the same settings on this server running without issue. So it is related to 2.2

PP Express error:

Code: Select all

Notice: Undefined index: L_LONGMESSAGE0 in /xxx/store3/catalog/controller/payment/pp_express.php on line 91Warning: Cannot modify header information - headers already sent by (output started at /xxx/store3/catalog/controller/startup/error.php:34) in /xxx/store3/system/library/response.php on line 12

Code: Select all

2016-04-21 8:42:08 - PayPal Express debug (Call data): {"METHOD":"SetExpressCheckout","MAXAMT":104.93,"RETURNURL":"http:\/\/xxx.com\/store3\/index.php?route=payment\/pp_express\/expressReturn","CANCELURL":"http:\/\/xxx.com\/store3\/index.php?route=checkout\/cart","REQCONFIRMSHIPPING":0,"NOSHIPPING":2,"ALLOWNOTE":"1","LOCALECODE":"EN","LANDINGPAGE":"Login","HDRIMG":"image\/cache\/catalog\/microvisor-logo-750x90.gif","PAYFLOWCOLOR":"","CHANNELTYPE":"Merchant","PAYMENTREQUEST_0_SHIPPINGAMT":"","PAYMENTREQUEST_0_CURRENCYCODE":"USD","PAYMENTREQUEST_0_PAYMENTACTION":"Sale","L_PAYMENTREQUEST_0_DESC0":false,"L_PAYMENTREQUEST_0_NAME0":"Microvisor\u00ae  Stainless Steel SB-30S","L_PAYMENTREQUEST_0_NUMBER0":"Microvisor\u00ae  Mini Hood - Stainless Steel SB-30S","L_PAYMENTREQUEST_0_AMT0":69.95,"L_PAYMENTREQUEST_0_QTY0":"1","L_PAYMENTREQUEST_0_ITEMURL0":"http:\/\/xxx.com\/store3\/Microvisor-Stainless","L_PAYMENTREQUEST_0_ITEMLENGTHVALUE0":"34.00000000","L_PAYMENTREQUEST_0_ITEMLENGTHUNIT0":"in","L_PAYMENTREQUEST_0_ITEMWIDTHVALUE0":"14.00000000","L_PAYMENTREQUEST_0_ITEMWIDTHUNIT0":"in","L_PAYMENTREQUEST_0_ITEMHEIGHTVALUE0":"3.00000000","L_PAYMENTREQUEST_0_ITEMHEIGHTUNIT0":"in","PAYMENTREQUEST_0_ITEMAMT":"69.95","PAYMENTREQUEST_0_AMT":"69.95"}
2016-04-21 8:42:09 - PayPal Express debug (cURL failed): {"error":"SSL connect error","errno":35}
2016-04-21 8:42:09 - PayPal Express debug (Result): false
2016-04-21 8:42:09 - PHP Notice:  Undefined index: L_LONGMESSAGE0 in /xxx/store3/catalog/controller/payment/pp_express.php on line 91
2016-04-21 8:42:09 - Unable to create PayPal call: {"":""}
2016-04-21 8:42:09 - PHP Warning:  Cannot modify header information - headers already sent by (output started at /xxx/store3/catalog/controller/startup/error.php:34) in /xxx/store3/system/library/response.php on line 12
PayPalPro error (the payment field never clears and even an old date still processes):

Code: Select all

2016-04-21 8:34:35 - PHP Warning:  curl_error(): 60 is not a valid cURL handle resource in /xxx/store3/catalog/controller/payment/pp_pro.php on line 165
2016-04-21 8:34:35 - PHP Warning:  curl_errno(): 60 is not a valid cURL handle resource in /xxx/store3/catalog/controller/payment/pp_pro.php on line 165
2016-04-21 8:34:35 - DoDirectPayment failed: ()
2016-04-21 8:34:35 - PHP Notice:  Undefined index: ACK in /xxx/store3/catalog/controller/payment/pp_pro.php on line 174
2016-04-21 8:34:35 - PHP Notice:  Undefined index: ACK in /xxx/store3/catalog/controller/payment/pp_pro.php on line 174
2016-04-21 8:34:35 - PHP Notice:  Undefined index: L_LONGMESSAGE0 in /xxx/store3/catalog/controller/payment/pp_pro.php on line 193

David C.
I wonder if the sun is shining outside? :laugh:


User avatar
New member

Posts

Joined
Tue Jan 03, 2012 7:59 am
Location - Somerville, NJ

Post by msangani » Wed May 18, 2016 7:10 pm

Were you able to resolve this issue? I'm seeing same problem with OC 2.2 using PayPal express

2016-05-18 4:08:36 - PayPal Express debug (cURL failed): {"error":"couldn't connect to host","errno":7}
2016-05-18 4:08:36 - PayPal Express debug (Result): false
2016-05-18 4:08:36 - PHP Notice: Undefined index: L_LONGMESSAGE0 in /xxx/shop1/catalog/controller/payment/pp_express.php on line 91
2016-05-18 4:08:36 - Unable to create PayPal call: {"":""}
2016-05-18 4:08:36 - PHP Warning: Cannot modify header information - headers already sent by (output started at /xxx/shop1/catalog/controller/startup/error.php:34) in /xxx/shop1/system/library/response.php on line 12

New member

Posts

Joined
Sat Jan 17, 2015 1:12 pm

Post by terencelcc » Mon May 23, 2016 5:11 pm

Hi,

I have simular error when refund in order.

Undefined index: parent_id in /admin/model/payment/pp_express.php on line 64
Cannot modify header information - headers already sent by (output started at /admin/controller/startup/error.php:34) in /system/library/response.php on line 12

Newbie

Posts

Joined
Tue Oct 20, 2015 3:25 pm

Post by dragonfly-ie » Sat May 28, 2016 11:26 pm

Ditto here in v2.2. with pp express:
2016-05-28 9:49:13 - PHP Notice: Undefined index: paypal in
/../catalog/controller/payment/pp_express.php on line 1357

2016-05-28 9:49:14 - PHP Notice: Undefined index: PAYERID in
/../catalog/controller/payment/pp_express.php on line 1362

2016-05-28 9:49:14 - PHP Notice: Undefined index: order_id in
/../catalog/controller/payment/pp_express.php on line 1365

2016-05-28 9:49:14 - PHP Notice: Undefined index: token in
/../catalog/controller/payment/pp_express.php on line 1368
But payments seem to go through. :)

Dum spiro spero.


User avatar
New member

Posts

Joined
Sat Nov 09, 2013 2:31 am


Post by calderwood » Fri Dec 02, 2016 1:54 am

Funny, I have this error on another site and when I search I find that I asked this same question early this year. Not sure what the issue is as I have it working with Sage ok. My suspicion is that it is related to the SSL. I am going to replace the SSL and see what happens.

David C.
I wonder if the sun is shining outside? :laugh:


User avatar
New member

Posts

Joined
Tue Jan 03, 2012 7:59 am
Location - Somerville, NJ

Post by fisher05 » Mon Oct 23, 2017 6:13 pm

calderwood wrote:
Fri Dec 02, 2016 1:54 am
Funny, I have this error on another site and when I search I find that I asked this same question early this year. Not sure what the issue is as I have it working with Sage ok. My suspicion is that it is related to the SSL. I am going to replace the SSL and see what happens.
@Calderwood - did you ever fix this?

I'm on 2.3.0.2

Fisher05


User avatar
New member

Posts

Joined
Wed May 22, 2013 1:30 am
Who is online

Users browsing this forum: No registered users and 3 guests