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':
Made the change and reinstalled. I still get the same message. Thank you