1 amoun Aug 05, 2020 09:50
3 amoun Aug 05, 2020 15:11
Duplicated in next post.
4 amoun Aug 05, 2020 15:11
Ok Have hacked /install/index.php to see what is going on
From Line 650 I have now inserted four lines: 659, to 633
if( ! is_null( $old_db_version ) )
{
$expected_connection_charset = $DB->php_to_mysql_charmap( $evo_charset );
if( $DB->connection_charset != $expected_connection_charset )
{
display_install_messages( sprintf( T_('In order to install b2evolution with the %s locale, your MySQL needs to support the %s connection charset.').' (mysqli::set_charset(%s))',
$current_locale, $evo_charset, $expected_connection_charset ) );
// sam2kb> TODO: If something is not supported we can display a message saying "do this and that, enable extension X etc. etc... or switch to a better hosting".
[color=blue]echo"Testing $evo_charset<br />";
echo"$evo_charset = " . $evo_charset . "<br /><br />";
echo"Testing $DB connection_charset<br />";
echo"$DB connection_charset = " . $DB->connection_charset;[/color]
break;
Hmmm! Codeblock Plugin not working
5 amoun Aug 05, 2020 17:16
6 amoun Aug 05, 2020 17:25
????
Somehow the site is working and status shows 7.2.0 but there was no move on the install failure and consequently no options to upgrade or choose not to have demo content, so the site is a bit weird.
https://lovejoy.org.uk
Just a test site for 7.2.0
7 amoun Aug 07, 2020 10:25
Just looking at this issue again and note the new log entry as described at https://b2evolution.net/downloads/7-2-0-beta#more363908
The log appears to be fine so the question remains why the error message and how did the install jump this error, update the database and install demo content. ??
Just to confirm my investigation I asked my host to check and this is their response:
So I am still in the dark. Maybe a fresh upload and overwrite??