Bug #60712
closedRTE: HTMLArea.I18N is undefined | File does not exist: typo3temp/sprites/zextensions.css
0%
Description
Hi :)
Szenario:
i have created a complex CE extending tt_content in EXT:Configuration/TCA/Overrides/tt_content.php with TCA inline Elements (IRRE) in EXT:Configuration/TCA/tt_content_articles.php with a auto RTE enabled Field.
Unfortunately the RTE is not loading anymore after the first saving.
I get 2 errors at this time:
1. in Firebug:
TypeError: HTMLArea.I18N is undefined
var localized = HTMLArea.I18N.dialogs[label] || HTMLArea.I18N.tooltips[label] ||...
in Line 43
2. error.log:
[error] [client XX.XXX.XXX.XXX] File does not exist: PATH:/typo3/i, referer: PATH:/typo3temp/sprites/zextensions.css?1406849779
--> zextensions.css exists at this place with 660
Setup:
TYPO3 6.2.4
PHP 5.5.11
Multidomain
one Language (German) --> LangManagement everything up to date
when i switch to BE-English the RTE doesn't load too
Has anybody an idea what i could do to have the RTE load in IRRE Elements?
Thank you!
Updated by Jigal van Hemert over 10 years ago
Could you attach the TCA of the content elements you defined? That would make it a lot easier to reproduce.
Updated by Alexander Kontos over 10 years ago
Hello Jigal,
thank you very much for answering.
My Extension is very personalized to the customer and creates around 8 new CE's in a multidomainenvironment ( at the moment 4 domains) with lots of Pages and Contentelements and BE-Usergroups.
I reduced the extension to the minimal (one new CE with the MM- Relation) and installed it in an singledomain, nearly untouched typo3 ver 6.2.4 with only one administratoraccount. --> No loading problems and no errors in the RTE for the 3 CE's i have created.
My workaround for the moment is to edit the typo3/sysext/rtehtmlarea/htmlarea/htmlarea.js and uncomment the localization to keep the editor loading in the project.
So i would say it is no general bug and can be closed ;)
greetz