Project

General

Profile

Actions

Bug #93917

closed

Install tool fails - Database\Connection::select()

Added by Roman Büchler about 3 years ago. Updated almost 3 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Install Tool
Target version:
Start date:
2021-04-14
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
11
PHP Version:
7.4
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

When trying to setup the latest TYPO3 V11 with composer req typo3/cms-base-distribution ^11.1 the install tool gets stuck on step 3 (Select a database - Use an existing empty database). The test table ( t3install_test_table ) gets created but the wizard remains on step 3 with the notification

Selected database is not empty!
Cannot use database "pp11_buechler", because it already contains tables. Please select a different database or choose to create one!

The following entry is added to the log file:

Wed, 14 Apr 2021 13:55:50 +0200 [CRITICAL] request="b7f8cda1a22f4" component="TYPO3.CMS.Core.Error.ProductionExceptionHandler": Core: Exception handler (WEB): Uncaught TYPO3 Exception: Return value of TYPO3\CMS\Core\Database\Connection::select() must implement interface Doctrine\DBAL\Driver\Statement, instance of Doctrine\DBAL\ForwardCompatibility\Result returned | TypeError thrown in file [server]/public/typo3/sysext/core/Classes/Database/Connection.php in line 277. Requested URL: http://domain.com/typo3/install.php - {"TYPO3_MODE":"BE","exception":{}}
Actions #1

Updated by Roman Büchler almost 3 years ago

After the following upgrades the install wizard can be run through:
- Upgrading doctrine/cache (1.10.2 => 1.11.0): Extracting archive
- Upgrading guzzlehttp/psr7 (1.8.1 => 1.8.2): Extracting archive
- Upgrading symfony/service-contracts (v2.2.0 => v2.4.0): Extracting archive
- Upgrading symfony/cache-contracts (v2.2.0 => v2.4.0): Extracting archive
- Upgrading symfony/deprecation-contracts (v2.2.0 => v2.4.0): Extracting archive
- Upgrading symfony/event-dispatcher-contracts (v2.2.0 => v2.4.0): Extracting archive
- Upgrading doctrine/dbal (2.13.0 => 2.13.1): Extracting archive

This ticket can be closed.

Actions #2

Updated by Benni Mack almost 3 years ago

  • Target version changed from 11.2 to 11.3
Actions #3

Updated by Oliver Bartsch almost 3 years ago

  • Status changed from New to Closed

Closing this issue as requested by the author.

Actions

Also available in: Atom PDF