Bug #91832
closedPackage "phpdocumentor/reflection-docblock" throws an Exeption after updating to 5.2.0
100%
Description
After doing a "composer update" this morning, the package phpdocumentor/reflection-docblock was updated from version 5.1.0 to 5.2.0
After this Update, the front- and backend throws this exception:
InvalidArgumentException Expected an implementation of "phpDocumentor\Reflection\DocBlock\Tag". Got: "TYPO3\CMS\Extbase\Reflection\DocBlock\Tags\Null_"
My composer.json packages are:
"require": {
"helhum/typo3-console": "^6",
"typo3/cms-about": "^10.4",
"typo3/cms-adminpanel": "^10.4",
"typo3/cms-backend": "^10.4",
"typo3/cms-belog": "^10.4",
"typo3/cms-beuser": "^10.4",
"typo3/cms-core": "^10.4",
"typo3/cms-dashboard": "^10.4",
"typo3/cms-extbase": "^10.4",
"typo3/cms-extensionmanager": "^10.4",
"typo3/cms-felogin": "^10.4",
"typo3/cms-filelist": "^10.4",
"typo3/cms-filemetadata": "^10.4",
"typo3/cms-fluid": "^10.4",
"typo3/cms-fluid-styled-content": "^10.4",
"typo3/cms-form": "^10.4",
"typo3/cms-frontend": "^10.4",
"typo3/cms-impexp": "^10.4",
"typo3/cms-info": "^10.4",
"typo3/cms-install": "^10.4",
"typo3/cms-linkvalidator": "^10.4",
"typo3/cms-lowlevel": "^10.4",
"typo3/cms-recordlist": "^10.4",
"typo3/cms-redirects": "^10.4",
"typo3/cms-rte-ckeditor": "^10.4",
"typo3/cms-scheduler": "^10.4",
"typo3/cms-seo": "^10.4",
"typo3/cms-setup": "^10.4",
"typo3/cms-sys-note": "^10.4",
"typo3/cms-t3editor": "^10.4",
"typo3/cms-tstemplate": "^10.4",
"typo3/cms-viewpage": "^10.4",
"friendsoftypo3/taskcenter": "^10.0.0",
"friendsoftypo3/sys-action": "^10.0.0",
"georgringer/news": "^8.3",
"teaminmedias-pluswerk/ke_search": "^3.1"
},
For testing I removed all packages that are NOT "typo3/cms-*", but the same error appears.
Its happening in a local DDEV environment as well as on an external webserver.
"php -v" -> 7.4.6 (local) and 7.2.28 (hosted server)
Updated by Thomas Anders over 4 years ago
Setting the package back to 5.1.0 solves the whole thing again, of course.
Add this package to composer.json:
"phpdocumentor/reflection-docblock": "5.1.0"
Or via cli:
composer require phpdocumentor/reflection-docblock 5.1.0
Updated by Christian Fries over 4 years ago
We have the exact same issue with TYPO3 10.4.5.
The core extension typo3/cms-extbase
is requiring phpdocumentor/reflection-docblock
with the version constraint ^5.1.0
since version 10.4.0 so this will affect all TYPO3 10 LTS instances.
Updated by Simon Gilli over 4 years ago
Updated by Simon Gilli over 4 years ago
- Category changed from composer to Extbase
- Status changed from New to Accepted
- Assignee set to Simon Gilli
- Target version set to Candidate for patchlevel
- TYPO3 Version changed from 10 to 11
Updated by Gerrit Code Review over 4 years ago
- Status changed from Accepted 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/c/Packages/TYPO3.CMS/+/65061
Updated by Gerrit Code Review over 4 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/c/Packages/TYPO3.CMS/+/65061
Updated by Gerrit Code Review over 4 years ago
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/c/Packages/TYPO3.CMS/+/65062
Updated by Gerrit Code Review over 4 years ago
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/c/Packages/TYPO3.CMS/+/65063
Updated by Gerrit Code Review over 4 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/c/Packages/TYPO3.CMS/+/65061
Updated by Gerrit Code Review over 4 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/c/Packages/TYPO3.CMS/+/65061
Updated by Gerrit Code Review over 4 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/c/Packages/TYPO3.CMS/+/65061
Updated by Gerrit Code Review over 4 years ago
Patch set 1 for branch 10.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/+/65025
Updated by Simon Gilli over 4 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 9dc190ada6cad09194c2141b02a092ad61fbddda.