MyBB Community Forums

Full Version: We are getting UTF-8 errors and i am lost
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
We are getting the following errors on our MyBB forum. Not quite sure how to solve this. We ran the UTF-8 conversion and before and after this error shows up.

The following warnings occurred:

This is the /USERCP.PHP page
Warning [2] htmlentities(): charset `utf-8;' not supported, assuming utf-8 - Line: 59 - File: usercp.php PHP 7.3.3 (Linux)

File
Line
Function[PHP]
 
errorHandler->error
/usercp.php
59
htmlentities



This is the manage Plugins page
Warning [2] html_entity_decode(): charset `utf-8;' not supported, assuming utf-8 - Line: 115 - File: admin/modules/config/plugins.php PHP 7.3.3 (Linux)

File
Line
Function[PHP]
 
errorHandler->error
/admin/modules/config/plugins.php
115
html_entity_decode
/admin/index.php


sorry we noticed it had the semi colon in there. Removed it and we are good.