Upgrade Error 7.3.3 > 7.3.4

Hello,

 

in the automatic Upradescript, i became this screen : ALTER TABLE `Profiles` DROP INDEX `NickName_2`;: Can't DROP 'NickName_2'; check that column/key exists

 

what is wrong?

 

Thanks

André

Quote · 11 Nov 2017

For some reason, you have no 'NickName_2' index in  `Profiles` table. Try to add this index manually:

ALTER TABLE `Profiles` ADD FULLTEXT KEY `NickName_2` (`NickName`,`FullName`,`FirstName`,`LastName`,`City`,`DescriptionMe`,`Tags`);

Then run upgrade script again.

 

Rules → http://www.boonex.com/terms
Quote · 14 Nov 2017
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.