Error message after last update "PDOException: could not find driver at"
With the latest update of collectiv I get this error message on 2 independent instances every 5-10 min.
The error does not affect the behavior of the NC at first sight, it only fills my log file.
NC: 24.0.3
PHP: 8.0.21
MYSQL: 10.6
```
[core] Fehler: PDOException: could not find driver at <<closure>>
0. /var/www/nextcloud/apps/collectives/vendor/teamtnt/tntsearch/src/Indexer/TNTIndexer.php line 178
PDO->__construct()
1. /var/www/nextcloud/apps/collectives/lib/Search/FileSearch/FileSearcher.php line 92
TeamTNT\TNTSearch\Indexer\TNTIndexer->createIndex()
2. /var/www/nextcloud/apps/collectives/lib/Service/SearchService.php line 53
OCA\Collectives\Search\FileSearch\FileSearcher->createIndex()
3. /var/www/nextcloud/apps/collectives/lib/BackgroundJob/IndexCollectives.php line 56
OCA\Collectives\Service\SearchService->indexCollective()
4. /var/www/nextcloud/lib/public/BackgroundJob/Job.php line 79
OCA\Collectives\BackgroundJob\IndexCollectives->run()
5. /var/www/nextcloud/lib/public/BackgroundJob/TimedJob.php line 95
OCP\BackgroundJob\Job->execute()
6. /var/www/nextcloud/cron.php line 151
OCP\BackgroundJob\TimedJob->execute()
at 2022-08-11T08:55:02+02:00
```
issue