PayPal adding undefines to error_log?

Open to all! Ask other shopowners for help.
Post Reply
plamastus
Member
Posts: 82
Joined: Fri Mar 12, 2021 2:09 am
Phoenix Version:
Has thanked: 1 time
Been thanked: 2 times

PayPal adding undefines to error_log?

Post by plamastus »

Hi,

The error_log have been getting the following Undefined index from PayPal:

[31-Mar-2021 14:38:32 America/New_York] PHP Notice: Undefined index: name in /home/site/public_html/ext/modules/payment/paypal/express.php on line 46
[31-Mar-2021 14:38:32 America/New_York] PHP Notice: Undefined index: iso_code_2 in /home/site/public_html/ext/modules/payment/paypal/express.php on line 47
[31-Mar-2021 14:38:32 America/New_York] PHP Notice: Undefined index: iso_code_3 in /home/site/public_html/ext/modules/payment/paypal/express.php on line 48
[31-Mar-2021 14:38:32 America/New_York] PHP Notice: Undefined index: format_id in /home/site/public_html/ext/modules/payment/paypal/express.php on line 49
[31-Mar-2021 14:38:32 America/New_York] PHP Notice: Undefined index: in /home/site/public_html/includes/apps/paypal/OSCOM_PayPal.php on line 618
[31-Mar-2021 14:38:32 America/New_York] PHP Notice: Trying to access array offset on value of type null in /home/site/public_html/includes/apps/paypal/OSCOM_PayPal.php on line 618
[31-Mar-2021 14:38:32 America/New_York] PHP Notice: Undefined index: in /home/site/public_html/includes/apps/paypal/OSCOM_PayPal.php on line 618
[31-Mar-2021 14:38:32 America/New_York] PHP Notice: Trying to access array offset on value of type null in /home/site/public_html/includes/apps/paypal/OSCOM_PayPal.php on line 618


Thanks,

Patrick
patrick


Join The Code Co-op to get access to your library in the Code Co-op Forum
ecartz
Core Team
Posts: 3084
Joined: Tue Nov 05, 2019 6:02 pm
Phoenix Version:
Has thanked: 4 times
Been thanked: 208 times

Re: PayPal adding undefines to error_log?

Post by ecartz »

My first thought is that you have your STORE_COUNTRY set to an invalid value. admin > Configuration > My Store > Country.
plamastus
Member
Posts: 82
Joined: Fri Mar 12, 2021 2:09 am
Phoenix Version:
Has thanked: 1 time
Been thanked: 2 times

Re: PayPal adding undefines to error_log?

Post by plamastus »

Hi,

It's set to:
Admin => Configuration => My Store
Country United States

Thanks,

Patrick
patrick


Join The Code Co-op to get access to your library in the Code Co-op Forum
Post Reply