-
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…
-
- How to register a Plugin with Content Blocks
- How to register Controller Actions
- How to render the extbase view / userFunc
-
It seems the content about new backend modules with extbase is outdated.
a working example would be
```php
public function indexAction(): ResponseInterface
{
$viewVariables = …
-
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…
-
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…
-
The repository pattern existed before Extbase and is useful w/o Extbase, so having a check that lets PhpStan fail if a class called `SomethingRepository` does not (directly or via a parent class) impl…
-
### 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…
-
### Current behavior
extbase extensions all rely on data that are stored in special tables.
The case that the data are coming from the content record itself is not covered in the documentation.
…
-
Deprecation: #95222 - Extbase ViewInterface
https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/11.5/Deprecation-95222-ExtbaseViewInterface.html
.. include:: /Includes.rst.txt
.. _deprecati…
-
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
```
…