Fixed convert-utf8mb4 doesn't check if fullUnicode is already set before recommending it should be set

Xon

Well-known member
Affected version
2.2.8 Patch 1
After running the migration and making changes this CLI command dumps the following text;
Code:
You must now add the following to your src/config.php file:
$config['fullUnicode'] = true;
It does this regardless of if fullUnicode has been set.

It is possible for the config.php to be already configured or the command is being re-run to pickup add-on tables.
 
Thank you for reporting this issue, it has now been resolved. We are aiming to include any changes that have been made in a future XF release (2.2.9).

Change log:
When converting tables to utf8mb4, only show the prompt to add fullUnicode to config.php if the value isn't set already
There may be a delay before changes are rolled out to the XenForo Community.
 
Top Bottom