-
Notifications
You must be signed in to change notification settings - Fork 5
Description
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).