Page 81 of 81 FirstFirst ... 3171798081
Results 801 to 805 of 805
  1. #801
    Join Date
    Jan 2013
    Posts
    898
    Plugin Contributions
    0

    Default Re: Double payment records inside SO_PAYMENT when I use SQUARE_WEBPAY

    i installed on zen version 210
    i do i fix this
    --> PHP Fatal error: MySQL error 1292: Incorrect datetime value: '' for column `c1JNSWOKIEE`.`so_payments`.`last_modified` at row 1 :: INSERT INTO so_payments (orders_id, payment_number, payment_name, payment_amount, payment_type, date_posted, last_modified) VALUES ('11390', '11390-XXXXXX0015', 'James Warren', '107.2268', 'MasterCard', '2025-03-02 19:07:04', '') ==> (as called by) /includes/functions/database.php on line 134 <== in /includes/classes/db/mysql/query_factory.php on line 733.

  2. #802
    Join Date
    Jan 2013
    Posts
    898
    Plugin Contributions
    0

    Default Re: Double payment records inside SO_PAYMENT when I use SQUARE_WEBPAY

    Quote Originally Posted by jimmie View Post
    i installed on zen version 210
    i do i fix this
    --> PHP Fatal error: MySQL error 1292: Incorrect datetime value: '' for column `c1JNSWOKIEE`.`so_payments`.`last_modified` at row 1 :: INSERT INTO so_payments (orders_id, payment_number, payment_name, payment_amount, payment_type, date_posted, last_modified) VALUES ('11390', '11390-XXXXXX0015', 'James Warren', '107.2268', 'MasterCard', '2025-03-02 19:07:04', '') ==> (as called by) /includes/functions/database.php on line 134 <== in /includes/classes/db/mysql/query_factory.php on line 733.
    fixed
    thanks to zenexpert
    in includes/classes/super_order.php on line 735
    from
    $auto_payment['last_modified'] = $item['last_modified'];
    to
    $auto_payment['last_modified'] = 'now()';
    working in zen 210

  3. #803
    Join Date
    Feb 2016
    Location
    Canada
    Posts
    186
    Plugin Contributions
    0

    Default Re: Double payment records inside SO_PAYMENT when I use SQUARE_WEBPAY

    Hi Jimmie,

    It would be great if you would share your code to get this plugin working in 2.1.0.

    Thanks!!!

  4. #804
    Join Date
    Feb 2016
    Location
    Canada
    Posts
    186
    Plugin Contributions
    0

    Default Re: Super Orders v4.0 Support Thread (for ZC v1.5.x)

    I was able to get Torvista's Batch Order Update to work with 2.1.0 if anyone is interested.

  5. #805
    Join Date
    Jan 2013
    Posts
    898
    Plugin Contributions
    0

    Default Re: Super Orders v4.0 Support Thread (for ZC v1.5.x)

    VERSION 210 php 8.3 getting this error when deleting a payment
    Code:
    [17-Apr-2025 22:53:32 UTC] Request URI: /admin/index.php?cmd=super_payments&oID=11504&payment_mode=payment&index=175&action=delete, IP address: 35.139.226.29
    --> PHP Fatal error: Uncaught TypeError: sizeof(): Argument #1 ($value) must be of type Countable|array, false given in /admin/super_payments.php:456
    Stack trace:
    #0 /admin/index.php(16): require()
    #1 {main}
    thrown in /admin/super_payments.php on line 456.
    
    [17-Apr-2025 22:53:32 UTC] Request URI: /admin/index.php?cmd=super_payments&oID=11504&payment_mode=payment&index=175&action=delete, IP address: 35.139.226.29
    --> PHP Fatal error: Uncaught TypeError: sizeof(): Argument #1 ($value) must be of type Countable|array, false given in /admin/super_payments.php:456
    Stack trace:
    #0 /admin/index.php(16): require()
    #1 {main}
    thrown in /admin/super_payments.php on line 456.
    how would i fix this

 

 
Page 81 of 81 FirstFirst ... 3171798081

Similar Threads

  1. v150 Edit Orders v4.0 Support Thread
    By DivaVocals in forum Addon Admin Tools
    Replies: 1877
    Last Post: 6 May 2025, 05:10 PM
  2. Edit Orders v3.0 for ZC 1.3.9 [Support Thread]
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 656
    Last Post: 18 Apr 2016, 06:28 PM
  3. v139h Super Orders v3.0 Support Thread (for ZC v1.3.9)
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 1018
    Last Post: 28 Apr 2014, 11:38 PM
  4. OLD Super Orders 2.0 (See v3.0 thread instead)
    By BlindSide in forum All Other Contributions/Addons
    Replies: 2019
    Last Post: 17 Jan 2012, 05:43 AM
  5. RE: Super Orders v3.0 Support Thread
    By Johnnyd in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 22 Jun 2011, 09:28 AM

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