Thread: Odd warning log

Results 1 to 5 of 5
  1. #1
    Join Date
    Jun 2012
    Location
    California
    Posts
    238
    Plugin Contributions
    0

    Default Odd warning log

    wildsteedworx.com
    2.1
    customer_tax_exempt_2.0.2
    edit_orders-5.0.0
    sitemapxml-4.0.3
    usps-USPS_2024_08_25_K11l
    zen_Image-Handler-5.3.5
    zen_TyPackageTracker-5.0.0
    PHP 8.3

    Can anyone give me some Insite into what may be causing this issue?
    I had three different events similar to this one and they all involve when someone was checking out with PayPal.
    From what I can tell 'billto' is created in 'WhosOnline.php':

    Code:
    /home2/wildstee/public_html/Zcf294AkrVd6csa550FeF/includes/classes/WhosOnline.php
    
    Line #341 :             'billto' => 'address_billing_id',
    Code:
    [19-Apr-2025 21:38:23 America/Boise] Request URI: /ipn_main_handler.php?type=ec&token=EC-46U43441D2951092N&PayerID=WY6M5L2THXN7U, IP address:********* , Language id 1
    #0 //public_html/includes/functions/functions_taxes.php(390): zen_debug_error_handler()
    #1 //public_html/includes/modules/order_total/ot_tax.php(66): zen_get_tax_locations()
    #2 //public_html/includes/classes/order_total.php(229): ot_tax->process()
    #3 //public_html/includes/modules/payment/paypalwpp.php(2006): order_total->pre_confirmation_check()
    #4 //public_html/ipn_main_handler.php(85): paypalwpp->ec_step2()
    --> PHP Warning: Undefined array key "billto" in //public_html/includes/functions/functions_taxes.php on line 390.
    
    [19-Apr-2025 21:38:23 America/Boise] Request URI: /ipn_main_handler.php?type=ec&token=EC-46U43441D2951092N&PayerID=WY6M5L2THXN7U, IP address:******** , Language id 1
    #0 //public_html/includes/functions/functions_taxes.php(390): zen_debug_error_handler()
    #1 //public_html/includes/modules/order_total/ot_tax.php(66): zen_get_tax_locations()
    #2 //public_html/includes/classes/order_total.php(96): ot_tax->process()
    #3 //public_html/includes/modules/payment/paypalwpp.php(2007): order_total->process()
    #4 //public_html/ipn_main_handler.php(85): paypalwpp->ec_step2()
    --> PHP Warning: Undefined array key "billto" in //public_html/includes/functions/functions_taxes.php on line 390.

  2. #2
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,190
    Plugin Contributions
    63

    Default Re: Odd warning log

    Quote Originally Posted by wsworx View Post
    wildsteedworx.com
    2.1
    customer_tax_exempt_2.0.2
    edit_orders-5.0.0
    sitemapxml-4.0.3
    usps-USPS_2024_08_25_K11l
    zen_Image-Handler-5.3.5
    zen_TyPackageTracker-5.0.0
    PHP 8.3

    Can anyone give me some Insite into what may be causing this issue?
    I had three different events similar to this one and they all involve when someone was checking out with PayPal.
    From what I can tell 'billto' is created in 'WhosOnline.php':

    Code:
    /home2/wildstee/public_html/Zcf294AkrVd6csa550FeF/includes/classes/WhosOnline.php
    
    Line #341 :             'billto' => 'address_billing_id',
    Code:
    [19-Apr-2025 21:38:23 America/Boise] Request URI: /ipn_main_handler.php?type=ec&token=EC-46U43441D2951092N&PayerID=WY6M5L2THXN7U, IP address:********* , Language id 1
    #0 //public_html/includes/functions/functions_taxes.php(390): zen_debug_error_handler()
    #1 //public_html/includes/modules/order_total/ot_tax.php(66): zen_get_tax_locations()
    #2 //public_html/includes/classes/order_total.php(229): ot_tax->process()
    #3 //public_html/includes/modules/payment/paypalwpp.php(2006): order_total->pre_confirmation_check()
    #4 //public_html/ipn_main_handler.php(85): paypalwpp->ec_step2()
    --> PHP Warning: Undefined array key "billto" in //public_html/includes/functions/functions_taxes.php on line 390.
    
    [19-Apr-2025 21:38:23 America/Boise] Request URI: /ipn_main_handler.php?type=ec&token=EC-46U43441D2951092N&PayerID=WY6M5L2THXN7U, IP address:******** , Language id 1
    #0 //public_html/includes/functions/functions_taxes.php(390): zen_debug_error_handler()
    #1 //public_html/includes/modules/order_total/ot_tax.php(66): zen_get_tax_locations()
    #2 //public_html/includes/classes/order_total.php(96): ot_tax->process()
    #3 //public_html/includes/modules/payment/paypalwpp.php(2007): order_total->process()
    #4 //public_html/ipn_main_handler.php(85): paypalwpp->ec_step2()
    --> PHP Warning: Undefined array key "billto" in //public_html/includes/functions/functions_taxes.php on line 390.
    Which PayPal modules are you using?
    PRO-Webs, Inc. since 2003 :: Zen Cart Hosting :: Zen Cart SEO – 12 Steps to Success
    **I answer questions in the forum, private messages are not conducive to a helpful community.

  3. #3
    Join Date
    Jun 2012
    Location
    California
    Posts
    238
    Plugin Contributions
    0

    Default Re: Odd warning log

    Quote Originally Posted by mprough View Post
    Which PayPal modules are you using?
    The PayPal Express, paypalwpp, module that comes with ZC.

  4. #4
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,190
    Plugin Contributions
    63

    Default Re: Odd warning log

    Quote Originally Posted by wsworx View Post
    The PayPal Express, paypalwpp, module that comes with ZC.
    Have you tried switching to the new process PayPal RESTful?
    PRO-Webs, Inc. since 2003 :: Zen Cart Hosting :: Zen Cart SEO – 12 Steps to Success
    **I answer questions in the forum, private messages are not conducive to a helpful community.

  5. #5
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,338
    Plugin Contributions
    94

    Default Re: Odd warning log

    Quote Originally Posted by wsworx View Post
    The PayPal Express, paypalwpp, module that comes with ZC.
    Yep, that issue is coming from the paypalwpp.php module; see this (https://github.com/zencart/zencart/pull/7064) GitHub pull request (PR) which is related.

 

 

Similar Threads

  1. v151 Very odd webserver log entry
    By DigiBooks in forum General Questions
    Replies: 9
    Last Post: 11 Feb 2017, 01:04 PM
  2. Very odd looking admin log in and home page
    By teddybear in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 24 Nov 2007, 05:49 PM
  3. Warning: set admin activity log
    By kk_skit in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 8 Sep 2007, 06:17 AM
  4. WARNING: Admin Activity Log table ?
    By Kenada in forum Customization from the Admin
    Replies: 2
    Last Post: 22 Jan 2007, 06:30 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR