If you install ds_extras module and try to update or create node you'll get error message:

"SQLSTATE[42S22]: Column not found: 1054 Unknown column 'ds_switch' in 'field list': INSERT INTO {node_field_data}.

Uninstalling module is not possible because then you'll get:
PDOException' with message 'SQLSTATE[42S22]: Column not found: 1054 Unknown column 'ds_switch' in 'where clause'' in core/lib/Drupal/Core/Database/Statement.php:61[error]

Comments

lauriii’s picture

Issue summary: View changes
aspilicious’s picture

run update.php

aspilicious’s picture

thinking of it, it should only fire when enabling that feature...

aspilicious’s picture

Status: Active » Fixed

Implemented that :)

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

Greg Boggs’s picture

Just got this error. I tried switching to the git checkout and did a reinstall of the site and I'm still getting the error. Also tried drush updb with no affect.

sgohil1’s picture

I see that this is marked as Fixed/Closed, but I am getting this error. Is there any solution to this one?