contao / contao-manager

Contao Manager
GNU Lesser General Public License v3.0
85 stars 33 forks source link

Installation of Contao 4.12 fails #665

Closed mp-itconsulting closed 2 years ago

mp-itconsulting commented 2 years ago

When I try to install a new Contao 4.12 instance via Contao Manager 1.4.8, the installation aborts with an SQL error:

... Use the composer fund command to find out more!

@php vendor/bin/contao-setup In AbstractMySQLDriver.php line 128:

An exception occurred in driver: SQLSTATE[HY000] [1698] Access denied for user 'root'@'localhost'

In Exception.php line 18:

SQLSTATE[HY000] [1698] Access denied for user 'root'@'localhost'

In PDOConnection.php line 40:

SQLSTATE[HY000] [1698] Access denied for user 'root'@'localhost'

Script @php vendor/bin/contao-setup handling the post-install-cmd event returned with error code 1

Process terminated with exit code 1 ...

However, the query for the database access data does not take place.

A new installation with Contao 4.9 works as usual.

Error is reproducible on different servers with different browsers.

fritzmg commented 2 years ago

See https://github.com/contao/contao/issues/3557