- Issue created by @Ananda
- Status changed to Fixed
3 months ago 10:05am 21 August 2024 - 🇳🇱Netherlands megachriz
Can it be that you installed this module first?
https://www.drupal.org/project/feeds_log →In that case you would be missing the necessary database tables for uninstalling the Feeds Log module that comes with Feeds.
If it is the case that you had https://www.drupal.org/project/feeds_log → installed first, then I think the easiest fix would be the following:
- Temporary remove the log module that comes with feeds: feeds/modules/log
- (re)download https://www.drupal.org/project/feeds_log →
- Uninstall Feeds Log
- Remove contributed Feeds Log module from the file system.
- Put back the Feeds Log that comes with Feeds.
If that doesn't help, you could perhaps fix the error by manually adding the feeds_log column to the in your case 'e4gk_feeds_feed' table. The column is of type 'tinyint'.
If uninstall still doesn't work because of missing tables, it is possible that just creating the tables 'feeds_import_log', 'feeds_import_log_entry' and 'feeds_import_log__sources' with a dummy column would work. If not, you could try to install a fresh Drupal, Feeds and Feeds Log on an other site and then copy the mentioned tables from there. Automatically closed - issue fixed for 2 weeks with no activity.