You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Undefined array key "raid" should be fixed in latest HEAD.
I need more info to help fix the second one though. I don't know what file it is trying to open, and it would only open it if it appears to pass readability and accessibility checks, so this one is pretty odd.
Seems that the issue is reading /sys/class/net/lo/speed file from Linfo/Parsers/FileIO.php.
File is readable but system kernel rejects to allow PHP read. This file happens to reject reads with errno 22.
If you try to "cat /sys/class/net/lo/speed" you'll get exactly the same result.
Here are a couple of errors I'm having on Linux (tested on Red Hat 8.10 and Ubuntu 24.04 with PHP 8.3.16).
In case they are useful
Thanks jrgp
The text was updated successfully, but these errors were encountered: