moodleou / moodle-report_customsql

A Moodle report plugin that lets you easily create simple reports that can be expressed as a single SQL query
46 stars 100 forks source link

str_replace() is deprecated #144

Open peta3000 opened 10 months ago

peta3000 commented 10 months ago

I get the following debug message:

Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /var/www/html/report/customsql/locallib.php on line 510

I also get the Deprecated: Function strftime() is deprecated in /var/www/html/report/customsql/locallib.php on line 204 --> also reported here, in context of a cron-issue: #143


Moodle-Release/Build/Version: Moodle 4.1.6 (Build: 20231009) Plugin-Release/Build/Version: 4.2 for Moodle 3.9+ (Build: 2022031800) Theme Boost Version: 2022112800


Many thanks!

abias commented 5 months ago

I think the second problem of this issue was solved by https://github.com/moodleou/moodle-report_customsql/commit/a97a9e55196b95e2124444aff776c074cf6f95ef.