TypeError: OC\DB\QueryBuilder\ QueryBuilder::__construct(): Argument #3

Hallo zusammen,
Ich hab meine Nextcloud auf einer vm mit Ubuntu server 18.04 mit PHP 8.1.6 Nextcloud 24.0.1

Ich hab das problem das ich keine Sicherungen machen kann weder Local noch über SMB.

Meldung in der Protokolierung
[core] Fehler: TypeError: OC\DB\QueryBuilder\QueryBuilder::__construct(): Argument #3 ($logger) must be of type Psr\Log\LoggerInterface, OC\Log given, called in /var/www/nextcloud/apps/backup/vendor/artificial-owl/my-small-php-tools/lib/Db/Nextcloud/nc23/NC23ExtendedQueryBuilder.php on line 74 at <>

  1. /var/www/nextcloud/apps/backup/vendor/artificial-owl/my-small-php-tools/lib/Db/Nextcloud/nc23/NC23ExtendedQueryBuilder.php line 74
    OC\DB\QueryBuilder\QueryBuilder->__construct()
  2. /var/www/nextcloud/apps/backup/lib/Db/CoreQueryBuilder.php line 48
    ArtificialOwl\MySmallPhpTools\Db\Nextcloud\nc23\NC23ExtendedQueryBuilder->__construct()
  3. /var/www/nextcloud/apps/backup/lib/Db/CoreRequestBuilder.php line 124
    OCA\Backup\Db\CoreQueryBuilder->__construct()
  4. /var/www/nextcloud/apps/backup/lib/Db/PointRequestBuilder.php line 79
    OCA\Backup\Db\CoreRequestBuilder->getQueryBuilder()
  5. /var/www/nextcloud/apps/backup/lib/Db/PointRequest.php line 156
    OCA\Backup\Db\PointRequestBuilder->getPointSelectSql()
  6. /var/www/nextcloud/apps/backup/lib/Service/PointService.php line 220
    OCA\Backup\Db\PointRequest->getLocal()
  7. /var/www/nextcloud/apps/backup/lib/Service/PointService.php line 957
    OCA\Backup\Service\PointService->getLocalRestoringPoints()
  8. /var/www/nextcloud/apps/backup/lib/Cron/Manage.php line 133
    OCA\Backup\Service\PointService->purgeRestoringPoints()
  9. /var/www/nextcloud/apps/backup/lib/Cron/Manage.php line 119
    OCA\Backup\Cron\Manage->manage()
  10. /var/www/nextcloud/lib/private/BackgroundJob/Job.php line 54
    OCA\Backup\Cron\Manage->run()
  11. /var/www/nextcloud/lib/private/BackgroundJob/TimedJob.php line 60
    OC\BackgroundJob\Job->execute()
  12. /var/www/nextcloud/cron.php line 151
    OC\BackgroundJob\TimedJob->execute()

Kan mir einer bitte Helfen, Danke

Hey @MIBE

das hilft dir leider nicht direkt weiter, aber das Problem scheinen auch andere mit der Backup App zu haben: