direct_mail
direct_mail copied to clipboard
it's an newsletter sending extension for the TYPO3 CMS
resolve issue: https://github.com/kartolo/direct_mail/issues/401
This is (somewhat) related to: https://github.com/kartolo/direct_mail/issues/401 Albeit this applies for V12, I am not sure if this is applicable for V11. For us this change is essential to make DirectMail...
Because of the error message: PHP Warning: Undefined array key "jumpurl_tracking_privacy" in /var/www/html/vendor/directmailteam/direct-mail/Classes/DirectMailUtility.php line 136
error message: PHP Runtime Deprecation Notice: Creation of dynamic property TYPO3\CMS\Backend\Tree\View\PageTreeView::$setRecs is deprecated in /var/www/html/vendor/directmailteam/direct-mail/Classes/Module/MainController.php line 448
In `RecipientListController.php`: ```php protected array $allowedTables = [DmailRecipientEnum::TtAddress->value, DmailRecipientEnum::FeUsers->value], ``` This line works since PHP 8.2 Here is a minimal example, that shows that this kind of access doesn't work...
Under TYPO3 V12 ich receive this error: Core: Exception handler (WEB): Uncaught TYPO3 Exception: #1257246929: Tried resolving a template file for controller action "Default->DmWidget" in format ".html", but none of...
Fatal error: Declaration of DirectMailTeam\DirectMail\Command\AnalyzeBounceMailCommand::execute(Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output) must be compatible with Symfony\Component\Console\Command\Command::execute(Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output): int in /var/www/html/vendor/directmailteam/direct-mail/Classes/Command/AnalyzeBounceMailCommand.php on line 72 TYPO3v12.4.17 direct_mail 12.x-dev PHP 8.2