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

On the latest TYPO3 Version 10.4.30 the Upgrade Wizard fails. [CRITICAL] request="e383330f5eec2" component="TYPO3.CMS.Core.Error.ProductionExceptionHandler": Core: Exception handler (WEB): Uncaught TYPO3 Exception: Class 'TYPO3\CMS\Install\Updates\AbstractUpdate' not found | Error thrown in file /var/www/html/public/typo3conf/ext/flux/Classes/Updates/MigrateColPosWizard.php...

I try to modify a flux form field via PageTSconfig. For example I want to modify the list of a select field. Given an extension name of `imos_base`, the following...

TYPO3 v8,v10 flux9-dev In draft workspace create for example a page that contains an FCE, for example a 2 column grid with content inside it and publish it. After, in...

The commit 86220d1072b7a9716358a42768adbbbd75cb1df1 → `PageProvider::loadRecordTreeFromDatabase()`in `v9.6.0` breaks the inheritance of `tx_fed_page_flexform_sub` to subpages. As a result the fields are empty on the subpages. Tested on TYPO3 `v10.4.28` and `v10.4.30`

After updating from TYPO3 9 to TYPO3 11 I found the following error message in the backend: ``` (1/1) #1476107295 TYPO3\CMS\Core\Error\Exception PHP Runtime Deprecation Notice: urldecode(): Passing null to parameter...

The TYPO3 reference index updater runs on deleted pages. When such a page is checked, the following exception occurs: > Could not fetch page data for uid 2043. > at...

Signal registration via SignalSlotDispatcher has been deprecated in TYPO3 v10.4: https://docs.typo3.org/c/typo3/cms-core/10.4/en-us/Changelog/10.4/Deprecation-90625-ExtbaseSignalSlotDispatcher.html The "EditDocumentController::initAfter" signal has been deprecated in TYPO3 v10.2: https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/10.2/Deprecation-89733-SignalSlotsInCoreExtensionMigratedToPSR-14Events.html .. and replaced with PSR-14 events: https://docs.typo3.org/c/typo3/cms-core/10.4/en-us/Changelog/10.2/Feature-89733-NewPSR-14EventsForExistingSignalSlotsInCoreExtension.html Flux generated...