Tomas Havner

Results 4 comments of Tomas Havner

Hi, This is still not working. The problem is line 63 in ext/powermail/Classes/ViewHelpers/Misc/ManipulateValueWithTypoScriptViewHelper.php: if( isset($this->typeToTypoScriptType[$type]) && $this->typeToTypoScriptType is not defined anywhere which means that the function does not work. Kind...

I can confirm this. As stated on "https://giter.site/IchHabRecht/content_defender" the solution is to add $queryBuilder->expr()->eq( 'tx_container_parent', $queryBuilder->createNamedParameter($record['tx_container_parent'], \PDO::PARAM_INT) ) to the function "fetchRecordsForColPos" in "Classes/Repository/ContentRepository.php" /Tomas

Hi, This occurs when the email-field is empty. If you fill in the email-field and leave the subject empty there is no error message. ext/powermail/Classes/Domain/Service/Mail/SendReceiverMailPreflight.php returns false because it doesn't...

Hi, This is a relevant question... Will there be a version for Typo3 12? If not, a lot of people will have to rethink their strategy. Kind regards Tomas