Danke für den Tipp, richtig und daran hatte ich gar nicht gedacht. 2 Fehler gab es:
Pluginlfs_shopvoteMigrationsMigration20241108000200 Plugin migration from lfs_shopvote | SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near (CURRENT_DATE),
INDEX `article` (`article_id`)
) ENGINE=Inno at line 8
und
Error executing query CREATE TABLE IF NOT EXISTS `xplugin_lfs_shopvote_reviews`(
`remote_id` VARCHAR(255) PRIMARY KEY NOT NULL,
`sku` VARCHAR(255) NOT NULL,
`article_id` INT NOT NULL,
`author_name` VARCHAR(255) NOT NULL,
`rating_value` FLOAT nOT NULL,
`text` LONGTEXT NOT NULL DEFAULT ,
`created_at` DATE NOT NULL DEFAULT (CURRENT_DATE),
INDEX `article` (`article_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near (CURRENT_DATE),
INDEX `article` (`article_id`)
) ENGINE=Inno at line 8
Aber was kann ich damit anfangen? Ich bin da leider nicht der Fachmann. Gibt es Hilfe?
Danke, Thomas