Bug #49158
closeddeleting an extension should not break the extensionmanager ...
0%
Description
hi,
if you install an extension and delete it, the new extensionmanager is broken, as it tries to include the ext_emconf of the extension.
This should be avoided by checking if the file exists, if not the extension should be uninstalled ...
Updated by Wouter Wolters almost 10 years ago
- Status changed from New to Needs Feedback
- Is Regression set to No
still a problem in 6.2.9?
Updated by Christian Weiske almost 10 years ago
Yes. I encountered the recently as "duplicate" closed bug #64202 in TYPO3 version 7.
Updated by Kay Strobach almost 10 years ago
just tried it, is still a problem with master and 6.2.x
Updated by Alexander Opitz over 9 years ago
- Status changed from Needs Feedback to New
Updated by Benni Mack over 9 years ago
- Status changed from New to Rejected
I really do not consider this a bug nor a job for the framework / extension manager. This is similar to topics like "I deleted my PackageStates.php, now my system does not work anymore". If you remove code from your machine (and here, a FULL extension which is installed) the system is by definition broken. So you probably need to fix something more than just going to the extension manager. If you have a real (!) use case for it, please ping me on Slack to discuss it.
Updated by Benni Mack over 4 years ago
- Sprint Focus changed from PRC to Needs Decision