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!