Project

General

Profile

Actions

Bug #105573

open

Command "extension:setup" fails on empty database

Added by Jochen Roth 10 days ago. Updated 9 days ago.

Status:
Under Review
Priority:
Should have
Assignee:
-
Category:
CLI
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

Also available in: Atom PDF