Project

General

Profile

Actions

Bug #53572

closed

crazy error message: Your TYPO3 version is higher than allowed.

Added by Franz Holzinger over 10 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Extension Manager
Target version:
Start date:
2013-11-12
Due date:
% Done:

100%

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

Description

The EM gives this error message under TYPO3 6.2 beta1:

Your TYPO3 version is higher than allowed. You can use TYPO3 versions 6.0.0 - 6.0.99

This is misleading. Who forbids me to use TYPO3 6.2?

You can get this error message, when you install an extension which has the file ext_emconf.php which has set the limit of TYPO3 to 6.0.99.

'constraints' => array(
'depends' => array(
'php' => '5.2.5-5.3.99',
'typo3' => '6.0.0-6.0.99',
),


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #60583: Failing tests in EMClosedAnja Leichsenring2014-07-25

Actions
Actions

Also available in: Atom PDF