nollm
nollm
I have the same problem like @Skiud. On my website is a shop where users can add products to the basket without logged in. After registration and autologin the basket...
Is there a possibility to use this project as .devcontainer in VS Code? When I set a Bind Mount on /var/www/html the folder is empty, because of the higher priority...
It would be nice if I can change the project password without knowing the old one when I logged in as administrator.
In some email clients (e.g. Web.de Gmx.de) the images from the newsletter are displayed as attachments although the option "Include images and other media in HTML content" is enabled. 
### Minimal PHP Code Causing Issue I think the if condition here is not correct. https://github.com/sabbelasichon/typo3-rector/blob/v2.9.2/rules/TYPO311/v0/ExtbaseControllerActionsMustReturnResponseInterfaceRector.php#L184 ``` if (! $this->nodeTypeResolver->isMethodStaticCallOrClassMethodObjectType( $classMethod, new ObjectType('TYPO3\CMS\Extbase\Mvc\Controller\ActionController') )) { return true; } ``` ###...
Fixes #533 and #535
When I create a newsletter from page and want to send a testmail of it to myself I get the following error. `Undefined array key "tag" in /var/www/html/typo3_www.ami-informiert.de/typo3conf/ext/direct_mail/Classes/Dmailer.php line 843`
I use the 12.x branch with Typo3 v12.4.23 and PHP 8.2.24. When I edit a frontend user I get the following exception. `Call to undefined method TYPO3\CMS\Core\Site\Entity\NullSite::getAllLanguages()`