Torben Hansen

Results 65 issues of Torben Hansen

Multiple same level references are not resolved. Example: ``` Example 1 - Does not work: {array.{index1}.{index2}} Example 2 - Works: {subitems.{index2}} ``` Example 1 should also return the given index...

* PHP Warning: Undefined array key "pid" in `flux/Classes/Integration/HookSubscribers/DataHandlerSubscriber.php line 127` * PHP Warning: Undefined array key "uid" in `flux/Classes/Integration/HookSubscribers/DynamicFlexForm.php line 110` * PHP Warning: Undefined array key 1 in...

Error occurs when saving a content element in `flux/Classes/Integration/HookSubscribers/DataHandlerSubscriber.php line 33`

It is not possible to disable page integration when using PHP 8.1, since `ExtensionConfigurationUtility` always returns the default value (`true`) of the extension. This leads to various PHP 8.1 related...

The following PHP warning is shown in the page module with PHP 8.1 ``` Core: Error handler (BE): PHP Warning: Undefined array key "class" in /path/to/site/public/typo3conf/ext/flux/Classes/Integration/ContentTypeBuilder.php line 194 ```

When using ext:flux with PHP 8+, always the default extension configuration is returned. Also, the `['flux']['setup']` extension configuration array key is not available when extension settings are processed in $GLOBALS['TYPO3_CONF_VARS']['EXTENSIONS']['flux']...

Deprecations in TYPO3 v9 will trigger an error with E_USER_DEPRECATED resulting in unit tests using deprecated core functions to fail. This patch updates the text configuration, so deprecations will not...