XenForo PHP 8.1: Passing null to parameter #1 ($string) of type string is deprecated src/vendor/dokuwiki/utf

7

7ore

Guest
I migrated the forum to a new server today, that uses PHP 8.1 and got two incidents in the log with this.
That was when a user uploaded a couple of images to the Media library.
It seems like the upload worked though, and I have not heard any complaints either.

We have 2.2.10 Patch 1.


Code:

Code:
#0 [internal function]: XF::handlePhpError(8192, '[E_DEPRECATED] ...', '...__...', 429)
#1 src/vendor/dokuwiki/utf8/utf8.php(429): strtr(NULL, Array)
#2 src/XF/Repository/Tag.php(153): utf8_deaccent(NULL)
#3...

Read more

Continue reading...