I have a Drupal 7 site I'm upgrading to Drupal 8. There is a custom "Articles" content type, and after upgrading, trying to edit existing articles or add new ones gives me this error:
Drupal\Core\Entity\Query\QueryException: 'field_last_name:value' not found in Drupal\Core\Entity\Query\Sql\Tables->ensureEntityTable() (line 368 of core\lib\Drupal\Core\Entity\Query\Sql\Tables.php).
'field_last_name' is used by a content type called "Writers". The "Articles" type has a few fields that are set up as entity references to "Writers".
I am currentl working in a project that uses Drupal 8 core. This project includes the use of BLT and Lightning and it has its repository in GitHub, using automated checks through Travis.
I was requested to do a Drupal core update due to a security issue. I had to do an update from BLT 9 to BLT 11 version. I ran all updates locally and everything ran well.
However, when sending my pull request to GitHub, Travis is showing an error during run_tests script, specifically in the following command: