Hello,
I’m currently running expressionengine via engine hosting. I’ve been attempting to upgrade from the first version of 2 to 2.1.3 and have been experiencing issues.
Everything runs smooth, and after running the install wizard via the system folder I receive the following error message:
{"error":"
Error Number: 1050
\n\nTable 'exp_comment_subscriptions' already exists
\n\nCREATE TABLE `exp_comment_subscriptions` (\n\t`subscription_id` int(10) UNSIGNED AUTO_INCREMENT,\n\t`entry_id` int(10) UNSIGNED,\n\t`member_id` int(10) DEFAULT '0',\n\t`email` varchar(50),\n\t`subscription_date` varchar(10),\n\t`notification_sent` char(1) DEFAULT 'n',\n\t`hash` varchar(15),\n\tPRIMARY KEY `subscription_id` (`subscription_id`),\n\tKEY `entry_id` (`entry_id`),\n\tKEY `member_id` (`member_id`)\n) DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
\n\nFilename: updates/ud_211.php
\n\nLine Number: 101
"}
Any ideas how to alleviate this and finally get our site upgraded to the most recent version? For reference, the only extension we currently have installed are WYGWAM and SiteMap. I haven’t uninstalled WYGWAM before the install because I’m concerned it will purge the blog entries which have been completed using the extension.
Would appreciate any help or suggestions to solve this!