Project

General

Profile

Actions

Bug #67848

closed

Cannot update core from Install Tool

Added by René Pflamm almost 9 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Must have
Category:
-
Target version:
Start date:
2015-06-30
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
easy
Is Regression:
No
Sprint Focus:
Remote Sprint

Description

The TYPO3 Update doesn't work becaue the version matrix for Version 7 is not complain with previous versions.

If you look at https://get.typo3.org/json all previous versions has the minor Versions defined, only the Version 7 is not defined the same way.

  6.0 {}
  6.1 {}
  6.2 {}
  7 {}

it shoud be

  6.0 {}
  6.1 {}
  6.2 {}
  7.0 {}
  7.1 {}
  7.2 {}
  7.3 {}

because the install tool core updater search for this values its got an exception: #1380905851: Minor release 7.3 not found in version matrix.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Task #69935: Remove version matrix hack from CoreVersionService.phpClosed2015-09-18

Actions
Actions

Also available in: Atom PDF