Results 1 to 10 of 192

Hybrid View

  1. #1
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,915
    Plugin Contributions
    13

    Default Re: UPS Shipping using RESTful/OAuth API [Support Thread]

    Quote Originally Posted by Zippkits View Post
    Correct. 5.6.40
    the first version of this module was released 20 june 2023.

    php 5.6 was EOL (as in end of life) 31 dec 2018.

    i would encourage the developer to NOT make changes to new software to support software that was EOL so long ago.
    author of square Webpay.
    mxWorks now has Apple Pay and Google Pay. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

  2. #2
    Join Date
    Dec 2010
    Location
    Central Indiana
    Posts
    36
    Plugin Contributions
    0

    Default Re: UPS Shipping using RESTful/OAuth API [Support Thread]

    Thanks for the help!

  3. #3
    Join Date
    Mar 2012
    Location
    NJ
    Posts
    49
    Plugin Contributions
    0

    Default Re: UPS Shipping using RESTful/OAuth API [Support Thread]

    I keep getting an error :

    Missing Keys or Out of date you should reinstall!

    I've uninstalled the module and reinstalled a few times, I've even grabbed the source from GitHub. Not sure what I'm missing.

    ZenCart 1.5.8a
    PHP 8.1.24
    I was a shy, quiet kid. I was happiest playing by myself with my toys, rather than hanging around people.
    -- Christian Slater

  4. #4
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,942
    Plugin Contributions
    96

    Default Re: UPS Shipping using RESTful/OAuth API [Support Thread]

    Quote Originally Posted by Bubbadood View Post
    I keep getting an error :

    Missing Keys or Out of date you should reinstall!

    I've uninstalled the module and reinstalled a few times, I've even grabbed the source from GitHub. Not sure what I'm missing.

    ZenCart 1.5.8a
    PHP 8.1.24
    What version shows in the admin?

  5. #5
    Join Date
    Mar 2012
    Location
    NJ
    Posts
    49
    Plugin Contributions
    0

    Default Re: UPS Shipping using RESTful/OAuth API [Support Thread]

    Quote Originally Posted by lat9 View Post
    What version shows in the admin?
    United Parcel Service v1.2.0 - Missing Keys or Out of date you should reinstall!
    I was a shy, quiet kid. I was happiest playing by myself with my toys, rather than hanging around people.
    -- Christian Slater

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

    Default Re: UPS Shipping using RESTful/OAuth API [Support Thread]

    Quote Originally Posted by Bubbadood View Post
    United Parcel Service v1.2.0 - Missing Keys or Out of date you should reinstall!
    PM me your private email address, I think I know what needs to be done.

  7. #7
    Join Date
    Mar 2005
    Posts
    142
    Plugin Contributions
    0

    Default Re: UPS Shipping using RESTful/OAuth API [Support Thread]

    Quote Originally Posted by Bubbadood View Post
    United Parcel Service v1.2.0 - Missing Keys or Out of date you should reinstall!
    I tried upgrading from v0.0.1 to v1.2.0 and now I am receiving the same issue.

  8. #8
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,942
    Plugin Contributions
    96

    Default Re: UPS Shipping using RESTful/OAuth API [Support Thread]

    Quote Originally Posted by n8pbm View Post
    I tried upgrading from v0.0.1 to v1.2.0 and now I am receiving the same issue.
    Working on it ...

  9. #9
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,942
    Plugin Contributions
    96

    Default Re: UPS Shipping using RESTful/OAuth API [Support Thread]

    Quote Originally Posted by n8pbm View Post
    I tried upgrading from v0.0.1 to v1.2.0 and now I am receiving the same issue.
    Arggh, I'd forgotten about that initial beta release. You can edit /includes/modules/shipping/upsoauth.php, adding the highlighted line:
    Code:
            if (!defined('MODULE_SHIPPING_UPSOAUTH_VERSION') || MODULE_SHIPPING_UPSOAUTH_VERSION !== $this->moduleVersion || count($this->keys()) !== $chk_sql->RecordCount()) {
                if (!defined('MODULE_SHIPPING_UPSOAUTH_VERSION')) {
                    define('MODULE_SHIPPING_UPSOAUTH_VERSION', '1.0.0');
                }
                switch (MODULE_SHIPPING_UPSOAUTH_VERSION) {
                    case '0.0.1':   //- Initial Beta release
                    case '1.0.0':

 

 

Similar Threads

  1. v156 Authorize.net API with Card on File transactions support thread...
    By carlwhat in forum Addon Payment Modules
    Replies: 198
    Last Post: 1 Jun 2026, 02:29 AM
  2. v155 UPS XML: Support Thread
    By lat9 in forum Addon Shipping Modules
    Replies: 245
    Last Post: 24 Nov 2023, 10:07 PM
  3. eWAY Payment Gateway - Rapid 3.0 API [Support Thread]
    By maclean_cherry in forum Addon Payment Modules
    Replies: 40
    Last Post: 27 Nov 2020, 06:53 AM
  4. v156 Authorize.net API with Card on File transactions support thread...
    By carlwhat in forum All Other Contributions/Addons
    Replies: 16
    Last Post: 27 Apr 2020, 08:46 PM
  5. v151 Ty UPS WorldShip Support Thread
    By colosports in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 1 Jun 2014, 12:05 AM

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