Bastian
Bastian
i tried with both template = EXT:news/Resources/Private/Templates/News/GoogleNews.xml template = GoogleNews but has made no difference with news 9.4.0 i am already on the latest version or should i use directly...
`if ($this->contentObject->cObjGetSingle($typoScript['embedImage'], $typoScript['embedImage.'])) { [...] }` `if ($this->contentObject->cObjGetSingle($typoScript['receiver.']['email'], $typoScript['receiver.']['email.']){ [...] }` in "public/typo3conf/ext/femanager/Classes/Domain/Service/SendMailService.php" also causes this Error seems that every call inside "public/typo3conf/ext/femanager/Classes/Domain/Service/SendMailService.php" $this->contentObject->cObjGetSingle causes this Error
if i remove all $this->contentObject->cObjGetSingle Calls the mail is send but like MaxGTR said with BackendURL Links and with click on these neither confirm nor delete ist working. will his...
Is there any Solution for this Problem? i need to resend confirmation mail to 1000 fe users using a task wich checks the not confirmed yet and wanted to using...
Problem ist that ContentObjectRenderer -> cObjGetSingle need TypoScriptFrontendController but is not initalized so both ( $this->typoScriptFrontendController AND $GLOBALS['TSFE']) are NULL ``` /** * @return \TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController */ protected function getTypoScriptFrontendController() {...
seems to be same issue cause as https://github.com/in2code-de/luxletter/issues/45
With the "help" from https://github.com/jweiland-net/luxletter_extended i got it that i could send confirmation or invitation mails from a task but the link (f:link.action) is build with route=%2Fmodule%2Fsystem%2FtxschedulerM1 and end up...
@boettner-it Thank you very much that worked for me
is already set for all addresses Open InfoWindow by click instead of mouse over = active Close InfoWindow by click instead of mouse out = active
The error was due to an own marker image and user defined image size being activated. With user defined image size disabled it works