Ich hänge mich hier mal rein.
Wenn ich das hier parametriere:
Code:
twig:
default_path: '%kernel.project_dir%/app/Resources/views'
erhalte ich folgende Meldung:
Code:
21:04:30 ERROR [console] Error thrown while running command "cache:warmup --env=prod". Message: "An exception occurred while executing '
SELECT
language
FROM
tl_member
UNION
SELECT
language
FROM
tl_user
UNION
SELECT
REPLACE(language, '-', '_')
FROM
tl_page
WHERE
type = 'root'
':
SQLSTATE[HY000]: General error: 1271 Illegal mix of collations for operation 'UNION'" ["exception" => Doctrine\DBAL\Exception\DriverException { …},"command" => "cache:warmup --env=prod","message" => """ An exception occurred while executing '\n SELECT\n language\n FROM\n tl_member\n UNION\n SELECT\n language\n FROM\n tl_user\n UNION\n SELECT\n REPLACE(language, '-', '_')\n FROM\n tl_page\n WHERE\n type = 'root'\n ':\n \n SQLSTATE[HY000]: General error: 1271 Illegal mix of collations for operation 'UNION' """]
In AbstractMySQLDriver.php line 115:
An exception occurred while executing '
SELECT
language
FROM
tl_member
UNION
SELECT
language
FROM
tl_user
UNION
SELECT
REPLACE(language, '-', '_')
FROM
tl_page
WHERE
type = 'root'
':
SQLSTATE[HY000]: General error: 1271 Illegal mix of collations for operatio
n 'UNION'
In PDOStatement.php line 107:
SQLSTATE[HY000]: General error: 1271 Illegal mix of collations for operatio
n 'UNION'
In PDOStatement.php line 105:
SQLSTATE[HY000]: General error: 1271 Illegal mix of collations for operatio
n 'UNION'
Löse ich das auch per Paramter oder muss da an der DB geschraubt werden?