Solved [E_DEPRECATED] strtr(): Passing null to parameter #1

This topic has been solved
D

DevPunk

Guest
I have this message in the log over 50k times.
PHP 8.1
  • ErrorException: [E_DEPRECATED] strtr(): Passing null to parameter #1 ($string) of type string is deprecated
  • src/vendor/dokuwiki/utf8/utf8.php:430

Code:

Code:
#0 [internal function]: XF::handlePhpError(8192, '[E_DEPRECATED] ...', 's...', 430)
#1 src/vendor/dokuwiki/utf8/utf8.php(430): strtr(NULL, Array)
#2 src/XF/Repository/Tag.php(153): utf8_deaccent(NULL)
#3 src/XF/Entity/Tag.php(48): XF\Repository\Tag->generateTagUrlVersion(NULL)
#4...

Read more

Continue reading...