Update packages
sudo dnf -y update
Disable cgroups v2 in the kernel
sudo grubby --update-kernel=ALL --args="systemd.unified_cgroup_hierarchy=0"
Reboot.
Uninstall docker if you already did and install Docker CE.
mkdir [name] and go to this directory cd [name]vim .lando.yml) and paste content below and save:name: firefly
recipe: lamp
config:
php: '8.2'
| diff --git a/includes/group/course/queries.inc b/includes/group/course/queries.inc | |
| index 1030014..d1ecd42 100644 | |
| --- a/includes/group/course/queries.inc | |
| +++ b/includes/group/course/queries.inc | |
| @@ -273,21 +273,61 @@ function opigno_statistics_app_query_course_students_results($course_nid) { | |
| ", array( | |
| ':course_nid' => $course_nid | |
| )); | |
| + // Put on array, so can this can be merged and find unique results | |
| + while ($user = $result->fetchAssoc()) { |