Actions
Bug #58474
closedInvalid dependency is not hinted to the developer
Status:
Closed
Priority:
Could have
Assignee:
-
Category:
Extension Manager
Target version:
-
Start date:
2014-05-04
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
medium
Is Regression:
No
Sprint Focus:
Description
Consider this:
'depends' => array( 'cms' => '', 'div2007' => '1.1.5-', ...
The dependency resolution will fail with Could not resolve dependency for "div2007"
. There should be a more descriptive error message that directly tells the user what is wrong.
Updated by Susanne Moog over 10 years ago
- Status changed from New to Needs Feedback
With what extension did you have that error and was it while trying to download from TER?
Updated by Franz Holzinger over 10 years ago
This happens when downloading an extension from TER using the Extension Manager. This extension is dependent on the extension div2007 .
Download tt_products 2.7.8 to reproduce this error.
Updated by Alexander Opitz over 10 years ago
- Status changed from Needs Feedback to New
Updated by Mathias Schreiber almost 10 years ago
- Status changed from New 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