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
In some case null is stored in status.json and raise some warning.
I presume a race condition with php8. In this case file_get_contents can return a null response and not false.
I propose to replace if/else test by a default settement and a check before to overwrite from file.
The text was updated successfully, but these errors were encountered:
In some case null is stored in status.json and raise some warning.
I presume a race condition with php8. In this case file_get_contents can return a null response and not false.
I propose to replace if/else test by a default settement and a check before to overwrite from file.
The text was updated successfully, but these errors were encountered: