I get to an http 500 and in the logs I can see
Code: Select all
2020-12-29T19:51:37.258334515Z [Tue Dec 29 19:51:37.258022 2020] [php7:error] [pid 43] [client <<<removed>>>:43007] PHP Fatal error: Uncaught Exception: Error: Got error 1 from storage engine<br />Error No: 1030<br />CREATE TABLE `oc_address` (\n `address_id` int(11) NOT NULL AUTO_INCREMENT,\n `customer_id` int(11) NOT NULL,\n `firstname` varchar(32) NOT NULL,\n `lastname` varchar(32) NOT NULL,\n `company` varchar(40) NOT NULL,\n `address_1` varchar(128) NOT NULL,\n `address_2` varchar(128) NOT NULL,\n `city` varchar(128) NOT NULL,\n `postcode` varchar(10) NOT NULL,\n `country_id` int(11) NOT NULL DEFAULT '0',\n `zone_id` int(11) NOT NULL DEFAULT '0',\n `custom_field` text NOT NULL,\n PRIMARY KEY (`address_id`),\n KEY `customer_id` (`customer_id`)\n) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;\n in /home/site/wwwroot/system/library/db/mysqli.php:40\nStack trace:\n#0 /home/site/wwwroot/system/library/db.php(45): DB\\MySQLi->query('CREATE TABLE `o...')\n#1 /home/site/wwwroot/install/model/install/install.php(26): DB->query('CREATE TABLE `o...')\n#2 /home/site/wwwroot/system/engine/loader.php(248): ModelInstallInstall->database(Array in /home/site/wwwroot/system/library/db/mysqli.php on line 40, referer: <<<removed>>>/install/index.php?route=install/step_3
Anyone with any pointers?