Bug #100826
closedPHP Warning in CKEditor5Migrator.php
100%
Description
Hello,
after upgrading to TYPO3 12.0 I get following PHP Warning:
Core: Error handler (BE): PHP Warning: foreach() argument must be of type array|object, string given in /var/www/html/vendor/typo3/cms-core/Classes/Configuration/CKEditor5Migrator.php line 453
Seems that an is_array or a GeneralUtility::trimExplode() is missing for: $this->configuration['editor']['config']['removeButtons']
Stefan
Updated by Stefan Froemken over 1 year ago
Comma separated list of strings was allowed in CkEditor 4: https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_config.html#cfg-removeButtons
Updated by Gerrit Code Review over 1 year 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/+/78960
Updated by Gerrit Code Review over 1 year 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/+/78960
Updated by Gerrit Code Review over 1 year 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/+/78960
Updated by Benni Mack over 1 year ago
- Target version changed from 12 LTS to Candidate for patchlevel
Updated by Gerrit Code Review over 1 year ago
Patch set 1 for branch 12.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/79242
Updated by Stefan Froemken over 1 year ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 17937d23f9e4407e434e14754e45d013f861d7bf.