?
avatar swiffer
swiffer
29 Feb 2016

Steps to reproduce the issue

  1. Run Database Fix Tool after upgrading to 3.5b3 on an utf8mb4 capable site

Expected result

  1. Migrate Database to utf8mb4_general_ci

Actual result

  1. An error is shown for #__finder_terms (idx_term) duplicate entry

System information (as much as possible)

Additional comments

  1. Delete the Search index
  2. Run Database migrations
  3. Rebuild the search index

Fixes the Problem!

avatar swiffer swiffer - open - 29 Feb 2016
avatar brianteeman brianteeman - change - 29 Feb 2016
Labels Added: ?
avatar wilsonge
wilsonge - comment - 29 Feb 2016

OK So I am super confused here - because this column is VARCHAR(75) length so we should never exceed it's length. I have tried several times and I'm unable to replicate this in anyway. Have you been able to identify the rows that are triggering this?

avatar swiffer
swiffer - comment - 1 Mar 2016

sorry, i directly cleaned the index and rebuild it after running the migrations

avatar wilsonge
wilsonge - comment - 1 Mar 2016

Do you not have a copy of the original site (you should never run betas on production sites!) - but if not then I'll have to close this as neither me nor Eli could find a way to replicate the issue

avatar brianteeman brianteeman - change - 1 Mar 2016
Category SQL Updating
avatar wilsonge
wilsonge - comment - 11 Mar 2016

OK As we don't have a copy of the data closing in favour of #9361 where we have some data we can use for replication purposes

avatar wilsonge wilsonge - change - 11 Mar 2016
Status New Closed
Closed_Date 0000-00-00 00:00:00 2016-03-11 12:07:39
Closed_By wilsonge
avatar wilsonge wilsonge - close - 11 Mar 2016

Add a Comment

Login with GitHub to post a comment