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?
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} SETstatus=: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?