• Resolved rice

    (@kminowa)


    Wordpress
    PHP7.4
    MariaDB 10.1.37

    Thank you for splendid plugin.

    DB error
    Unknown character set: ‘utf8’.

    The code that an error was over.
    ALTER TABLE wp_blc_links MODIFY COLUMN url text CHARACTER
    SET utf8 COLLATE utf8_bin NOT NULL

    Probably it is right character set.
    ALTER TABLE wp_blc_links CHANGE url TEXT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL;

    MariaDB is suppoted

    blcTableDelta::delta()
    wp-content/plugins/broken-link-checker/includes/admin/db-upgrade.php:349
    blcDatabaseUpgrader::make_schema_current()
    wp-content/plugins/broken-link-checker/includes/admin/db-upgrade.php:56
    blcDatabaseUpgrader::upgrade_database()
    wp-content/plugins/broken-link-checker/includes/admin/db-upgrade.php:26
    blc_init()
    wp-content/plugins/broken-link-checker/core/init.php:276
    do_action(‘init’)
    wp-includes/plugin.php:517

    plug-in: broken-link-checker
    Unknown character set: ‘utf8’ 1115

    tanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Patrick – WPMU DEV Support

    (@wpmudevsupport12)

    Hi @kminowa

    Sorry to hear you had this issue.

    I tried to replicate this problem on my website but I was unable, it uses MariaDB 10.3.36-MariaDB-1:10.3.36+maria~ubu1804 – mariadb.org binary distribution

    Had you got this issue on any specific page or taken any action in the plugin?

    Best Regards
    Patrick Freitas

    Plugin Support Amin – WPMU DEV Support

    (@wpmudev-support2)

    Hello @kminowa ,

    We haven’t heard from you for some time now, so it looks like you don’t have any more questions for us.

    Feel free to re-open this ticket if needed.

    Kind regards
    Kasia

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘blcDatabaseUpgrader MariaDB error’ is closed to new replies.