Skip to content

Content > Manage Content page error when Content Moderation enabled #5

@pgrayove-mcpl

Description

@pgrayove-mcpl

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions