David Bruchmann
David Bruchmann
TYPO3 9.4 introduced a breaking change in the SessionViewHelper, which also can be seen in the extension-checker in the installtool. https://docs.typo3.org/c/typo3/cms-core/master/en-us/Changelog/9.4/Deprecation-86002-TSFEConstructorWithNo_cacheArgument.html?highlight=tsfe%20constructor%20no_cache%20argument The concerned code is this, the change is already...
Having this code: ``` ``` a wizard should be shown but a common input field is only shown in TYPO3 v11.
I'm getting PHP errors: ``` PHP Warning: explode() expects parameter 2 to be string, array given in /var/www/html/public/typo3_src-6.2.31/typo3/sysext/core/Classes/Utility/GeneralUtility.php line 1537 PHP Warning: Invalid argument supplied for foreach() in /var/www/html/public/typo3_src-6.2.31/typo3/sysext/core/Classes/Utility/GeneralUtility.php line...
**Describe the bug** The PhpParser never has a default property and therefore in ExtensionBuilder an error might be thrown. As I never know if the parser is even supposed to...
**Describe the bug** Saving an extension fails with the error message that a key is not defined. This is due to missing check in the ConfigurationManager. I'm not sure if...
fix #2026
## Bug Report **Current Behavior** Usually the width and the height of each image are known and the ViewHelper returns the correct value. For some weird reason the measures in...
I'm missing a hint concerning compatibility or at least in which browser the svgs are tested. The reason is I'm experiencing some issues in general with safari and I never...
the app is loading the video but I don't know how to save the video then. Also it seems I cant change the title that is automatically given by the...
### Current behavior speeddemo is an extension without connction to any record, neither CE, nor plugin. ### Expected behavior/output Extend the demo to be based on a CE, where data...