I’m getting this error when trying to delete an MSM site on EE 1.7.2.
MySQL ERROR:
Error Number: 1091
Description: Can’t DROP ‘field_id_530’; check that column/key exists
Query: ALTER TABLE exp_weblog_data DROP COLUMN field_id_530
field_id_530 does not exist in the database.
What’s my next step to get rid of this site so I can put another one online?
SOLVED:
Solved it myself. Had to delete the entries with the site’s site_id from the exp_weblog_fields table by hand.
Similar to this thread.