Drupal 8 Несоответствующая сущность / или поле - PullRequest
0 голосов
/ 07 марта 2019

На сайте Drupal 8, под отчетом я вижу следующую ошибку;

Mismatched entity and/or field definitions
The following changes were detected in the entity type and field definitions.
Content
The node.field_icon_image field needs to be uninstalled.
The node.field_pci_level_1_secured field needs to be uninstalled.
The node.field_ap_lite field needs to be uninstalled.
Paragraph
The paragraph.field_image_para_cat_three field needs to be uninstalled.
The paragraph.field_icon_section_1 field needs to be uninstalled.
The paragraph.field_icon_2 field needs to be uninstalled.
The paragraph.field_icon_4 field needs to be uninstalled.

В соответствии с предложением этого решения Drupal 8: Несоответствующие определения сущностей и / или полей Я попытался запустить drush updb --entity-updates, однако это приводит к ошибкам из-за несуществующих таблиц.

PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'sitename_live.node__field_icon_image' doesn't exist in /var/www/vhosts/sitename/staging/web/core/lib/Drupal/Core/Database/Statement.php:59                                           [error]
Stack trace:

Как бы избавиться от этой ошибки?

Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...