Bug #48553
closedEM shows incompatible extension versions as possible update
0%
Description
TYPO3 4.7.12's extension manager shows static_info_tables version 6.0.1 as available update for the installed version 2.3.2. Unfortunately, that extension version is not compatible with 4.7.12, only from 6.0.0 up.
The extension manager should not show the incompatible extension version as update.
Updated by Franz Holzinger over 11 years ago
The same problems happens with extensions which have this ext_emconf.php:
'constraints' =>
array (
'depends' =>
array (
'php' => '5.2.0-0.0.0',
'typo3' => '4.2.0-0.0.0',
),
...
The EM must refuse to install extensions which have set a TYPO3 version 0.0.0 as the upper limit. Only a real version number is allowed as the upper limit. See the discussion on the extension developer list.
I did just install extdeveval version 3.3.2 under TYPO3 6.1.1 and it ends up in a TYPO3 fatal error and a lost backend and lost frontend.
Updated by Susanne Moog over 10 years ago
- Status changed from New to Accepted
- Is Regression set to No
Updated by Nicole Cordes over 9 years ago
- Status changed from Accepted to Resolved
This is already resolved with https://review.typo3.org/#/c/29845/