Bug #97428
closedPHP Warning: Trying to access array offset on value of type bool in VimeoHelper.php
100%
Description
If you browse folder through backend File module with a folder containing a viemo file wich doesn't exists anymore - or with a wrong ID - you have this error :
(1/1) #1476107295 TYPO3\CMS\Core\Error\Exception PHP Warning: Trying to access array offset on value of type bool in typo3/sysext/core/Classes/Resource/OnlineMedia/Helpers/VimeoHelper.php line 54
How to reproduce :
1. Add a vimeo video file with File module
2. Change the data in Vimeo file in order to have a wrong Vimeo ID
3. In Maintenance module , remove temporary assets in /fileadmin/_processed_
4. In module 'File' browse the directory with the wrong Vimeo ID
This problem appears because method AbstractOEmbedHelper::getOEmbedData() can return a value ' array|bool|null ' and bool and null value are not checked.
This bug only happen with PHP V8.
Updated by Gerrit Code Review over 2 years ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/74353
Updated by Gerrit Code Review over 2 years ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/74353
Updated by Gerrit Code Review over 2 years ago
Patch set 3 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/74353
Updated by Gerrit Code Review over 2 years ago
Patch set 4 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/74353
Updated by Gerrit Code Review over 2 years ago
Patch set 5 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/74353
Updated by Gerrit Code Review over 2 years ago
Patch set 6 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/74353
Updated by Gerrit Code Review over 2 years ago
Patch set 7 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/74353
Updated by Gerrit Code Review over 2 years ago
Patch set 1 for branch 11.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/74467
Updated by Florian Rival over 2 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset ae00ad424a1b04ab30712d4558acab276396cb13.