Two days ago I tried to update a local-computer development test site on my computer using Composer. All appeared normal and after the update, my site was littered with a huge stream of undecipherable SQL errors. Composer does not update the Database and Drush updb doesn't work either.
Hi people I am trying to run drush cim command and I get this error
The import failed due for the following reasons: [error]
Entities exist of type <em class="placeholder">Taxonomy term</em> and <em class="placeholder">Vocabulary</em>
<em class="placeholder">College Location</em>. These entities need to be deleted before importing.
I've been trying to build a form referencing an entity using an entity reference view. The general purpose is to allow more fine-grained filtering for this form and other module forms than supplied by the standard entity_reference handler, without having to build a plugin or use hook_query_alter. Though I am definitely open to such suggestions (esp. with pointers to good detailed documentation) - I am using entities and it seems some such docs are for nodes.
Here's the methodology I followed so far, with some notes along the way.