Actions
Bug #68068
closedphp-warning when trying to open a content element with rte-field
Start date:
2015-07-13
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
No
Sprint Focus:
Description
Error, when trying to open any content-element using rte:
"#1: PHP Warning: Illegal string offset 'name' in /var/www/typo3_src/typo3/sysext/rtehtmlarea/Classes/RteHtmlAreaBase.php line 1039"
The code does not check if the classes node contains valid elements. Just a problem if you are in developer mode
Workaround:
include this PageTS:
RTE {
classes >
}
Actions