-
Improvement
-
Resolution: Fixed
-
Minor
-
2.3.9, 2.4.6, 2.5, 2.5.2, 2.6
-
MOODLE_23_STABLE, MOODLE_24_STABLE, MOODLE_25_STABLE, MOODLE_26_STABLE
-
MOODLE_25_STABLE, MOODLE_26_STABLE
-
MDL-40410-Strict-Standards -
- Set the debugging mode to DEVELOPER
- Download, e.g., a quiz statistics report in ODS format.
- Verify the file is valid.
1) Set the debugging mode to DEVELOPER
2) Download, e.g., a quiz statistics report in ODS format.
3) The file is invalid because PHP strict standards are not met by tablelib.php
The file looks as follows:
--------------------------
Strict Standards: Only variables should be assigned by reference in /home/jzimmer/git/25/lib/tablelib.php on line 1504
Strict Standards: Only variables should be assigned by reference in /home/jzimmer/git/25/lib/tablelib.php on line 1506
PK########�h�B�l9�,###.#######mimetype#A # ##
--------------------------
I agree, the problem is not critical but very annoying during development...
and, I suppose, Moodle should meet the strict standards.
- Discovered while testing
-
MDL-43991 Coding error when opening Quiz -> Results -> Statistics
-
- Closed
-