Fatal PHP error after upgrading latest version 1.4.9
-
Hi, after upgrading to the latest 1.4.9 version of the plugin I am getting a fatal PHP error.
I am using the plugin with the stock 2025 WordPress theme in full site editing mode. I have disabled all other plugins just to check there is no clash there but I am still getting the fatal error. The server I am running on is using PHP 8.2.
The language switcher is added to the 2025 theme by adding a shortcode block (using the [multilanguage_switcher] shortcode) to one of the header templates so that it shows in the top header along with the main menu items. I have tried removing that shortcode but I still get the fatal error.
Here is a stack trace that is shown in the error log (I have replaced my actual domain name with a placeholder):
[24-Mar-2025 09:15:51 UTC] PHP Fatal error: Uncaught ValueError: Unknown format specifier "Ñ" in /var/www/mydomainname.co.uk/httpdocs/wp-includes/formatting.php:5273
Stack trace:
#0 /var/www/mydomainname.co.uk/httpdocs/wp-includes/formatting.php(5273): sprintf()
#1 /var/www/mydomainname.co.uk/httpdocs/wp-content/plugins/multilanguage/multilanguage.php(1588): wp_sprintf()
#2 /var/www/mydomainname.co.uk/httpdocs/wp-includes/class-wp-hook.php(324): mltlngg_post_tag_labels()
#3 /var/www/mydomainname.co.uk/httpdocs/wp-includes/plugin.php(205): WP_Hook->apply_filters()
#4 /var/www/mydomainname.co.uk/httpdocs/wp-includes/taxonomy.php(749): apply_filters()
#5 /var/www/mydomainname.co.uk/httpdocs/wp-includes/class-wp-taxonomy.php(486): get_taxonomy_labels()
#6 /var/www/mydomainname.co.uk/httpdocs/wp-includes/class-wp-taxonomy.php(290): WP_Taxonomy->set_props()
#7 /var/www/mydomainname.co.uk/httpdocs/wp-includes/taxonomy.php(532): WP_Taxonomy->__construct()
#8 /var/www/mydomainname.co.uk/httpdocs/wp-includes/taxonomy.php(86): register_taxonomy()
#9 /var/www/mydomainname.co.uk/httpdocs/wp-includes/class-wp-hook.php(324): create_initial_taxonomies()
#10 /var/www/mydomainname.co.uk/httpdocs/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters()
#11 /var/www/mydomainname.co.uk/httpdocs/wp-includes/plugin.php(517): WP_Hook->do_action()
#12 /var/www/mydomainname.co.uk/httpdocs/wp-settings.php(704): do_action()
#13 /var/www/mydomainname.co.uk/wp-config.php(81): require_once('...')
#14 /var/www/mydomainname.co.uk/httpdocs/wp-load.php(55): require_once('...')
#15 /var/www/mydomainname.co.uk/httpdocs/wp-admin/admin.php(34): require_once('...')
#16 /var/www/mydomainname.co.uk/httpdocs/wp-admin/plugins.php(10): require_once('...')
#17 {main}
thrown in /var/www/mydomainname.co.uk/httpdocs/wp-includes/formatting.php on line 5273Please let me know if there is any other information that may be helpful.
Thanks!
The topic ‘Fatal PHP error after upgrading latest version 1.4.9’ is closed to new replies.