feed-me icon indicating copy to clipboard operation
feed-me copied to clipboard

Failure to install - craft_feedme_feeds table already exists

Open tekstrand opened this issue 3 years ago • 0 comments

Description

Trying to run ./craft plugin/install feed-me and running into error

*** installing feed-me
    > create table {{%feedme_feeds}} ...Exception: SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'craft_feedme_feeds' already exists
The SQL being executed was: CREATE TABLE `craft_feedme_feeds` (

Not sure how the plugin became uninstalled, but it is. Running ./craft plugin/uninstall feed-me is successful, but does not resolve the issue.

Steps to reproduce

Not sure how we got to the state we're in with an existing table and the plugin uninstalled, but here are the steps now

  1. ./craft plugin/install feed-me

Additional info

  • Craft CMS version: 3.7.18.2
  • Feed Me version: 4.4.1.1
  • PHP version: 7.4
  • Database driver & version:
  • Other plugins & versions:

tekstrand avatar Dec 14 '21 16:12 tekstrand