flux icon indicating copy to clipboard operation
flux copied to clipboard

TYPO3 extension Flux: Dynamic Fluid FlexForms

Results 145 flux issues
Sort by recently updated
recently updated
newest added

The date field does not show a datepicker after Typo3 update to 10.4. Tried flux:field.datetime and flux:field.input with eval=datetime There is no error, the datepicker will just not be initialized.

* 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...

Fix deprecation messages by checking for null values before passing p…arameter as non-nullable internal function parameters which is deprecated in >= PHP8.1. Fixes issue #1964

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 ```