Everytime I try to add a new node I get :

The website encountered an unexpected error. Please try again later.

Drupal\Core\Database\DatabaseExceptionWrapper: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'f.field_address_value' in 'where clause': SELECT n.nid AS nid
FROM
{node_field_data} n
INNER JOIN {node__field_address} f ON n.nid = f.entity_id
WHERE (f.field_address_value IN (:db_condition_placeholder_0)) AND (n.type = :db_condition_placeholder_1); Array
(
[:db_condition_placeholder_0] =>
[:db_condition_placeholder_1] => locations
)
in unique_field_form_validate() (line 347 of modules/unique_field/unique_field.module).

Comments

cbe243 created an issue.

cbe243’s picture

Anyone?