by Ken Task.
Well, that's 'special' ... no pun intended, either! :|
The only place in 4.2.3+ (Build: 20231116) git acquired core code where "htmlspecialchars()"
exist is in:
./lib/adodb/adodb-pager.inc.php: if (!empty($PHP_SELF)) $PHP_SELF = htmlspecialchars($_SERVER['PHP_SELF']); // htmlspecialchars() to prevent XSS attacks
You might have a plugin, however ... so at the root of moodle code,
issue:
fgrep 'htmlspecialchars()' ./*/*/*
exist is in:
./lib/adodb/adodb-pager.inc.php: if (!empty($PHP_SELF)) $PHP_SELF = htmlspecialchars($_SERVER['PHP_SELF']); // htmlspecialchars() to prevent XSS attacks
You might have a plugin, however ... so at the root of moodle code,
issue:
fgrep 'htmlspecialchars()' ./*/*/*
That will scroll a lot so you might have to page up screens to find where that kicks out.
Me thinks related to language ... are you in need of a language pack update/upgrade?
Also ... do you have all the php extensions you need for that version?
'SoS', Ken
'SoS', Ken