Page 51 of 53 FirstFirst ... 414950515253 LastLast
Results 501 to 510 of 524
  1. #501
    Join Date
    Apr 2012
    Posts
    212
    Plugin Contributions
    1

    Default Re: Export Shipping & Order Information

    IF I select 1 order per row I am getting error ,how to fix ? version of zencart is 1.5.7c

    PHP Fatal error: 1064:You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ASC

    ORDER BY max_num_of_products DESC
    LIMIT 1' at line 4 :: SELECT COUNT( * ) AS max_num_of_products
    FROM (orders o LEFT JOIN orders_products op ON o.orders_id = op.orders_id), orders_total ot
    WHERE o.orders_id = ot.orders_id
    AND ot.class = 'ot_shipping' AND date_purchased BETWEEN '2024-07-01 00:00' AND '2024-08-28 23:59' GROUP BY o.orders_id ASC
    ORDER BY max_num_of_products DESC
    LIMIT 1

  2. #502
    Join Date
    Apr 2008
    Location
    Qld, Australia
    Posts
    313
    Plugin Contributions
    6

    Default Re: Export Shipping & Order Information

    Please provide some of the relevant information required when posting a problem


    • What version of PHP and MySQL is your server using? (See Admin->Tools->Server Info)
    • What version of "Export Shipping & Order Information" are you using? Top tight hand corner of the screen.



    From memory, that error was corrected in v1.5.1
    OldNGrey
    ZC158a PHP 8.2.15
    MySQL 10.6.16-MariaDB

  3. #503
    Join Date
    Mar 2005
    Posts
    140
    Plugin Contributions
    0

    Default Re: Export Shipping & Order Information

    PHP 8.2
    ZC 2.0.1
    Version of Export Shipping is currently 1.5.2.

    The plugin is working but I noticed it is creating many PHP Warning: Undefined array key in logs. I believe this because of PHP 8.2.

    Here is one of the logs:

    [18-Nov-2024 16:07:12 UTC] Request URI: /popadmin/index.php?cmd=shipping_export2, IP address: 104.153.39.18, Language id 1
    #0 /public_html/zc_plugins/ExportShippingInformation/v1.5.2/admin/shipping_export2.php(139): zen_debug_error_handler()
    #1 /public_html/popadmin/index.php(28): require('/home/customer/...')
    --> PHP Warning: Undefined array key "dload_include" in /public_html/zc_plugins/ExportShippingInformation/v1.5.2/admin/shipping_export2.php on line 139.

  4. #504
    Join Date
    Apr 2008
    Location
    Qld, Australia
    Posts
    313
    Plugin Contributions
    6

    Default Re: Export Shipping & Order Information

    Latest release is v1.5.3 which checks the array keys when a check box is unselected. Currently in mu GitHub https://github.com/OldNGreyBMR/expor.../tag/ESIv1.5.3

    Please use on a TEST version of ZC before committing to a production environment.
    OldNGrey
    ZC158a PHP 8.2.15
    MySQL 10.6.16-MariaDB

  5. #505
    Join Date
    Mar 2005
    Posts
    140
    Plugin Contributions
    0

    Default Re: Export Shipping & Order Information

    Finally had a chance to try 1.5.3. When I click on "Export to Excel" I get 504 - Gateway Timeout after a few minutes. No logs were generated.

  6. #506
    Join Date
    Apr 2008
    Location
    Qld, Australia
    Posts
    313
    Plugin Contributions
    6

    Default Re: Export Shipping & Order Information

    As mentioned in other threads a 504 Gateway error is a server/hosting issue. Your server is contacting another server and waiting for a response.
    See also 504 Gateway timeout https://www.zen-cart.com/showthread....ateway-Timeout

    Have you disabled Zen Carts auto checking of version updates in Admin > Configuration > My Store > Show if version update available ?
    OldNGrey
    ZC158a PHP 8.2.15
    MySQL 10.6.16-MariaDB

  7. #507
    Join Date
    Apr 2008
    Location
    Qld, Australia
    Posts
    313
    Plugin Contributions
    6

    Default Re: Export Shipping & Order Information

    Quote Originally Posted by OldNGrey View Post
    Latest release is v1.5.3 which checks the array keys when a check box is unselected. Currently in mu GitHub https://github.com/OldNGreyBMR/expor.../tag/ESIv1.5.3

    Please use on a TEST version of ZC before committing to a production environment.
    I stuffed up with that release.My apologies.

    I have a corrected version in the GitHub which covers all combinations of tick boxes ; checks for orders with no products; and fixed the headers so zc2.x doesn't error. I have tested it on zc 158a and zc 2.1.0 with PHP up to 8.34.
    OldNGrey
    ZC158a PHP 8.2.15
    MySQL 10.6.16-MariaDB

  8. #508
    Join Date
    May 2005
    Location
    England
    Posts
    676
    Plugin Contributions
    0

    Default Re: Export Shipping & Order Information

    Hi there,
    I didn't pick up on a surname having " ó " inside it, and it seems to come out in excel as ' ół ' and therefore not importing into my mail software. I guess it is because locale is GB set, and this would only set on German locale? I will be more eagle eyed next time, but just wondered if I need to change charset / locale perhaps to include address components with these elements? Thanks in advance.

  9. #509
    Join Date
    Mar 2005
    Posts
    140
    Plugin Contributions
    0

    Default Re: Export Shipping & Order Information

    ZC 2.1.0
    PHP8.2
    Export Version 1.5.3

    It appears I always download the full list of orders regardless if I uncheck "Include orders already downloaded" or enter a date?

  10. #510
    Join Date
    Apr 2008
    Location
    Qld, Australia
    Posts
    313
    Plugin Contributions
    6

    Default Re: Export Shipping & Order Information

    Do you have the "Run in Test Mode" check box selected?
    OldNGrey
    ZC158a PHP 8.2.15
    MySQL 10.6.16-MariaDB

 

 
Page 51 of 53 FirstFirst ... 414950515253 LastLast

Similar Threads

  1. Export Shipping+Order Information plugin not exporting some orders
    By woemlavy in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 22 Mar 2013, 02:01 PM
  2. v138a Trouble Installing Export Shipping+Order Information
    By scripto in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 16 Jan 2013, 11:36 PM
  3. Export Shipping/Order Information - dump down to 2 sheets or XML
    By sbbemn in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 4 Oct 2012, 05:37 PM
  4. Export Shipping / Order Information
    By digruk in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 28 Oct 2011, 08:25 PM
  5. Export Shipping Order Information doesn't include downloadable products?
    By rcaroe in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 31 Jul 2010, 05:14 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