Bug #66152
closedDistribution: Can not install distributions that depend on older extensions
0%
Description
You can not install distributions that needs older extension versions.
E.g.
'flux' => '7.1.0-7.1.99',
There is already a version 7.2.0 and I will get the error message 'flux was requested to be downloaded in different versions.'
It would be great for all distributions because till now you can not install a distribution if there is a new version that is higher than the configured version.
Updated by Markus Klein over 9 years ago
Please test if this patch solves the issue: https://review.typo3.org/37099
Updated by Markus Klein over 9 years ago
- Category set to Extension Manager
- Status changed from New to Accepted
Updated by Alexander Opitz over 9 years ago
Hi Stephan,
can you test with mentioned patch? If it doesn't work, I'll take a look into this issue.
Updated by Stephan Bauer over 9 years ago
Hello Alexander,
I'm using 6.2. Is there a way to get the patch for this version?
Updated by Stephan Bauer over 9 years ago
I found this link https://review.typo3.org/#/c/38658/1
I got no PHP errors after patching but got still the same message 'flux was requested to be downloaded in different versions.'.
Updated by Nicole Cordes over 9 years ago
- Target version set to 7.3 (Packages)
- Sprint Focus set to On Location Sprint
Updated by Benni Mack over 9 years ago
- Target version changed from 7.3 (Packages) to 7.4 (Backend)
Updated by Susanne Moog over 9 years ago
- Target version changed from 7.4 (Backend) to 7.5
Updated by Anja Leichsenring over 9 years ago
- Sprint Focus changed from On Location Sprint to Remote Sprint
Updated by Susanne Moog over 4 years ago
- Related to Bug #80219: Add confirmation "I know what I'm doing" for distribution install added
Updated by Susanne Moog over 4 years ago
- Status changed from Accepted to Rejected
Analyzing this issue, I came to the conclusion that the behaviour mentioned here is actually correct and should not be changed.
If you locally installed a version 7.2.0 of flux and are now requesting to install a distribution that is incompatible, TYPO3 should not allow this.
The only thing that's missing is actually handled in #80219 - suppressing the error in case "you know what you are doing".
I'm therefor closing this issue, let's continue in #80219