Fatal erorr when i check the widged and costumizer pages on wp dashboard!!!!!

Posted in: Newspaper
Post count: 5

Pleas Help!

Fatal error: Call to undefined function mb_detect_encoding() in /home/agroplus/agrarian.md/wp-includes/functions.php on line 3086

Post count: 9544

If you get this error, your PHP web server is lacking support for the function: mb_detect_encoding.

Ask them to enable it.

Post count: 5

Thank you for efficiency

Post count: 5

mmm host said // problem in your theme (((

Post count: 5

and they were right. I replaced in line (3086:$encoding = mb_detect_encoding( $string, mb_detect_order(), true );) on ($encoding = ‘UTF-8’;) and the problem disappeared.

Post count: 22421

Hello,

Those are not theme files you modified. They are WP files. That is wp-includes/functions.php, not the theme functions file found in wp-content/themes/newspaper/

Thank you!

Post count: 9544

You might need to enable UTF-8 encoding for domain/server, or specify this in your wp-config.php file ? Food for thought anyway.

Viewing 7 posts - 1 through 7 (of 7 total)
The forum ‘Newspaper’ is closed to new topics and replies.