ka0tik0

Results 2 comments of ka0tik0

I have the same error with this in php-errors.log: `[2022-05-25 18:33:39] glpiphplog.CRITICAL: *** Uncaught Exception TypeError: Argument 1 passed to Glpi\Toolbox\Sanitizer::decodeHtmlSpecialCharsRecursive() must be of the type array, string given, called...

It seems that the deploycommon.class.php file refers on line 392 to the Toolbox function unclean_cross_side_scripting_deep() Currently this function is deprecated and replaced by decodeHtmlSpecialCharsRecursive() which is where it fails. I've...