-
Bug
-
Resolution: Fixed
-
Minor
-
4.1.3, 4.2
-
6
-
Team Hedgehog 2023 Sprint 1.4, Team Hedgehog 2023 Sprint 2.0
There seem to be cases where base64_encode is still potentially being passed null values. This is an issue with the updates in PHP 8.1.
An example of this was found while registering a Moodle app using MNet and then I go to the Services tab, I found a bug related to the deprecation on PHP 8.1
Deprecated: base64_encode(): Passing null to parameter #1 ($string) of type string is deprecated |