-
Hello,
the resend confirmation mail plugin is broken because of the wrong order in \TYPO3\CMS\Extbase\Utility\ExtensionUtility::configurePlugin in ext_localconf.php
It is:
```
\TYPO3\CM…
-
I activated the "Enable Error log feature" in the settings and right after clicking the "Save settings" button I got the following exception in the BE:
![grafik](https://github.com/user-attachments…
-
I'm using the `IndexViewHelper` in FE with T3 v12.4.20 to generate a link with the index record and detailPid. It throws this error:
`HDNET\Calendarize\ViewHelpers\Link\AbstractLinkViewHelper::getR…
-
**Describe the bug**
I am using the default indexing configuration for news and run manial indexing in the backend module.
I get the following error:
0: Error: Call to a member function getCon…
-
Hi, I tried to add the extension to my Typo3 10.4.34 installation based on the bootstrap package.
Unfortunately, this error is popping up:
**Oops, an error occurred!
The default controller for …
buhre updated
3 months ago
-
### Current behavior
The documentation at https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/ExtensionArchitecture/Extbase/Reference/Domain/Model.html is a bit misleading: The following se…
-
when calling the URL without any post information, e.g.
```
kontaktformular/?tx_powermail_pi1%5Baction%5D=create&tx_powermail_pi1%5Bcontroller%5D=Form&cHash=fdab6c2d392a1856d4a5c9b0f196c252
```
…
-
Exception handler (WEB): Uncaught TYPO3 Exception: #1298012500: Required argument "event" is not set for OliverKlee\Seminars\Controller\EventRegistrationController->confirm. | TYPO3\CMS\Extbase\Mvc\Co…
-
Something has changed in \TYPO3\CMS\Extbase\Domain\Model\FrontendUser::setImage().
Parameter should be of type \TYPO3\CMS\Extbase\Persistence\ObjectStorage. In former Typo3 versions it was a string.
…
-
I manage to upload several files, but they are not connected to my model. In the table sys_file_reference the uid_foreign is missing.
My model is called Place and has the property images.
I followed…