Hello,
I’m going from 1.32 > 1.60. I follow the docs, run the wizard, and then click the upgrade link. I then get the following error:
Error: The following error was encountered
MySQL ERROR:Error Number: 1050
Description: Table ‘exp_extensions’ already exists
Query: CREATE TABLE exp_extensions ( extension_id int(10) unsigned NOT NULL auto_increment, class varchar(50) NOT NULL default ‘’, method varchar(50) NOT NULL default ‘’, hook varchar(50) NOT NULL default ‘’, settings text NOT NULL, priority int(2) NOT NULL default ‘10’, version varchar(10) NOT NULL default ‘’, enabled char(1) NOT NULL default ‘y’, PRIMARY KEY (extension_id) )
Any help would be appreciated!