Bug #41249
tsconfig_help currently broken because of em
Status: | Closed | Start date: | 2012-09-22 | |
---|---|---|---|---|
Priority: | Must have | Due date: | ||
Assigned To: | - | % Done: | 0% |
|
Category: | - | Spent time: | - | |
Target version: | 6.0.0 | |||
TYPO3 Version: | 6.0 | Is Regression: | ||
PHP Version: | Sprint Focus: | |||
Complexity: |
Description
current code of tsconfig_help is
if (!\TYPO3\CMS\Core\Extension\ExtensionManager::isLoaded('em')) { // Em is not loaded, so include the unzip class \TYPO3\CMS\Core\Utility\GeneralUtility::requireOnce(PATH_typo3 . 'sysext/em/classes/tools/class.tx_em_tools_unzip.php'); } $unzip = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance('tx_em_Tools_Unzip', $file); $ret = $unzip->extract(array('add_path' => $path)); return is_array($ret);
ext is no "extensionmamanager" and unzip is not there anymore
Related issues
History
#1 Updated by Chris topher about 2 years ago
- Status changed from New to Closed
Closed as duplicate of #40191.