A content type is using the ADDRESSFIELD module , and using a "dynamic address form" ... I have many nodes that have this field populated.

I remove the field from the content type.

Go back to edit the nodes, and I receive a PHP error when I hit save.

EntityMetadataWrapperException: Unknown data property field_location_address. in EntityStructureWrapper->getPropertyInfo() (line 335 of /path/to/project/www/sites/all/modules/contrib/entity/includes/entity.wrapper.inc).

And a NODE error (that's identical)

EntityMetadataWrapperException: Unknown data property field_location_address. in EntityStructureWrapper->getPropertyInfo() (line 335 of /path/to/project/www/sites/all/modules/contrib/entity/includes/entity.wrapper.inc).

This prevents any edit of the node(s) in question.

Thoughts? Help? Thanks!

Comments

alphex created an issue. See original summary.

bojanz’s picture

Status: Active » Postponed (maintainer needs more info)

Did you end up solving this?
At a glance, it sounds like a cache clear should have fixed it.

bojanz’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)