Bug #57809
closedIllegal string offset 'el' in ContentObjectRenderer.php
100%
Description
After upgrading from 6.1 to 6.2, there is an issue with rendering video-elements. I got an "Illegal string offset 'el'"-error in the ContentObjectRenderer.php.
I fixed this error by adding at line 1179 to the ContentObjectRenderer.php an if(isset($value['el']))
and add an isset to the if($value['vDEF'])
some lines below.
Please add this to the mainline. Thanks
Updated by Markus Klein over 10 years ago
Hi!
The code is not optimal, but your configuration seems to be faulty too.
Why is $value a string?
Updated by Gerrit Code Review over 10 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 https://review.typo3.org/29343
Updated by Gerrit Code Review over 10 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/29343
Updated by Gerrit Code Review over 10 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/29343
Updated by Gerrit Code Review over 10 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/29343
Updated by Gerrit Code Review over 10 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/29343
Updated by Markus Klein over 10 years ago
- Priority changed from Should have to Must have
- Target version set to next-patchlevel
Updated by Gerrit Code Review over 10 years ago
Patch set 1 for branch TYPO3_6-1 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/29892
Updated by Markus Klein over 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset af0db0572f132919d30f3dc3844841362b091bde.