FluidTYPO3 / flux

TYPO3 extension Flux: Dynamic Fluid FlexForms
https://fluidtypo3.org
146 stars 212 forks source link

Empty {settings} from other Extensions in Frontend #2129

Closed webdev-pw closed 1 year ago

webdev-pw commented 1 year ago

Hello,

I am currently updating a TYPO3 from v9 to v11 that uses flux. From TYPO3 v11 the extension Flux overwrites all settings of other extensions in the frontend. As soon as I deactivate the flux templates, the other extensions work again.

sdelcroix commented 1 year ago

What version of Flux do you use ?

Do the other extensions inject ConfigurationManager ?

webdev-pw commented 1 year ago

Hey @sdelcroix,

i am using Flux 10.0.3. Yes, the other extensions inject ConfigurationManager e.g. cart & cookieman

sdelcroix commented 1 year ago

Can you try this to confirm that is the same issue I’ve opened few days ago ( #2126 ) ? :

replace ConfigurationManager by ConfigurationManagerInterface where it’s injected

Konafets commented 1 year ago

@sdelcroix

replace ConfigurationManager by ConfigurationManagerInterface where it’s injected

This works. Tested with Powermail.

NamelessCoder commented 1 year ago

Duplicate of https://github.com/FluidTYPO3/flux/issues/2126, please follow that issue for status.

sdelcroix commented 1 year ago

@Konafets @webdev-pw Could you test the last development version and confirm that it fixes your issue ?

webdev-pw commented 1 year ago

@sdelcroix Sorry for the late reply. I'm currently on vacation and will test it from September 18th.