Skip to content

SQL error when trying to "Enable" this module. #15

@robbrandt

Description

@robbrandt

I am working on a D7 to Backdrop migration. In our previous D7 site, we used Services/REST to allow external non-drupal sites to authenticate against a drupal account, making it an SSO solution.

I have all the settings replicated in the backdrop services configuration, and notice an option for "Enable". When I select that option and click on the Enable Endpoint button, I get:

Error SQLSTATE[42S22]: Column not found: 1054 Unknown column 'status' in 'field list': UPDATE {services_endpoint} SET status=:db_update_placeholder_0; Array ( [:db_update_placeholder_0] => 1 )

Checking the database, indeed, there is no status column in the table. Nor is there one in the original D7 table. Is "enabling" necessary?

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