Hi all
I get the following two warnings, when I visit the MoodleBox dashboard:
Notice: Undefined offset: 0 in /var/www/moodle/admin/tool/moodlebox/classes/local/utils.php on line 188
Notice: Undefined offset: 4 in /var/www/moodle/admin/tool/moodlebox/classes/local/utils.php on line 189
They don't interfere with its functioning, still wonder where they come from. The two lines mentiones are:
$matches = array_values(preg_grep('#^.*/(eth|en).*$#i', array_keys(iterator_to_array($iter))))[0];
return explode('/', $matches)[4];
Is it by chance the missing 'eth' interface in a Pi 3 A+?
MoodleBox 4.5.1, originally Moodle 4.1 LTS, apt and Git upgraded to Moodle 4.1.14.
Moodlebox plug-in also upgraded to 2.17.1
As mentioned, running in a R Pi 3 A+