adrianchan
Forum Replies Created
-
Hi @corylamleorg,
Ticket submitted.
I think it is a configuration value issue.
It can be easily reproduced like below:<?php $mysqli = new mysqli("localhost","my_user","my_password","my_db"); if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } echo "Initial character set is: " . $mysqli -> character_set_name(); // Change character set to utf8mb3 will raise exception $mysqli -> set_charset("utf8mb3"); echo "Current character set is: " . $mysqli -> character_set_name(); $mysqli -> close(); ?>Since ‘utf8mb3’ is not a correct value for mysqli set_charset().
This error should be handled by the plugin.Please kindly advise.
Thank you
Another image links:
advanced.mode.step1
advanced.mode.step2
basic.mode.step1a
basic.mode.step1bHi @corylamleorg,
We really wish to see that charset field but just interrupted and see a white screen on step 2.
advanced.mode.step1 https://ibb.co/BPbXkf4
advanced.mode.step2 https://ibb.co/GQM50Ck
basic.mode.step1a https://ibb.co/17zWBtr
basic.mode.step1b https://ibb.co/Mh9WJRTEven basic mode can show more error info.
Is it possible to show that field in step 1 of advanced installation mode?
Any better suggestion?Please kindly advise.
Thank you