Wenn ich versuche die Benutzerbewertung 3.0.0. pl1 in WoltLab Suite 3.1.9 pl 2 zu installieren erhalte ich folgenden Fehler:
Code
Sat, 04 May 2019 10:23:51 +0000
Message: Could not execute statement 'CREATE TABLE `wcf1_user_rating` (
`ratingID` int(10) NOT NULL AUTO_INCREMENT,`userID` int(10) NOT NULL,`username` varchar(255) NOT NULL DEFAULT '',`time` int(10) NOT NULL DEFAULT 0,`rateUserID` int(10) NOT NULL,`subject` varchar(255) NOT NULL DEFAULT '',`message` mediumtext NOT NULL,`link` varchar(255) NOT NULL DEFAULT '',`stars` tinyint(1) NOT NULL DEFAULT 1,`enableHtml` tinyint(1) NOT NULL DEFAULT 0,`isDisabled` tinyint(1) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci'
PHP version: 7.1.13
WoltLab Suite version: 3.1.9 pl 2
Request URI: /test/acp/index.php?install-package/&t=c2cf0a26ab8750810ea3802a359626f375ce5640
Referrer: http://localhost/test/acp/index.php?package-installation-confirm/&queueID=359
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1 Safari/605.1.15
Peak Memory Usage: 46356184/134217728
======
Error Class: wcf\system\database\exception\DatabaseQueryExecutionException
Error Message: Could not execute statement 'CREATE TABLE `wcf1_user_rating` (
`ratingID` int(10) NOT NULL AUTO_INCREMENT,`userID` int(10) NOT NULL,`username` varchar(255) NOT NULL DEFAULT '',`time` int(10) NOT NULL DEFAULT 0,`rateUserID` int(10) NOT NULL,`subject` varchar(255) NOT NULL DEFAULT '',`message` mediumtext NOT NULL,`link` varchar(255) NOT NULL DEFAULT '',`stars` tinyint(1) NOT NULL DEFAULT 1,`enableHtml` tinyint(1) NOT NULL DEFAULT 0,`isDisabled` tinyint(1) NOT NULL DEFAULT 0
Alles anzeigen