Actions
Bug #99006
closedError on Analyze Database after installing and removing extension on Composer-Installation
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
composer
Target version:
-
Start date:
2022-11-06
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
12
PHP Version:
8.1
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
I installed the extension "maagitblog" with ddev composer require maagit/maagitblog
on my Typo3-Composer-Installation, with making db-updates over
the command ddev exec ./vendor/bin/typo3 extension:setup
Then i removed it with ddev composer remove maagit/maagitblog
Afterwards, if i click on "Analyze Database" in Typo3 Backend, following error occurs:
Core: Exception handler (WEB): Uncaught TYPO3 Exception: md5(): Argument #1 ($string) must be of type string, null given | TypeError thrown in file /var/www/html/vendor/typo3/cms-core/Classes/Database/Schema/ConnectionMigrator.php in line 683. Requested URL: http://t3example.ddev.site/typo3/install.php?install[controller]=maintenance&install[context]=backend&install[action]=databaseAnalyzerAnalyze
As i see, also the - from the extension added - tt_content fields, are not removed (tx_maagitblog_ tables are removed).
Actions