Project

General

Profile

Actions

Bug #22421

closed

Text Content element crashes (new and edit)

Added by Jigal van Hemert about 14 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2010-04-11
Due date:
% Done:

0%

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

Description

It results in:
TYPO3 Fatal Error: Extension key "" was NOT loaded! (t3lib_extMgm::extRelPath)

New error (RFC 14061) reveals:
#2165053879: TYPO3 Fatal Error: Extension key "" was NOT loaded!

InvalidArgumentException thrown in file
D:\TYPO3\TYPO3 Core Sources SVN\trunk\t3lib\class.t3lib_extmgm.php in line 176.

t3lib_extMgm::extRelPath(NULL)

trunk\typo3\sysext\rtehtmlarea\class.tx_rtehtmlarea_base.php:

00441: $this->addStyleSheet(
00442: 'rtehtmlarea-plugin-' . $pluginId . '-skin',
00443: ($this->is_FE() ? t3lib_extMgm::siteRelPath($key) : t3lib_extMgm::extRelPath($key)) . $pathToSkin
00444: );
00445: }

$key is NULL, should by $this->ID
(issue imported from #M14062)


Files

14062_trunk.patch (575 Bytes) 14062_trunk.patch Administrator Admin, 2010-04-11 10:57
14062_trunk_v2.patch (624 Bytes) 14062_trunk_v2.patch Administrator Admin, 2010-04-11 21:35

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Feature #22411: htmlArea RTE: Streamline the RTE loading processClosedStanislas Rolland2010-04-10

Actions
Actions #1

Updated by Jigal van Hemert about 14 years ago

Submitted to core list.

Actions #2

Updated by Jigal van Hemert about 14 years ago

Version 2 of patch with correct extension key (thanks Susanne!) attached.

Actions #3

Updated by Stanislas Rolland about 14 years ago

Thanks!

Committed to SVN TYPO3core trunk (revision 7296).

Actions #4

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF