Skip to content

Create Migration Path from D7 to Backdrop #6

Description

@bobchristenson

I migrated a site from D7 -> Backdrop which had some services setup. When I try to edit the endpoint in Backdrop (or if I try to create a new one) I get the following database errors:
PDOException: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'status' in 'field list': INSERT INTO {services_endpoint} (eid, status, name, server, path, authentication, server_settings, resources, debug) VALUES (default, default, :db_insert_placeholder_0, :db_insert_placeholder_1, :db_insert_placeholder_2, :db_insert_placeholder_3, :db_insert_placeholder_4, :db_insert_placeholder_5, :db_insert_placeholder_6); Array ( [:db_insert_placeholder_0] => test [:db_insert_placeholder_1] => rest_server [:db_insert_placeholder_2] => test [:db_insert_placeholder_3] => a:0:{} [:db_insert_placeholder_4] => a:0:{} [:db_insert_placeholder_5] => a:0:{} [:db_insert_placeholder_6] => 0 ) in backdrop_write_record() (line 8212 of /home/myuser/mysite/core/includes/common.inc).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions