I know the authentication properly works, because quotes are being delivered on checkout.

However, when going to ship a package, I receive the following error after clicking "Review shipment" at:
admin/store/orders/*/ship/fedex_ground/*

    Error in processing FedEx Address Validation.
    ERROR
    prof
    1000
    Authentication Failed
    Notice: Undefined property: stdClass::$AddressResults in uc_fedex_address_is_residential() (line 169 of sites/all/modules/uc_fedex/uc_fedex.aval.inc).
    Notice: Trying to get property of non-object in uc_fedex_address_is_residential() (line 169 of sites/all/modules/uc_fedex/uc_fedex.aval.inc).
    Notice: Trying to get property of non-object in uc_fedex_address_is_residential() (line 169 of sites/all/modules/uc_fedex/uc_fedex.aval.inc).
    Error in processing FedEx Shipping Request.
    ERROR
    prof
    1000
    Authentication Failed
    Authentication Failed
    Notice: Undefined property: stdClass::$CompletedShipmentDetail in uc_fedex_fulfill_order_validate() (line 808 of sites/all/modules/uc_fedex/uc_fedex.ship.inc).
    Notice: Trying to get property of non-object in uc_fedex_fulfill_order_validate() (line 808 of sites/all/modules/uc_fedex/uc_fedex.ship.inc).
    Notice: Trying to get property of non-object in uc_fedex_fulfill_order_validate() (line 808 of sites/all/modules/uc_fedex/uc_fedex.ship.inc).
    Notice: Trying to get property of non-object in uc_fedex_fulfill_order_validate() (line 813 of sites/all/modules/uc_fedex/uc_fedex.ship.inc).
    Notice: Trying to get property of non-object in uc_fedex_fulfill_order_validate() (line 825 of sites/all/modules/uc_fedex/uc_fedex.ship.inc).
    Notice: Undefined property: stdClass::$CompletedShipmentDetail in uc_fedex_fulfill_order_validate() (line 829 of sites/all/modules/uc_fedex/uc_fedex.ship.inc).
    Notice: Trying to get property of non-object in uc_fedex_fulfill_order_validate() (line 829 of sites/all/modules/uc_fedex/uc_fedex.ship.inc).
    Notice: Trying to get property of non-object in uc_fedex_fulfill_order_validate() (line 834 of sites/all/modules/uc_fedex/uc_fedex.ship.inc).
    Notice: Trying to get property of non-object in uc_fedex_fulfill_order_validate() (line 848 of sites/all/modules/uc_fedex/uc_fedex.ship.inc).
    Notice: Trying to get property of non-object in uc_fedex_fulfill_order_validate() (line 851 of sites/all/modules/uc_fedex/uc_fedex.ship.inc).
    Notice: Trying to get property of non-object in uc_fedex_fulfill_order_validate() (line 852 of sites/all/modules/uc_fedex/uc_fedex.ship.inc).

Comments

tr’s picture

Status: Active » Closed (works as designed)

Again, as mentioned four times in the README.txt, you need additional permissions from FedEx to use label printing. It also says this on the configuration page at admin/store/settings/quotes/settings/fedex where you have to go to configure label printing. That error message means you don't have those permissions. Not sure how I can be more explicit here ...