t3monitoring icon indicating copy to clipboard operation
t3monitoring copied to clipboard

[BUG] Extension list view throws an error

Open rniklas opened this issue 4 months ago • 0 comments

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;

rniklas avatar Oct 10 '24 08:10 rniklas