Project

General

Profile

Actions

Bug #78666

closed

Dependencies from a local extension are not resolved

Added by Nicole Cordes over 7 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Extension Manager
Target version:
-
Start date:
2016-11-12
Due date:
% Done:

100%

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

Description

Following steps to reproduce:

- Try to install the attached extension

Expected result:

3 Extensions should be available and installed: a, b, and hosts_pattern (after the "I know what I'm doing" dialog was confirmed due to TYPO3 version)

Actual result:

Fatal error because hosts_pattern was not downloaded and installed.

There are several problems during the installation of an extension:

1) The information for downloading and updating dependencies is fetched to early. The queue is retrieved before local extensions were copied and its dependencies were added to the queues.
2) The queues are processed only once. This means new downloads and/or updates are not processed anymore.
3) The ordering of extensions that need to be installed is mixed up. Extensions which were added at last to the queue are dependencies of earlier ones and need to be installed first.


Files

a_1.0.0_201611121042.zip (2.6 KB) a_1.0.0_201611121042.zip Nicole Cordes, 2016-11-12 10:42
CMS Ext.zip (4.62 KB) CMS Ext.zip Markus Klein, 2016-11-13 11:12

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #78677: EM fails to install 4th level dependency of extensionsClosedNicole Cordes2016-11-13

Actions
Actions #2

Updated by Gerrit Code Review over 7 years ago

  • Status changed from New 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/50602

Actions #3

Updated by Gerrit Code Review over 7 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/50602

Actions #4

Updated by Gerrit Code Review over 7 years ago

Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50602

Actions #5

Updated by Gerrit Code Review over 7 years ago

Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50602

Actions #6

Updated by Gerrit Code Review over 7 years ago

Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50602

Actions #7

Updated by Gerrit Code Review over 7 years ago

Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50602

Actions #8

Updated by Helmut Hummel over 7 years ago

  • Description updated (diff)
Actions #9

Updated by Markus Klein over 7 years ago

Added my dependency-hell-test-set ;-)

Actions #10

Updated by Nicole Cordes over 7 years ago

@Markus:

Your example raises a fatal error as the ext_tables.sql file is missing which ensures the table is created before any static data is imported. I fixed this issue and all is working now for me. The version of typoscript_rendering available in the system is 1.0.5

Actions #11

Updated by Gerrit Code Review over 7 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/50628

Actions #12

Updated by Nicole Cordes over 7 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #13

Updated by Markus Klein over 7 years ago

My issue is solved with #78677

Actions #14

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF