Bug #21878
closed4.4.0 trunk: version warning with CSS styled content
0%
Description
When I want to install Extension: CSS styled content (css_styled_content) from TYPO3 4.4.0 trunk, I get this warning message:
The running TYPO3 version (4.4-dev) is higher than allowed (4.3.99).
(issue imported from #M13090)
Files
Updated by Chris topher almost 15 years ago
You should get this with all sysexts.
The max version should be updated to 4.4.99 or so...
Updated by Benni Mack almost 15 years ago
I'll take care of this during the next weeks! Thanks for checking.
Updated by Franz Holzinger almost 15 years ago
@Steffen: How can an issue be the duplicate of an issue in the future with a higher number?
Updated by Chris topher almost 15 years ago
@ Franz: Have you ever seen two issues with the same number here?
So one of these two issue numbers will be higher... Always.
But @ Steffen: I don't think that this is solved by #21952, because after applying this the sysexts will still report that they are not compatible with version 4.4.0.
Updated by Steffen Kamper almost 15 years ago
Christopher: where does this happen?
Updated by Chris topher almost 15 years ago
Install a sysext (which you uninstalled before) in EM.
It will say, that this ext is not compatible to the TYPO3 version you use.
Reason: The array "depends" in ext_emconf.php sets the old TYPO3 version as max version.
A change like this one will fix this:
http://forge.typo3.org/repositories/diff/typo3v4-core?rev=3896
Updated by Steffen Kamper almost 15 years ago
ah - i see.
Yes, that's really nonsense. With each new version all sysexts has to be raised. It's nonsense because sysext are part of core and should work with each version of core (up to the future)
I make a patch for that without upper limit
Updated by Steffen Kamper almost 15 years ago
patch is attached and in core list