Bug #19747
closedTYPO3 4.2.3 + IRRE + RTE = System Error when saving.
0%
Description
As stated in the RTE mailing list [1] there is a nasty sounding JS error window popping when saving child records (more than one) that contain an RTE:
---------------------------------
Error Message:
"SYSTEM ERROR: One or more Rich Text Editors on the page could not be contacted. This IS an error, although it should not be regular.
You can save the form now by pressing OK, but you will loose the Rich Text Editor content if you do.
Please report the error to your administrator if it persists."
---------------------------------
---------------------------------
Firebug Debug Output:
data is not defined
setRTEsizeByJS() htmlarea...ressed.js (line 164)
return null;};var setRTEsizeByJS=functio...ty]=RTE[property]?RTE[property]:false;}}
---------------------------------
[1] http://support.typo3.org/projects/rte/m/typo3-rte-typo3-423-and-rte-in-irre-system-error-375711/
(issue imported from #M10024)
Updated by Stanislas Rolland almost 16 years ago
I cannot reproduce this error after applying the patch attached to issue #9596.
Please upload an extension with which the error may be reproduced.
Updated by Jochen Rieger almost 16 years ago
Yes, Stanislas, I can confirm this now after having patched against 4.2.4-dev.
Good work, thanks!
Updated by Stanislas Rolland almost 16 years ago
Fixed in SVN TYPO3core branch TYPO3_4-2 (revision 4670).