Page 100 of 100 FirstFirst ... 50909899100
Results 991 to 998 of 998
  1. #991
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,354
    Plugin Contributions
    94

    Default Re: Track Package from FedEx, UPS, Postal, DHL, etc..

    Quote Originally Posted by dsc7050 View Post
    ***we some issue with this plug.
    ZC200
    MySQL 8.0.32
    PHP Version 8.3

    **it's give us php warning.

    (--> PHP Warning: Constant BOX_CONFIGURATION_TY_PACKAGE_TRACKER already defined in /homepages/29/xxxxx/htdocs/xxxx/myAdmin/includes/languages/english/extra_definitions/ty_package_tracker_admin_definitions.php on line 31.)
    Use your admin's Tools :: Developers Tool Kit and search for BOX_CONFIGURATION_TY_PACKAGE_TRACKER in the bottom search form, in "All Files Admin". The only file that defines that constant should be the one you identified (admin/includes/languages/english/extra_definitions/ty_package_tracker_admin_definitions.php).

  2. #992
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,291
    Plugin Contributions
    125

    Default Re: Track Package from FedEx, UPS, Postal, DHL, etc..

    Some odd behaviors in Ty 4.1.0 with ZC 2.0.1/PHP8.2:

    - The admin/includes/init_includes/init_typt_config.php keeps reporting successful installation on every page load.
    - In admin/includes/classes/observers/TyPackageTrackerAdminObserver.php, when the constructor fires, TY_TRACKER_VERSION is not yet defined, so the fields weren't appearing.

    I dug in and found that TY_TRACKER_VERSION was created in the database with a trailing space ("TY_TRACKER_VERSION "). Once I fixed that, all was well.

    If you have an old database, this might have happened to you too.
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  3. #993
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,354
    Plugin Contributions
    94

    Default Re: Track Package from FedEx, UPS, Postal, DHL, etc..

    v5.0.0 of Ty Package Tracker is now available for download: https://www.zen-cart.com/downloads.php?do=file&id=75

    This version requires Zen Cart 2.1.0 or later for proper operation. For integration with Edit Orders, v5.0.0 or later of EO is required.

  4. #994
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,291
    Plugin Contributions
    125

    Default Re: Track Package from FedEx, UPS, Postal, DHL, etc..

    Congratulations on shipping a new version of this very important plugin! Great news.
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  5. #995
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,456
    Plugin Contributions
    11

    Default Re: Track Package from FedEx, UPS, Postal, DHL, etc..

    Upgrading 1.5.7d to 2.1.0 using PHP8.3

    Older ZC had TY version 4.0.0 and was not encapsulated.

    Database update completed.

    When I try to use the plugin manager to install the TY 5.0.0, I get the following error at the top of the page.

    Code:
    You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ')' at line 5.
    I missed it at first as the error was scrolled off the top of the page.

    I did not see any specific steps suggested in the 5.0.0 readme about removing 4.0.0 but I did notice and earlier thread that mentioned removing old DB tables/fields.

    Some testing suggested there might be a stray ',' in four places. The firs of which is line 33 of the ScriptedInstaller.php
    Code:
    ('Package Tracking - Carrier 1 Status', 'CARRIER_STATUS_1', 'True', 'Enable Tracking for Carrier 1<br><br>Set to false if you do NOT want Carrier 1 to be displayed on Admin and Customer page.', $cgi, 90, now(), NULL, 'zen_cfg_select_option([\'True\', \'False\'],'),
    When I tried deleting that, I got the same error so, obviously, I am lost once again.

    I'm not receiving any display logs and the only log file is from the zcinstall which was just saying it was unable to drop tables that were not there.

  6. #996
    Join Date
    Jun 2007
    Location
    Bronx, New York, United States
    Posts
    681
    Plugin Contributions
    8

    Default Re: Track Package from FedEx, UPS, Postal, DHL, etc..

    Quote Originally Posted by dbltoe View Post
    Upgrading 1.5.7d to 2.1.0 using PHP8.3

    Older ZC had TY version 4.0.0 and was not encapsulated.

    Database update completed.

    When I try to use the plugin manager to install the TY 5.0.0, I get the following error at the top of the page.

    Code:
    You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ')' at line 5.
    I missed it at first as the error was scrolled off the top of the page.

    I did not see any specific steps suggested in the 5.0.0 readme about removing 4.0.0 but I did notice and earlier thread that mentioned removing old DB tables/fields.

    Some testing suggested there might be a stray ',' in four places. The firs of which is line 33 of the ScriptedInstaller.php
    Code:
    ('Package Tracking - Carrier 1 Status', 'CARRIER_STATUS_1', 'True', 'Enable Tracking for Carrier 1<br><br>Set to false if you do NOT want Carrier 1 to be displayed on Admin and Customer page.', $cgi, 90, now(), NULL, 'zen_cfg_select_option([\'True\', \'False\'],'),
    When I tried deleting that, I got the same error so, obviously, I am lost once again.

    I'm not receiving any display logs and the only log file is from the zcinstall which was just saying it was unable to drop tables that were not there.
    Try making the following change:

    https://github.com/lat9/zen_TyPackag...5f1aabadafd97f

  7. #997
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,456
    Plugin Contributions
    11

    Default Re: Track Package from FedEx, UPS, Postal, DHL, etc..

    Worked perfect.

    THANX. I normally look for GitHub changes on mods when doing major upgrades but didn't this time.

  8. #998
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,354
    Plugin Contributions
    94

    Default Re: Track Package from FedEx, UPS, Postal, DHL, etc..

    v5.0.1 of Ty Package Tracker is now available for download: https://www.zen-cart.com/downloads.php?do=file&id=75

    This release corrects these GitHub issues:

    #16: Install crashes when upgrading from a previous version.
    #19: Update configuration description typos.

 

 
Page 100 of 100 FirstFirst ... 50909899100

Similar Threads

  1. v150 Is there a FedEx plugin to quote on package size and postal code/zone?
    By Music Man in forum Addon Shipping Modules
    Replies: 7
    Last Post: 3 Aug 2014, 10:30 PM
  2. UPS/DHL shipping in Europe
    By DML73 in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 29 Jan 2009, 09:43 PM
  3. what is the track your package url?
    By keylesslocks in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 29 Aug 2008, 06:49 PM
  4. going from small package to large package
    By luna_99 in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 19 Nov 2007, 02:44 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