I've recently installed Ubercart addresses in Drupal 7.10 (now 7.12) and I'm getting this error in my status report:
Tokens Problems detected
The following tokens or token types are missing required name and description information:
$info['tokens']['uc_order']['uc-addresses-shipping-address']
$info['tokens']['uc_order']['uc-addresses-billing-address']
I'm new to Drupal and I originally thought this was a Tokens problem but I think its Ubercart addresses(?) My site is still under development so I haven't seen any consequences of this error yet but I don't really know what to look for either. My site is also missing the delivery address fields at the checkout stage which I believe is a separate issue but may be related(?)
Comments
Comment #1
megachrizThe issue that the delivery address fields are not appearing have been reported in issue #1421720: [$150 Bounty] Delivery information does not display in checkout. This is not related to the token issue.
The token issue is about that I haven't setup these tokens conform the token coding standards (I forgot to include a description). This error will not have any negative consequences on your website. This error will be fixed later.
Comment #2
megachrizThe missing description for tokens has been added to the module. This got fixed while I was busy updating the automated tests for Drupal 7.
See commit.