Actions
Bug #101686
openExtension removal does not clear some caches and leads to crashes with ext:form
Status:
New
Priority:
Should have
Assignee:
-
Category:
Extension Manager
Target version:
-
Start date:
2023-08-15
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Description¶
For example, if the Bootstrap Package is removed using the
extension manager in a non-composer installation, switching
to the ext:forms backend module leads to a exception.
Steps to reproduce:
- git clone git@github.com:benjaminkott/bootstrap_package.git typo3conf/ext/bootstrap_package
- go to the extension manager
- install bootstrap_package
- remove bootstrap_package
- switch to the "Forms" backend module
- main: reproduced
- 12.4.x dev: reproduced
Note: With bootstrap_package main.
This seems to be unrelated to
Clearing all caches ( bin/typo3 cache:flush ) solves this.
Expected behaviour:¶
- Openenig the overview
Current:¶
Recieving exception that bootstrap_package yaml file cannot be parsed
Further information¶
It seems that https://review.typo3.org/c/Packages/TYPO3.CMS/+/80546 as fix for https://forge.typo3.org/issues/101679 does not impact this issue (which makes sense).
Files
Updated by Georg Ringer about 1 year ago
- Related to Bug #101679: Classloading information populated to late during extension installation added
Actions