Actions
Bug #105573
openCommand "extension:setup" fails on empty database
Status:
Under Review
Priority:
Should have
Assignee:
-
Category:
CLI
Target version:
Start date:
2024-11-11
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The "extension:setup" currently fails on a empty database.
One would expect the command to create all tables and fields according to the schema.
But currently it fails with the following message.
✗ ddev typo3 extension:setup In ExceptionConverter.php line 40: An exception occurred while executing a query: Table 'db.be_users' doesn't exist In ConnectionError.php line 28: Table 'db.be_users' doesn't exist In Connection.php line 33: Table 'db.be_users' doesn't exist extension:setup [-e|--extension EXTENSION]
Actions