Project

General

Profile

Actions

Bug #57652

closed

Add helpful info to exceptions

Added by Daniel Wagner about 10 years ago. Updated over 7 years ago.

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 #1

Updated by Susanne Moog almost 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

Actions #2

Updated by Alexander Opitz over 9 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

Actions #3

Updated by Alexander Opitz almost 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.

Actions #4

Updated by Pierre N. over 7 years ago

This path saved my day. Please add it to the current Typo3 7 version.

Actions

Also available in: Atom PDF