Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
3.11, 4.0
-
1
-
QA blitz 3
Description
While looking for PHP8 specific problems in apache logs (see MDL-70986), it has been discovered this remaining use of the [grade,core] string, that is now deprecated:
174106:[Fri May 07 19:41:51.524170 2021] [php:notice] [pid 6009] [client 172.24.0.7:46980] Debugging:
|
|
String [grade,core] is deprecated. Either you should no longer be using that string, or the string has been incorrectly deprecated, in which case you should report this as a bug. Please refer to https://docs.moodle.org/dev/String_deprecation in
|
* line 394 of /lib/classes/string_manager_standard.php: call to debugging()
|
* line 206 of /lib/classes/output/mustache_template_source_loader.php: call to core_string_manager_standard->get_string()
|
* line 181 of /lib/classes/output/mustache_template_source_loader.php: call to core\\output\\mustache_template_source_loader->core\\output\\{closure}()
|
* line 209 of /lib/classes/output/mustache_template_source_loader.php: call to core\\output\\mustache_template_source_loader->core\\output\\{closure}()
|
* line 152 of /lib/classes/output/external.php: call to core\\output\\mustache_template_source_loader->load_with_dependencies()
|
* line 261 of /lib/externallib.php: call to core\\output\\external::load_template_with_dependencies()
|
* line 81 of /lib/ajax/service.php: call to external_api::call_external_function()
|
* line 33 of /lib/ajax/service-nologin.php: call to require_once()
|
, referer: http://webserverbd13e3f8a83bd6ab/behatrun3/mod/forum/view.php?id=107000
|
The lang string was deprecated by MDL-71118, for 311 and master
This issue is about to detect it (an any other use that may be not detected by behat), and start using the new alternative.
Attachments
Issue Links
- Discovered while testing
-
MDL-70986 Verify that there apache logs are clean of PHP 8.0 notices/warnings/errors
-
- Closed
-
- has a non-specific relationship to
-
MDL-72404 String [grade,core] is deprecated
-
- Closed
-
- is a regression caused by
-
MDL-71118 Differentiate between grade as a noun and grade as a verb in the UI texts
-
- Closed
-