Actions
Bug #52213
closedEM throws wrong error if dependency to core extensions can't be resolved
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.
- use mentioned coreapi and TYPO3 6.2
- try to install this ext.
Updated by Mathias Schreiber almost 10 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