dlandon / unassigned.devices

Unassigned Devices plugin for unRAID
Other
81 stars 39 forks source link

PHP errors #100

Closed chris-merritt closed 7 months ago

chris-merritt commented 7 months ago

2024.02.02a seems to have fixed the PHP errors that were causing WebUI to hang but while diagnosing this I noticed many PHP errors are still present on my system. I haven't noticed this in previous versions but I wasn't really looking, I see a fix for $disabled but even when applying that other errors continue. Thanks for the great plugin.

[05-Feb-2024 05:18:23 America/New_York] PHP Warning: Undefined array key "is_formatting" in /usr/local/emhttp/plugins/unassigned.devices/UnassignedDevices.php on line 105 [05-Feb-2024 05:18:23 America/New_York] PHP Warning: Undefined array key "is_formatting" in /usr/local/emhttp/plugins/unassigned.devices/UnassignedDevices.php on line 385 [05-Feb-2024 05:18:23 America/New_York] PHP Warning: Undefined array key "is_mounting" in /usr/local/emhttp/plugins/unassigned.devices/UnassignedDevices.php on line 581 [05-Feb-2024 05:18:23 America/New_York] PHP Warning: Undefined array key "is_unmounting" in /usr/local/emhttp/plugins/unassigned.devices/UnassignedDevices.php on line 590 [05-Feb-2024 05:18:23 America/New_York] PHP Warning: Undefined array key "is_formatting" in /usr/local/emhttp/plugins/unassigned.devices/UnassignedDevices.php on line 105 [05-Feb-2024 05:18:23 America/New_York] PHP Warning: Undefined array key "is_formatting" in /usr/local/emhttp/plugins/unassigned.devices/UnassignedDevices.php on line 385 [05-Feb-2024 05:18:23 America/New_York] PHP Warning: Undefined array key "is_mounting" in /usr/local/emhttp/plugins/unassigned.devices/UnassignedDevices.php on line 581 [05-Feb-2024 05:18:23 America/New_York] PHP Warning: Undefined array key "is_unmounting" in /usr/local/emhttp/plugins/unassigned.devices/UnassignedDevices.php on line 590 [05-Feb-2024 05:18:23 America/New_York] PHP Warning: Undefined array key "is_formatting" in /usr/local/emhttp/plugins/unassigned.devices/UnassignedDevices.php on line 105 [05-Feb-2024 05:18:23 America/New_York] PHP Warning: Undefined array key "is_formatting" in /usr/local/emhttp/plugins/unassigned.devices/UnassignedDevices.php on line 385 [05-Feb-2024 05:18:23 America/New_York] PHP Warning: Undefined array key "is_mounting" in /usr/local/emhttp/plugins/unassigned.devices/UnassignedDevices.php on line 581 [05-Feb-2024 05:18:23 America/New_York] PHP Warning: Undefined array key "is_unmounting" in /usr/local/emhttp/plugins/unassigned.devices/UnassignedDevices.php on line 590 [05-Feb-2024 05:18:23 America/New_York] PHP Warning: Undefined array key "is_formatting" in /usr/local/emhttp/plugins/unassigned.devices/UnassignedDevices.php on line 105 [05-Feb-2024 05:18:23 America/New_York] PHP Warning: Undefined array key "is_formatting" in /usr/local/emhttp/plugins/unassigned.devices/UnassignedDevices.php on line 385 [05-Feb-2024 05:18:23 America/New_York] PHP Warning: Undefined array key "is_formatting" in /usr/local/emhttp/plugins/unassigned.devices/UnassignedDevices.php on line 105 [05-Feb-2024 05:18:23 America/New_York] PHP Warning: Undefined array key "is_formatting" in /usr/local/emhttp/plugins/unassigned.devices/UnassignedDevices.php on line 385

dlandon commented 7 months ago

My test system has not been reporting these warnings and errors. I figured out what was wrong and I'm working through these warnings now.