Skip to content

[ENH] installation clarification of utf8 text message after locking the tiki

The logic for the text message after locking the tiki is wrong. the goal is to clarify the logic and display the success message text when the tabase encoding is correct (UTF8 or better utf8mb4_unicode_ci). when the database enconding is wrong, a warning message displays and actions proposed for selecting the previous encoding then click to fixing the issue (button "Fix encoding issues" );

You can find the task descrition here : https://dev.tiki.org/item8092

Merge request reports