Bug #104653
closedAnalyze Database Structure broken / not able to install new extensions
0%
Description
After installing typo3 13.2.1, no extension can be installed that wants to create fields in the database. Analyze Database and Upgrade Wizard crash with Ajax error.
Files
Updated by Guido Twieling 3 months ago
- Subject changed from Analyze Database Structure broken / noot able to install new extensions to Analyze Database Structure broken / not able to install new extensions
Updated by Garvin Hicking 3 months ago
- Status changed from New to Needs Feedback
Due to the upgrade to doctrine/dbal 4.1.0 some things are buggy for v13 installs in this regard.
Can you try to either lock your composer installation to doctrine 4.0.* or use composer patches for this change: https://review.typo3.org/c/Packages/TYPO3.CMS/+/85620
Updated by Guido Twieling 3 months ago
Garvin Hicking wrote in #note-2:
Due to the upgrade to doctrine/dbal 4.1.0 some things are buggy for v13 installs in this regard.
Can you try to either lock your composer installation to doctrine 4.0.* or use composer patches for this change: https://review.typo3.org/c/Packages/TYPO3.CMS/+/85620
Thanks for your help! :-) Step back to dbal 4.0.2 does the trick.
Updated by Garvin Hicking 3 months ago
Great, thanks! I'll leave this issue open until the next 13 release, so that people may see it when facing the issue.
Updated by Stefan Bürk 3 months ago
- Related to Task #104628: Raise `doctrine/dbal:^4.1` added
Updated by Stefan Bürk 2 months ago
- Has duplicate Bug #104853: Analyze Database via Maintenance produces an error added
Updated by Benjamin Franzke about 1 month ago
- Status changed from Needs Feedback to Closed
This has been fixed in 13.3 with https://review.typo3.org/c/Packages/TYPO3.CMS/+/85620/19/typo3/sysext/core/Classes/Database/Schema/TableDiff.php