Calender werden nicht angezeigt

Hallo zusammen,
mir werden die Kalender im Web-UI nicht mehr angezeigt (s.screenshot). Caldav-Sync funktioniert weiterhin.

NC: v21.0.4
Calendar: v2.3.2
Host: Raspi4/2GB
php: v7.3.29
mysql: v10.3.29

Einträge im Error-Log:

Error	core	Doctrine\DBAL\Exception\InvalidFieldNameException: An exception occurred while executing a query: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'deleted_at' in 'where clause'

Error	core	Doctrine\DBAL\Exception\InvalidFieldNameException: An exception occurred while executing a query: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'notified' in 'field list'

Info	no app in context	Deprecated event type for OCP\IDBConnection::CHECK_MISSING_COLUMNS: Symfony\Component\EventDispatcher\GenericEvent is used

Info	no app in context	Deprecated event type for {"[object] (OCP\SabrePluginEvent)":{"*statusCode":200,"*message":"","*server":{"[object] (OCA\DAV\Connector\Sabre\Server)":{"tree":"[object] (OCA\DAV\Connector\Sabre\ObjectTree)","*baseUri":"/cloud/remote.php/webdav/","httpResponse":"[object] (Sabre\HTTP\Response)","httpRequest":"[object] (Sabre\HTTP\Request)","sapi":"[object] (Sabre\HTTP\Sapi)","*plugins":[],"transactionType":null,"protectedProperties":{"...":"Over 20 items, aborting normalization"},"debugExceptions":false,"resourceTypeMapping":[],"enablePropfindDepthInfinity":true,"xml":"[object] (Sabre\DAV\Xml\Service)","*logger":null,"*listeners":{"...":"Over 20 items, aborting normalization"},"*wildcardListeners":[],"*listenerIndex":[]}},"Symfony\Contracts\EventDispatcher\EventpropagationStopped":false}}: null

wer weiß Rat?
Bildschirmfoto-20210823122721-1114x748

so long,
Schimy
o

ich habe noch einmal die logfiles näher angeschaut … ich poste mal die Stellen wo’s um den Calendar geht:

Fatal	webdav	Doctrine\DBAL\Exception\InvalidFieldNameException: An exception occurred while executing a query: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'deleted_at' in 'where clause'

[...]

Verursacht durchDoctrine\DBAL\Driver\PDO\Exception: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'deleted_at' in 'where clause'

/var/www/cloud/apps/polls/vendor/doctrine/dbal/src/Driver/PDO/Statement.php - line 94:
Doctrine\DBAL\Driver\PDO\Exception::new(PDOException ... ]})

/var/www/cloud/3rdparty/doctrine/dbal/src/Connection.php - line 1030:
Doctrine\DBAL\Driver\PDO\Statement->execute()

/var/www/cloud/lib/private/DB/Connection.php - line 226:
Doctrine\DBAL\Connection->executeQuery("SELECT * FR ... )", [ 7,0], [ 1,1], null)

/var/www/cloud/3rdparty/doctrine/dbal/src/Query/QueryBuilder.php - line 210:
OC\DB\Connection->executeQuery("SELECT * FR ... )", { dcValue1: 7,dcValue2: 0}, { dcValue1: 1,dcValue2: 1})

/var/www/cloud/lib/private/DB/QueryBuilder/QueryBuilder.php - line 287:
Doctrine\DBAL\Query\QueryBuilder->execute()

/var/www/cloud/apps/deck/lib/Db/AttachmentMapper.php - line 113:
OC\DB\QueryBuilder\QueryBuilder->execute()

/var/www/cloud/apps/deck/lib/Service/AttachmentService.php - line 149:
OCA\Deck\Db\AttachmentMapper->findAll(7)

/var/www/cloud/apps/deck/lib/Service/CardService.php - line 105:
OCA\Deck\Service\AttachmentService->count(7)

/var/www/cloud/apps/deck/lib/Service/CardService.php - line 160:
OCA\Deck\Service\CardService->enrich(OCA\Deck\Db\Card { id: 7})

/var/www/cloud/apps/deck/lib/DAV/DeckCalendarBackend.php - line 85:
OCA\Deck\Service\CardService->findCalendarEntries(2)

/var/www/cloud/apps/deck/lib/DAV/Calendar.php - line 57:
OCA\Deck\DAV\DeckCalendarBackend->getChildren(2)

/var/www/cloud/apps/deck/lib/DAV/CalendarPlugin.php - line 58:
OCA\Deck\DAV\Calendar->__construct("principals/users/Martin", "board-2", "*** sensiti ... *", OCA\Deck\DAV ... {})

<<closure>>
OCA\Deck\DAV\CalendarPlugin->OCA\Deck\DAV\{closure}("*** sensiti ... *")

/var/www/cloud/apps/deck/lib/DAV/CalendarPlugin.php - line 61:
array_map(Closure {}, [ "*** sensi ... }])

/var/www/cloud/apps/dav/lib/CalDAV/CalendarHome.php - line 120:
OCA\Deck\DAV\CalendarPlugin->fetchAllForCalendarHome("principals/users/Martin")

/var/www/cloud/3rdparty/sabre/dav/lib/DAV/Tree.php - line 200:
OCA\DAV\CalDAV\CalendarHome->getChildren()

/var/www/cloud/3rdparty/sabre/dav/lib/DAV/Server.php - line 900:
Sabre\DAV\Tree->getChildren("calendars/Martin")

/var/www/cloud/3rdparty/sabre/dav/lib/DAV/Server.php - line 982:
Sabre\DAV\Server->generatePathNodes(Sabre\DAV\PropFind {}, [ Sabre\DAV\ ... }])

/var/www/cloud/3rdparty/sabre/dav/lib/DAV/Server.php - line 1661:
Sabre\DAV\Server->getPropertiesIteratorForPath("calendars/Martin", [ "{DAV:}get ... "], 1)

/var/www/cloud/3rdparty/sabre/dav/lib/DAV/Server.php - line 1646:
Sabre\DAV\Server->writeMultiStatus(Sabre\Xml\Wr ... ]}, Generator {}, false)

/var/www/cloud/3rdparty/sabre/dav/lib/DAV/CorePlugin.php - line 346:
Sabre\DAV\Server->generateMultiStatus(Generator {}, false)

/var/www/cloud/3rdparty/sabre/event/lib/WildcardEmitterTrait.php - line 89:
Sabre\DAV\CorePlugin->httpPropFind(Sabre\HTTP\Request {}, Sabre\HTTP\Response {})

/var/www/cloud/3rdparty/sabre/dav/lib/DAV/Server.php - line 472:
Sabre\DAV\Server->emit("method:PROPFIND", [ Sabre\HTTP ... }])

/var/www/cloud/3rdparty/sabre/dav/lib/DAV/Server.php - line 253:
Sabre\DAV\Server->invokeMethod(Sabre\HTTP\Request {}, Sabre\HTTP\Response {})

/var/www/cloud/3rdparty/sabre/dav/lib/DAV/Server.php - line 321:
Sabre\DAV\Server->start()

/var/www/cloud/apps/dav/lib/Server.php - line 332:
Sabre\DAV\Server->exec()

/var/www/cloud/apps/dav/appinfo/v2/remote.php - line 35:
OCA\DAV\Server->exec()

/var/www/cloud/remote.php - line 167:
require_once("/var/www/cl ... p")

inzwischen auch folgende Befehle ausgefĂźhrt

occ db:add-missing-columns
occ db:add-missing-indices
occ maintenance:repair

hat leider nichts gebracht :frowning:

schade, dass hier keiner Antwortet :frowning:

für diejenigen, die es interessiert: nach dem ich die App “Deck” deaktiviert habe, werden nun auch wieder die Kalender angezeigt.