Results 2 issues of René Niklas

If I adjust the QueryBuilder in the findByDemand function in the ExtensionRepository, the problem is solved. $statement = $queryBuilder->executeQuery(); // while ($row = $queryBuilder->executeQuery()->fetchAssociative()) { while ($row = $statement->fetchAssociative()) {...