-
Bug
-
Resolution: Fixed
-
Major
-
2.3.2
-
PostgreSQL
-
MOODLE_23_STABLE
-
MOODLE_23_STABLE
-
master
this notice seen during browsing search results from community finder block.
Notice: Undefined property: stdClass::$backupsize in /var/www/moodle/blocks/community/renderer.php on line 263
This is due to the hub web service function get_courses that sometimes does not return a backup size for the downloadable course:
a) it should always return a backup size
b) if the backup size is equal to zero so we may not want to return the downloadable course at all
c) I suspect that it currently fail for backupsize < 1Mb. I checked, one of the course not receiving backupsize has a size of 0.15Mb.
- duplicates
-
MDL-28093 Block: Community - get_string errors when blocks or activities not available
-
- Closed
-