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
…before usage, older php versions allowed to send null, which will crash out on later versions.
Although we do silently ignore the issue now, most callers likely are sending null when trapping into this issue and the user should receive an empty grid anyway in these cases.
```
/usr/local/opnsense/mvc/app/controllers/OPNsense/Base/ApiControllerBase.php:60: array_keys(): Argument #1 ($array) must be of type array, null given
```
Need to figure out why multiple actions defined in an actions_.conf file cause configd stop working correctly.
When this happens configctl reports:
configd socket missing (@/var/run/configd.socket)
Probably something like configd fails to start properly, and there is some log message somewhere.
The text was updated successfully, but these errors were encountered: