Bug #68068
closedphp-warning when trying to open a content element with rte-field
100%
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 >
}
Updated by Susanne Moog over 9 years ago
- Target version set to 7.4 (Backend)
- Sprint Focus set to On Location Sprint
Updated by Susanne Moog over 9 years ago
- Target version changed from 7.4 (Backend) to 7.5
Updated by Gerrit Code Review over 9 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/42361
Updated by Manuel Selbach over 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 00fa0a6fcaf261cc0b4a1ab409f271b473453780.
Updated by Gerrit Code Review over 9 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/42367
Updated by Gerrit Code Review over 9 years ago
Patch set 2 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/42367
Updated by Gerrit Code Review over 9 years ago
Patch set 3 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/42367
Updated by Manuel Selbach over 9 years ago
- Status changed from Under Review to Resolved
Applied in changeset 73304d5bf381215cc1f6fbe8d28c983b2f0f96e4.
Updated by Robert Rentz about 9 years ago
We have the same problem in 6.2.14
Core: Error handler (BE): PHP Warning: Illegal string offset 'counting.' in /typo3_src-6.2.14/typo3/sysext/rtehtmlarea/Classes/RteHtmlAreaBase.php line 1047
Core: Error handler (BE): PHP Warning: Illegal string offset 'alternating.' /typo3_src-6.2.14/typo3/sysext/rtehtmlarea/Classes/RteHtmlAreaBase.php line 1044
Core: Error handler (BE): PHP Warning: Illegal string offset 'value' in /typo3_src-6.2.14/typo3/sysext/rtehtmlarea/Classes/RteHtmlAreaBase.php line 1040
Core: Error handler (BE): PHP Warning: Illegal string offset 'name' in /typo3/sysext/rtehtmlarea/Classes/RteHtmlAreaBase.php line 1039
Updated by Anja Leichsenring almost 9 years ago
- Sprint Focus deleted (
On Location Sprint)
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed