Bug #78540
closedDependent extensions not getting installed automatically even though it is available in the extension manager
100%
Description
In typo3 7.6.12 if an extension depends on another extension, the extension activation will not activate the dependent extension even though it is available in the extension manager. Instead it will show an error like
"Oops, an error occurred!
The package "X" depends on "Y" which is not present in the system."
Files
Updated by Christian Kuhn about 8 years ago
args. confirmed. that's a side effect of fix for #78494
Updated by Christian Kuhn about 8 years ago
- Priority changed from Should have to Must have
- Target version set to next-patchlevel
- TYPO3 Version changed from 7 to 6.2
- Complexity set to hard
- Is Regression changed from No to Yes
- Sprint Focus set to Stabilization Sprint
Updated by Markus Klein about 8 years ago
Testcase:
We have the following extensions available on the server, but NOT installed:
- X: not in TER
- Y: not in TER
Extension X has dependencies on Y and Z (which is in TER).
Installing X causes the above error, that Y is not available.
Expected: Z should be downloaded and installed and, Y should be installed too.
Updated by Nicole Cordes about 8 years ago
Hi all,
Thank you for the report. I can't verify this problem by now and need more information.
What I tested so far:
- install an extension (mask_example) from TER
- its dependency (mask) is fetched and installed from TER as well
- install a local extension (dbal)
- its dependency (adodb uninstalled locally but available) is installed as well
What do I have to do to trigger the mentioned problem? Please add a "real-life" example to reproduce this problem.
Updated by Christian Kuhn about 8 years ago
I found these 2 test cases, yet:
- (7.6): indexed_search_mysql can be used to easily reproduce that (do NOT have indexed_search loaded)
- have both introduction and bootstrap_package lying around locally but both not loaded, then try to load introduction
Updated by Gerrit Code Review about 8 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50484
Updated by Gerrit Code Review about 8 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50484
Updated by Gerrit Code Review about 8 years ago
Patch set 1 for branch TYPO3_7-6 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50500
Updated by Nicole Cordes about 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset e9a50d7744d94adb01dcfdc0e2b62320fae3b950.
Updated by Gerrit Code Review about 8 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50504
Updated by Gerrit Code Review about 8 years ago
Patch set 2 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50504
Updated by Nicole Cordes about 8 years ago
- Status changed from Under Review to Resolved
Applied in changeset a861b188f53d7b41019c8028198e60f84869b027.