Bug #46074
closedExtensionManagementUtility tries to include non-existing files
100%
Description
Method createExtLocalconfCacheEntry()
uses $extensionDetails['ext_localconf.php']
without checking of it is set and calls GeneralUtility::getUrl()
for this file. This produces PHP warnings and takes unnecessary time.
Updated by Gerrit Code Review over 11 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/18757
Updated by Gerrit Code Review over 11 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/18757
Updated by Gerrit Code Review over 11 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/18757
Updated by Gerrit Code Review over 11 years ago
Patch set 1 for branch TYPO3_6-0 has been pushed to the review server.
It is available at https://review.typo3.org/18791
Updated by Anonymous over 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset e11d54152efc7cc1371679a0bb46bf8eedf2d10f.