Task #98041
closed[BUGFIX] missing option controls on youtube video with PHP8.0 .
0%
Description
Hello,
after creating a Text & Media Element and adding a *.youtube file to the assets if was getting this error:
With this small fix the exception doesnt appear anymore.
System:
TYPO3: 11.5.13
PHP: 8.0.16
DDEV Config for reproduce purpose:
```
name: test-headless
type: typo3
docroot: public
php_version: "8.0"
composer_version: "2"
nodejs_version: "16"
database:
type: mysql
version: "5.7"
webserver_type: apache-fpm
router_http_port: "80"
router_https_port: "443"
xdebug_enabled: true
additional_fqdns: [ ]
nfs_mount_enabled: true
mutagen_enabled: false
webimage_extra_packages: [ cron ]
use_dns_when_possible: true
timezone: Europe/Berlin
web_environment: [ ]
```
Best regards
Fabio
This issue was automatically created from https://github.com/TYPO3/typo3/pull/395
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/+/75316
Updated by Riccardo De Contardi over 2 years ago
- TYPO3 Version changed from 10 to 11
Updated by Riccardo De Contardi over 2 years ago
I think I am not able to reproduce it with TYPO3 11.5.13 and PHP 8.1.0
Updated by Christian Kuhn over 2 years ago
- Status changed from Under Review to Rejected