Project

General

Profile

Actions

Bug #43709

closed

Import of t3d results in Fatal Error: Extension key "em" is NOT loaded!

Added by Bernd Wilke over 11 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Must have
Category:
Import/Export (T3D)
Target version:
Start date:
2012-12-07
Due date:
% Done:

100%

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

Description

a new installed Blank Package 6.0.0
trying to import a t3d with dependencies to two extensions.

on selection of the t3d-file and clicking the preview-button I only got:

Oops, an error occurred!

TYPO3 Fatal Error: Extension key "em" is NOT loaded!

More information regarding this error might be available online.

the link 'online' shows to http://wiki.typo3.org/Wiki/Exceptionv4/1270853879 where no further information is available (yet)


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #31527: t3d import - dependencies canĀ“t be resolvedClosedMathias Schreiber2011-11-03

Actions
Actions #1

Updated by Arne-Kolja Bachstein over 11 years ago

Confirm that issue.

However, I was able to work around it by pre-installing the dependency that caused this (opened t3d file, cmd+f -> 'extensionDependencies'). So it seems to be "only" incorrect dependency-not-found handling.

Actions #2

Updated by Tobias Liebig over 11 years ago

The sysext "em" got replaced by "extensionmanager".
However there is at least one place in the core, which still tries to check for the extension "em".

typo3/sysext/impexp/Classes/Controller/ImportExportController.php, about line 857
TYPO3\CMS\Impexp\Controller\ImportExportController, method importData

$emURL = $this->doc->backPath . \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::extRelPath('em') . 'classes/index.php?CMD[requestInstallExtensions]=' . implode(',', $extKeysToInstall) . '&returnUrl=' . rawurlencode($thisScriptUrl);

This URL needs to be adjusted for the new new ExtensionManager.

Actions #3

Updated by bitfire it services over 10 years ago

Can confirm this bug for Typo3 6.1.7. Steps to reproduce:

1) Export Typo3/6.1.7 from server A into .t3d
2) Copy .t3d to server B.
3) Import .t3d on server B (also Typo3 6.1.7)

Result:
TYPO3 Fatal Error: Extension key "em" is NOT loaded!

Expected result:
Data should be imported.

Actions #4

Updated by Ingo Schmitt over 10 years ago

  • Category set to Import/Export (T3D)
  • Is Regression set to No
Actions #5

Updated by Gerrit Code Review about 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 https://review.typo3.org/27100

Actions #6

Updated by Marc Bastian Heinrichs about 10 years ago

  • Assignee set to Marc Bastian Heinrichs
  • Target version set to 6.2.0
Actions #7

Updated by Marc Bastian Heinrichs about 10 years ago

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

Updated by Anja Leichsenring over 8 years ago

  • Sprint Focus set to On Location Sprint
Actions #9

Updated by Mathias Schreiber almost 8 years ago

  • Sprint Focus deleted (On Location Sprint)
Actions #10

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF