On address fields that worked fine with the 1.x line of this product, the address no longer displays, and I now get this when viewing the node:

* warning: asort() expects parameter 1 to be array, null given in /homepages/18/d93080087/htdocs/drupal/sites/whiterockdistrict.org/modules/cck_address/cck_address.module on line 1179.
* warning: Invalid argument supplied for foreach() in /homepages/18/d93080087/htdocs/drupal/sites/whiterockdistrict.org/modules/cck_address/cck_address.module on line 1180.

You can see this error at http://whiterockdistrict.org/node/67.

Here's teh data in the address fields:
Address: 1000 Easton Rd.
City: Dallas, TX
State: Texas
ZIP: 75218
Country: United States

All other visible fields are blank.

Comments

rconstantine’s picture

Status: Active » Closed (duplicate)

http://drupal.org/node/197942 solves that problem. The real issue is that asort is trying to sort something from the field settings that isn't there until the settings are re-saved. Then the items that asort works on are passed to a foreach, which of course wouldn't work.