Skip to content

[ENH] Tiki-install: Clarifying the UTF8 text message after locking the Tiki installer

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

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

NB : i closed !1358 (closed) and made all changes required in this new commit!

Merge request reports