I've installed Content Moderation on a Backdrop site I've migrated from Drupal 7. When I enable the module, I can no longer access the admin/content/node page and instead get this error:
PDOException: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'language' in 'where clause': SELECT url_alias.* FROM {url_alias} url_alias WHERE (source = :db_condition_placeholder_0) AND (language = :db_condition_placeholder_1) ORDER BY pid DESC; Array ( [:db_condition_placeholder_0] => node/131341 [:db_condition_placeholder_1] => en ) in path_load() (line 377 of /app/core/includes/path.inc).
I thought maybe there was somewhere in the code where language should be changed to langcode but I couldn't find any places where it wasn't already set to langcode.
I've installed Content Moderation on a Backdrop site I've migrated from Drupal 7. When I enable the module, I can no longer access the admin/content/node page and instead get this error:
PDOException: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'language' in 'where clause': SELECT url_alias.* FROM {url_alias} url_alias WHERE (source= :db_condition_placeholder_0) AND (language= :db_condition_placeholder_1) ORDER BY pid DESC; Array ( [:db_condition_placeholder_0] => node/131341 [:db_condition_placeholder_1] => en ) in path_load() (line 377 of /app/core/includes/path.inc).I thought maybe there was somewhere in the code where
languageshould be changed tolangcodebut I couldn't find any places where it wasn't already set tolangcode.