Actions
Bug #57652
closedAdd helpful info to exceptions
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Extension Manager
Target version:
-
Start date:
2014-04-04
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Hi,
I added extensions to 6.2 LTS. Then the extension-manager and the install-tool were hardly usable anymore.
To detect which extension was causing this error, I needed more information. So I changed the ExtensionManagementUtility.php:
static public function loadNewTcaColumnsConfigFiles() {
...
throw new \RuntimeException('Columns configuration file not found: ' . $columnsConfigFile, 1341151261);
...
}
Actions