Project

General

Profile

Actions

Bug #48553

closed

EM shows incompatible extension versions as possible update

Added by Christian Weiske over 11 years ago. Updated about 6 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Extension Manager
Target version:
-
Start date:
2013-05-26
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.7
PHP Version:
5.4
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

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.

Actions #1

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.

Actions #2

Updated by Susanne Moog over 10 years ago

  • Status changed from New to Accepted
  • Is Regression set to No
Actions #3

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/

Actions #4

Updated by Benni Mack about 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF