Solved ErrorException: [E_DEPRECATED] str_replace(): Passing null to parameter #3 ($subject) of type array|

This topic has been solved
Z

ZixDev

Guest
I think this error is caused by PHP 8.1
ErrorException: [E_DEPRECATED] str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in src/XF/Job/AddOnUninstallData.php at line 76
  1. XF::handlePhpError()
  2. str_replace() in src/XF/Job/AddOnUninstallData.php at line 76
  3. XF\Job\AddOnUninstallData->getStatusMessage() in src/XF/Admin/Controller/Tools.php at line 176...

Read more

Continue reading...