You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Migration Error: An error occurred while executing the "nilsenpaul\cookieconsent\migrations\Install migration: SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'completecookieconsent_settings' already exists
The SQL being executed was: CREATE TABLE completecookieconsent_settings (
id int(11) NOT NULL AUTO_INCREMENT PRIMARY KEY,
siteId int(11) NOT NULL,
settings text,
dateCreated datetime(0) NOT NULL,
dateUpdated datetime(0) NOT NULL,
uid char(36) NOT NULL DEFAULT '0'
) ENGINE = InnoDb DEFAULT CHARACTER SET = utf8
when trying to install the plugin. I already deleted the table before installing, but it seems the installation tries to create this table twice. Any help would be appreciated.
Version: 1.1.1
Craft version: 4.8.1
The text was updated successfully, but these errors were encountered:
I get the message
when trying to install the plugin. I already deleted the table before installing, but it seems the installation tries to create this table twice. Any help would be appreciated.
Version: 1.1.1
Craft version: 4.8.1
The text was updated successfully, but these errors were encountered: