Project

General

Profile

Actions

Bug #55449

closed

Labels from mod_tools_em.xlf not loaded

Added by Christian Weiske over 10 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Extension Manager
Target version:
Start date:
2014-01-30
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

The extension manager still uses labels from sysext/lang/locallang_mod_tools_em.xlf - e.g. clearMakeExtDir_could_not_create_dir in Utility/FileHandlingUtility.

This file does not get loaded, though. The result is that, when a directory cannot be created, an empty message is shown instead of a proper error message.

Screenshot attached; it's during the installation of extensionbuilder when no /uploads/ directory exists.

This happens with typo3 git master, f417d291268f6cb3e50e08b12650b4ffb97d62bf.

A solution is to load the file in ActionController.php:

    protected function toggleExtensionInstallationStateAction($extension) {
    $GLOBALS['LANG']->includeLLFile('EXT:lang/locallang_mod_tools_em.xlf');
        ...

Files

2014-01-29_typo3_kein_fehler.png (18.6 KB) 2014-01-29_typo3_kein_fehler.png Christian Weiske, 2014-01-30 08:42

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #65205: Error messages not shownClosedNicole Cordes2015-02-20

Actions
Actions #1

Updated by Gerrit Code Review almost 10 years ago

  • Status changed from New to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/31790

Actions #2

Updated by Gerrit Code Review almost 10 years ago

Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/31790

Actions #3

Updated by Gerrit Code Review almost 10 years ago

Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/31790

Actions #4

Updated by Gerrit Code Review almost 10 years ago

Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/31790

Actions #5

Updated by Gerrit Code Review almost 10 years ago

Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/31790

Actions #6

Updated by Gerrit Code Review almost 10 years ago

Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/31790

Actions #7

Updated by Gerrit Code Review almost 10 years ago

Patch set 7 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/31790

Actions #8

Updated by Gerrit Code Review almost 10 years ago

Patch set 8 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/31790

Actions #9

Updated by Susanne Moog almost 10 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #10

Updated by Alexander Opitz almost 9 years ago

  • Target version changed from 6.2.0 to 7.0

Was fixed in master only :-( issue with fix for 6.2.x => #65205

Actions #11

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF