kartolo / direct_mail

it's an newsletter sending extension for the TYPO3 CMS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error at the creation of a newsletter with categories

hloens opened this issue · comments

TYPO3: 11.5.33
Direct Mail: 9.5.1
PHP: 7.4.33

If i generate a newsletter with categories, i get the error messsage:

Call to undefined method TYPO3\CMS\Core\Database\Query\QueryBuilder::fetchAllAssociative()

Solution. Add in the the file EXT:direct_mail/Classes/Repository/SysDmailCategoryRepository.php on line 56:

->executeQuery()

fixed in #452