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
The login works fine but when I try to open the account page of a user (e. g. /accounts/account/5e8c4a1f30656581770002f3). The following error can be found in the log:
[Sun Apr 17 23:22:58.845694 2022] [php:error] [pid 178415] [client 144.2.110.170:5461] PHP Fatal error: DASPRiD\\Enum\\AbstractEnum::__sleep(): Return type must be array when declared in
/var/www/cockpit/addons/2FA/lib/DASPRiD/Enum/AbstractEnum.php on line 217, referer: ...
Additionally there are a few warnings PHP Warning: Private methods cannot be final as they are never overridden by other classes
I think this is because of PHP 8
The text was updated successfully, but these errors were encountered:
The login works fine but when I try to open the account page of a user (e. g. /accounts/account/5e8c4a1f30656581770002f3). The following error can be found in the log:
Additionally there are a few warnings
PHP Warning: Private methods cannot be final as they are never overridden by other classes
I think this is because of PHP 8
The text was updated successfully, but these errors were encountered: