Page 7 of 15 FirstFirst ... 56789 ... LastLast
Results 61 to 70 of 148
  1. #61
    Join Date
    Mar 2012
    Location
    NJ
    Posts
    46
    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

  2. #62
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,373
    Plugin Contributions
    94

    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?

  3. #63
    Join Date
    Mar 2012
    Location
    NJ
    Posts
    46
    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

  4. #64
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,373
    Plugin Contributions
    94

    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.

  5. #65
    Join Date
    Mar 2005
    Posts
    140
    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.

  6. #66
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,373
    Plugin Contributions
    94

    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 ...

  7. #67
    Join Date
    Oct 2023
    Location
    Ukraine
    Posts
    1
    Plugin Contributions
    0

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

    we had published UPS API SDK.
    You can install it via composer
    Code:
    composer require abantecart/ups-php
    Or just visit github repository abantecart/ups-php

    Best regards!

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

    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':

  9. #69
    Join Date
    Mar 2012
    Location
    NJ
    Posts
    46
    Plugin Contributions
    0

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

    Quote Originally Posted by lat9 View Post
    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':

    I've made these changes, I still get the error. I'm away until Saturday, I can follow up on your PM on Saturday when I'm around.
    I was a shy, quiet kid. I was happiest playing by myself with my toys, rather than hanging around people.
    -- Christian Slater

  10. #70
    Join Date
    Dec 2018
    Location
    Orangeburg, SC
    Posts
    7
    Plugin Contributions
    0

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

    I have been unable to get this to work at all. It's now to a point that I am considering dumping the whole Zencart web site and moving to another platform because I am losing significant sales.

    Is there anyone that I could contract to try to resolve this?

 

 
Page 7 of 15 FirstFirst ... 56789 ... LastLast

Similar Threads

  1. v156 Authorize.net API with Card on File transactions support thread...
    By carlwhat in forum Addon Payment Modules
    Replies: 187
    Last Post: 20 Mar 2025, 05:18 PM
  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

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