Results 1 to 10 of 3052

Hybrid View

  1. #1
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,948
    Plugin Contributions
    96

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by GoofyGrrl2 View Post
    Ok this message showed back up today...

    Code:
    [14-Jun-2019 16:21:50 America/Chicago] Request URI: /index.php?main_page=checkout_process, IP address: 24.200.129.246 #1 strpos() called at [/home/goodiesbygail/public_html/includes/classes/order.php:681] #2 order->create() called at [/home/goodiesbygail/public_html/includes/modules/checkout_process.php:88] #3 require(/home/goodiesbygail/public_html/includes/modules/checkout_process.php) called at [/home/goodiesbygail/public_html/includes/modules/pages/checkout_process/header_php.php:14] #4 require(/home/goodiesbygail/public_html/includes/modules/pages/checkout_process/header_php.php) called at [/home/goodiesbygail/public_html/index.php:36] --> PHP Warning: strpos() expects parameter 1 to be string, array given in /home/goodiesbygail/public_html/includes/classes/order.php on line 681. [14-Jun-2019 16:21:50 America/Chicago] Request URI: /index.php?main_page=checkout_process, IP address: 24.200.129.246 #1 mysqli_real_escape_string() called at [/home/goodiesbygail/public_html/includes/classes/db/mysql/query_factory.php:122] #2 queryFactory->prepare_input() called at [/home/goodiesbygail/public_html/includes/classes/db/mysql/query_factory.php:516] #3 queryFactory->prepareInput() called at [/home/goodiesbygail/public_html/includes/functions/functions_general.php:896] #4 zen_db_input() called at [/home/goodiesbygail/public_html/includes/functions/functions_general.php:929] #5 zen_db_perform() called at [/home/goodiesbygail/public_html/includes/classes/order.php:696] #6 order->create() called at [/home/goodiesbygail/public_html/includes/modules/checkout_process.php:88] #7 require(/home/goodiesbygail/public_html/includes/modules/checkout_process.php) called at [/home/goodiesbygail/public_html/includes/modules/pages/checkout_process/header_php.php:14] #8 require(/home/goodiesbygail/public_html/includes/modules/pages/checkout_process/header_php.php) called at [/home/goodiesbygail/public_html/index.php:36] --> PHP Warning: mysqli_real_escape_string() expects parameter 2 to be string, array given in /home/goodiesbygail/public_html/includes/classes/db/mysql/query_factory.php on line 122. [14-Jun-2019 16:21:50 America/Chicago] Request URI: /index.php?main_page=checkout_process, IP address: 24.200.129.246 #1 strpos() called at [/home/goodiesbygail/public_html/includes/classes/order.php:1068] #2 order->send_order_email() called at [/home/goodiesbygail/public_html/includes/modules/checkout_process.php:97] #3 require(/home/goodiesbygail/public_html/includes/modules/checkout_process.php) called at [/home/goodiesbygail/public_html/includes/modules/pages/checkout_process/header_php.php:14] #4 require(/home/goodiesbygail/public_html/includes/modules/pages/checkout_process/header_php.php) called at [/home/goodiesbygail/public_html/index.php:36] --> PHP Warning: strpos() expects parameter 1 to be string, array given in /home/goodiesbygail/public_html/includes/classes/order.php on line 1068.


    All these lines with the PHP Warnings match the lines in the zencart 1.5.6b files.
    Hmm, those appear to be related to the shipping-module setting for the order's conversion from cart. Remind me, which version of OPC is being used? Based on previous reports, I'm assuming that the product(s) in the cart are either virtual or downloads, please advise on that as well.

  2. #2
    Join Date
    Jun 2007
    Location
    Texas
    Posts
    41
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    OPC version 2.1.0
    yes Downloads
    Kind Regards,
    Gail
    www.goodiesbygail.com

  3. #3
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,948
    Plugin Contributions
    96

    Default Re: One-Page Checkout [Support Thread]

    First, update OPC to v2.1.1, then go to the OPC GitHub (https://github.com/lat9/one_page_checkout/issues) and apply the changes associated with issues 201 and 202.

    I'll try to find some time tomorrow to capture the changes for those 2 issue into v2.1.2 and update on the Zen Cart plugins.

  4. #4
    Join Date
    Jun 2007
    Location
    Texas
    Posts
    41
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    Ok did the update to v2.1.1
    Did a order of a free download. Went through but got this error log

    Code:
    [15-Jun-2019 13:10:40 America/Chicago] Request URI: /index.php?main_page=checkout_process, IP address: 72.182.165.112 #1 strpos() called at [/home/goodiesbygail/public_html/includes/classes/order.php:681] #2 order->create() called at [/home/goodiesbygail/public_html/includes/modules/checkout_process.php:88] #3 require(/home/goodiesbygail/public_html/includes/modules/checkout_process.php) called at [/home/goodiesbygail/public_html/includes/modules/pages/checkout_process/header_php.php:14] #4 require(/home/goodiesbygail/public_html/includes/modules/pages/checkout_process/header_php.php) called at [/home/goodiesbygail/public_html/index.php:36] --> PHP Warning: strpos(): Empty needle in /home/goodiesbygail/public_html/includes/classes/order.php on line 681.

    Kind Regards,
    Gail
    www.goodiesbygail.com

  5. #5
    Join Date
    Jun 2007
    Location
    Texas
    Posts
    41
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    Update for above post. #1197

    I think I have fixed it. I just copied the line 681 from the zen cart 1.5.6b files and did another purchase. There were no error log created.
    All these errors seem to only pop up occasionally so hopefully this means all good but I will keep an eye on it and will tackle the next error when or if it occurs.

    Thank you for your Wonderful Help and Contributions. :)
    Kind Regards,
    Gail
    www.goodiesbygail.com

  6. #6
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,948
    Plugin Contributions
    96

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by GoofyGrrl2 View Post
    Update for above post. #1197

    I think I have fixed it. I just copied the line 681 from the zen cart 1.5.6b files and did another purchase. There were no error log created.
    All these errors seem to only pop up occasionally so hopefully this means all good but I will keep an eye on it and will tackle the next error when or if it occurs.

    Thank you for your Wonderful Help and Contributions. :)
    Back at you; thanks for letting me/us know how you corrected the issue!

 

 

Similar Threads

  1. Set number of products displayed per page (support thread)
    By yellow1912 in forum All Other Contributions/Addons
    Replies: 146
    Last Post: 2 Nov 2023, 12:50 AM
  2. v151 Banners In Main Page - Support Thread
    By stevesh in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 18 Sep 2021, 03:36 PM
  3. v151 Site Map/Page Not Found: Combined [Support Thread]
    By lat9 in forum All Other Contributions/Addons
    Replies: 7
    Last Post: 4 Jan 2016, 02:19 PM
  4. v151 PayPal Express Checkout Using NVP 84.0 [Support Thread]
    By lat9 in forum Addon Payment Modules
    Replies: 32
    Last Post: 28 Dec 2015, 04:54 PM
  5. Checkout Amazon Style -- Support Thread
    By CJPinder in forum All Other Contributions/Addons
    Replies: 72
    Last Post: 13 Apr 2011, 08:18 PM

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