Bug #69070
closedWhen extracting a t3x file after upload, the dependencies are not written to ext_emconf.php
100%
Description
When extracting the t3x archive, the EM_CONF data is taken to create a new ext_emconf.php file.
An already extracted ext_emconf.php file is overwritten in this process.
Since those t3x files are created by TER server and this TER server does not include the extension constraints in this array,
all constraints are lost in this process.
To fix this, it is needed to use a present ext_emconf.php file and merge the meta properties with its properties to construct the final ext_emconf.php
Updated by Gerrit Code Review over 9 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 http://review.typo3.org/42619
Updated by Gerrit Code Review over 9 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/42619
Updated by Gerrit Code Review over 9 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/42619
Updated by Gerrit Code Review over 9 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/42619
Updated by Gerrit Code Review over 9 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/42619
Updated by Nicole Cordes over 9 years ago
You can try the patch with the following extensions:
- static_info_tables => current version isn't compatible to git master
-> should open the "I know what I'm doing" window, but can be installed without problems
- tt_products => has defined multiple dependencies (see typo3.org)
-> should not be possible to be installed
Updated by Gerrit Code Review over 9 years ago
Patch set 1 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/42642
Updated by Gerrit Code Review over 9 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 http://review.typo3.org/42642
Updated by Helmut Hummel over 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 9ee2a54f4383aa581f99b14d4690cc38e2c03660.