This question may be related to a resolved thread.
I’m trying to upgrade from EE 2.1.0 to the current EE 2.1.3. But each time, I only get as far as pushing the “I accept terms…yadda, yadda, yadda..” button and then I get the following:
A Database Error Occurred
Error Number: 1050Table ‘exp_comment_subscriptions’ already exists
CREATE TABLE `exp_comment_subscriptions` ( `subscription_id` int(10) UNSIGNED AUTO_INCREMENT, `entry_id` int(10) UNSIGNED, `member_id` int(10) DEFAULT ‘0’, `email` varchar(50), `subscription_date` varchar(10), `notification_sent` char(1) DEFAULT ‘n’, `hash` varchar(15), PRIMARY KEY `subscription_id` (`subscription_id`), KEY `entry_id` (`entry_id`), KEY `member_id` (`member_id`) ) DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
Filename: updates/ud_211.php
Line Number: 101
« Back
Please help!
Thanks!
~Dana