Day 2 begins! Day 1 notes here
https://technonaturalist.net/blog/2011/01/drupal-7-notes-dealing-ghost-fields
https://technonaturalist.net/comment/reply/43/1223 -- Comment from Jen Lampton Nov 2013 Running cron once doesn’t always do the trick. If it doesn’t work the first time, you may need to run cron 10 or 20 times to get the fields to actually be deleted. Its faster to just manually delete the two tables (field_data and field_revision) as well as the two records from field_instance and field_instance_config. Still not resolved as of the latest version of D7.
https://drupal.org/comment/5865292#comment-5865292
- Delete the records from field_config / field_config_instance
Removing video from the field_partners_fc field collection. It'd make sense if this fixes it, we probably haven't used any FC's with default values set.
The field Video has been deleted from the Field collection field_partners_fc content type.
Ok lets try this again. node/add/campaign
No I still get this shit
EntityMetadataWrapperException: Invalid data value given. Be sure it matches the required data type and format. in EntityDrupalWrapper->set() (line 736 of /vagrant/html/profiles/dosomething/modules/contrib/entity/includes/entity.wrapper.inc).Lets try to upgrade entity and just grab the latest version of field collection. Fuck!