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 Nextcloud 28.0.12, I think there is a bug in lib/BackgroundJob/RemoteActivity.php . It is calling its parent's constructor. It extends the deprecated OC\BackgroundJob\QueuedJob. The issue is that none of the parent classes has a constructor.
This has been seen in nextcloud.log when running cron.php:
In Nextcloud 28.0.12, I think there is a bug in
lib/BackgroundJob/RemoteActivity.php
. It is calling its parent's constructor. It extends the deprecatedOC\BackgroundJob\QueuedJob
. The issue is that none of the parent classes has a constructor.This has been seen in nextcloud.log when running cron.php:
The text was updated successfully, but these errors were encountered: