Bug #57652
closedAdd helpful info to exceptions
0%
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);
...
}
Updated by Susanne Moog over 10 years ago
- Status changed from New to Needs Feedback
Hi,
thanks for your contribution. Please consider creating a patch for it on Gerrit. You can find a tutorial at http://wiki.typo3.org/Contribution_Walkthrough_Tutorials - if you need any help, just ask.
Regards,
Susi
Updated by Alexander Opitz almost 10 years ago
Hi,
Is this still an issue in newer versions of TYPO3 CMS (6.2.7)?
If yes, can you provide a newer patch against master by using Gerrit? http://wiki.typo3.org/CWT
Updated by Alexander Opitz over 9 years ago
- Status changed from Needs Feedback to Closed
- Target version deleted (
next-patchlevel)
No feedback within the last 90 days => closing this issue.
If you think that this is the wrong decision or experience this issue again, then please write to the mailing list typo3.teams.bugs with issue number and an explanation or open a new ticket and add a relation to this ticket number.
Updated by Pierre N. about 8 years ago
This path saved my day. Please add it to the current Typo3 7 version.