Hi, i try to upgrade my cms from 1.8.3 to 1.8.7 when i use existing DB i have this message
An error occurred populating the database. Statement number: 25. Error Message = [SQLSTATE[42S01]: Base table or view already exists: 1050 Table ‘lktagdisplaygroup’ already exists]. File = [structure.sql]. SQL = [create table lktagdisplaygroup ( lkTagDisplayGroupId int auto_increment primary key, tagId int not null, displayGroupId int not null, constraint tagId unique (tagId, displayGroupId) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1].
any Idea?
thanks!