Appointments icon indicating copy to clipboard operation
Appointments copied to clipboard

Nextcloud 31 compatibility issue

Open gaudryc opened this issue 7 months ago • 0 comments

The application still contains calls to the non-existent method IServerContainer::getLogger (i.e. "\OC::$server->getLogger()") instead of IServerContainer::get (i.e. "\OC::$server->get(\Psr\Log\LoggerInterface::class)").

The affected files are:

  • lib/Backend/DavListener.php
  • lib/Controller/CalendarsController.php
  • lib/Controller/StateController.php

Regards

gaudryc avatar Jun 13 '25 10:06 gaudryc