You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting the following error from the parser (running on PHP 8.1):
CRITICAL - 2023-10-13 13:56:58 --> mb_convert_encoding(): Argument #3 ($from_encoding) must specify at least one encoding
in VENDORPATH/mf2/mf2/Mf2/Parser.php on line 96.
1 VENDORPATH/mf2/mf2/Mf2/Parser.php(96): mb_convert_encoding()
2 VENDORPATH/mf2/mf2/Mf2/Parser.php(365): Mf2\unicodeToHtmlEntities()
3 VENDORPATH/indieweb/mention-client/src/IndieWeb/MentionClient.php(156): Mf2\Parser->__construct()
...
I'm getting the following error from the parser (running on PHP 8.1):
Looking at the comments on https://www.php.net/manual/en/function.mb-detect-encoding.php it seems like there have been some changes in the way mb_detect_encoding() works in PHP 8.1 - I'm not sure if this is the cause of the error I'm getting?
The text was updated successfully, but these errors were encountered: