Project

General

Profile

Actions

Bug #52213

closed

EM throws wrong error if dependency to core extensions can't be resolved

Added by Georg Ringer over 10 years ago. Updated about 9 years ago.

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

0%

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

Description

If an extension got something like

        'depends' => array(
            'typo3' => '4.5.0-6.1.99',
            'extbase' => '1.3.0-6.1.99',
            'fluid' => '1.3.0-6.1.99',
        ),

e.g. https://github.com/georgringer/ext-coreapi

then the EM tries to fetch extbase from TER which will always fail.

Basically there are 2 issues:
  • Catch the exception
  • Implement a different scenario if the ext is a sysext as those can't be handled by ter anyways.
How to test:
  • use mentioned coreapi and TYPO3 6.2
  • try to install this ext.
Actions #1

Updated by Markus Klein over 10 years ago

Is this still an issue Georg?

Actions #2

Updated by Mathias Schreiber about 9 years ago

  • Status changed from Accepted to Closed

Taken into account in #63909.
The issues are not linked on purpose, so the refactoring ticket does not get bloated with relations.

Actions

Also available in: Atom PDF