t3monitoring
t3monitoring copied to clipboard
[BUG] Extension list view throws an error
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()) { ... } return $result;