Bug #101679
closedClassloading information populated to late during extension installation
100%
Description
The autoload information seems to be updated to late during the extension installation process.
This results in that the system cannot find classes.
Validate:
- check autoload_classmap to not contain bootstrap_package entries
- check autoload_psr4 to not contain bootstrap_package entries
- git clone git@github.com:benjaminkott/bootstrap_package.git typo3conf/ext/bootstrap_package
- go to the extension manager
- install bootstrap_package
the system is broken now
- bin/typo3 dumpautoload
system is fixed
Files
Updated by Gerrit Code Review over 1 year ago
- Status changed from New to Under Review
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/+/80546
Updated by Benjamin Kott over 1 year ago
Updated by Gerrit Code Review over 1 year ago
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/+/80552
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/+/80546
Updated by Gerrit Code Review over 1 year 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/+/80546
Updated by Gerrit Code Review over 1 year 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/+/80546
Updated by Benjamin Kott over 1 year ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset b3c2ce4e9c14f6d873a22a725b0a1a93dbe35104.
Updated by Georg Ringer about 1 year ago
- Related to Bug #101686: Extension removal does not clear some caches and leads to crashes with ext:form added