You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Possibly unrelated. But I have a forum that is failing to upgrade to UTF-8 because of this table. I have to change the words column to varchar(80) to get the upgrade to complete.
@jdarwood007 - Note that there are no text columns in this table, so I think your utf8 conversion failing is due to another table.
My suspicion is your error was with log_search_subjects, and that what you saw is a dupe/alt symptom of #6405 ... Still need to properly get to mb4 (#6409 ).
Description
log_search_words is built in the DB default collation, not utf8mb3_general_ci to match the rest of SMF tables.
Steps to reproduce
Environment (complete as necessary)
The text was updated successfully, but these errors were encountered: