-
Notifications
You must be signed in to change notification settings - Fork 213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EXT:flux v10.0.x is not compatible with TYPO3 10.4 #2125
Comments
First issue is solved by 843526a. Second issue will be investigated. Third issue: can you provide additional information on how to reproduce? This is not occurring in my 10.4 setup. Re: 10.4 support in General - Flux always tries to support ELTS as long as this is possible. Only in cases where it is 100% technically impossible to maintain this support will it be dropped. |
@NamelessCoder I can confirm the second issue in 10.4.37 version. |
@instruccionesaldorso @bahammes The second issue may be fixable by ensuring that ENV TYPO3v11 does not appear to have that issue since it does an additional resolving of the absolute script path when context is CLI. The assumption that the absolute base path is longer than the relative script path should therefore always be fulfilled. |
Thank you for your feedback. I have created a pull request for the command line problem (second issue). Third issue: sorry, i cannot recreate the error in the page module any more. It seems to have been a problem in my TYPO3 installation. |
I tried upgrading EXT:flux to the current version 10.0.3 with TYPO3 10.4.37 (composer installation) and had multiple errors:
The tables are not created by the install tool.
thrown in file /public/typo3/sysext/core/Classes/Http/NormalizedParams.php
in line 821
(originates from: FluidTYPO3\Flux\Integration\Configuration\SpooledConfigurationApplicator->processData(); seems to be called on every command line call)
(originates from: /typo3conf/ext/flux/Classes/Integration/PreviewView.php line 142)
Given that TYPO3 10.4 ist only maintained in ELTS, the dependency of EXT:flux with the TYPO3 core should either be raised to the current TYPO3 10 ELTS version (if it works) or be raised to 11.5.0-12.4.99
The text was updated successfully, but these errors were encountered: