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 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
we had published UPS API SDK.
You can install it via composer
Or just visit github repository abantecart/ups-phpCode:composer require abantecart/ups-php
Best regards!
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 was a shy, quiet kid. I was happiest playing by myself with my toys, rather than hanging around people.
-- Christian Slater
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?
Bookmarks