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 #1

Updated by Markus Klein over 10 years ago

  • Category set to Extension Manager
Actions #2

Updated by Marcin Sągol over 10 years ago

Well this is sometimes annoying when you want to use extension that is compatible with current T3 version but author set max version to lower number. But for new users this is good as such extensions (not tested by authors with latest T3 version) might break whole system if they are not compatible.

Actions #3

Updated by Mirko Brunner over 10 years ago

  • Target version set to 6.2.0

I have the same issue. but with a "pure" installation of TYPO3 6.2b1. All bundled extensions can not activated in this version (e.g. Scheduler, Database Abstraction Layer,...). Or is this functionality deactivated during the beta?

When i try to activate "scheduler (Version 6.2.0)" i become this MSG: ""You TYPO3 version is lower than necessary. You need at least TYPO3 Verison 6.2.0"

Actions #4

Updated by Franz Holzinger over 10 years ago

@Mirko Brunner:
Most extensions are not running under TYPO3 6.2 beta1. See the topic "addPItoST43 broken under TYPO3 6.2beta1" of the Developer list.

Open another issue. This issue is meant for the nonsense of the message. The error message does not tell that the extension cannot be installed. Instead it only tells that the user shall quit his running TYPO3 6.2.

Actions #5

Updated by Erik Svendsen over 10 years ago

@Franz Koch:
Agree, this is a misleading message. A message here should tell what the real problem is, and also give you the opportunity to install the extension even if the requirements for TYPO3 version isn't met.

Actions #6

Updated by Gerrit Code Review almost 10 years ago

  • Status changed from New to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/31825

Actions #7

Updated by Gerrit Code Review almost 10 years ago

Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/31825

Actions #8

Updated by Gerrit Code Review almost 10 years ago

Patch set 1 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/31833

Actions #9

Updated by Susanne Moog almost 10 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #10

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF