Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

sbuerk
Copy link
Collaborator

@sbuerk sbuerk commented Oct 29, 2024

Currently the BackendEnvironment use the 2 following deprecated configurations:

$localConfiguration['DB']['Connections']['Default']['tableoptions']['charset'] = 'utf8mb4';
$localConfiguration['DB']['Connections']['Default']['tableoptions']['collate'] = 'utf8mb4_unicode_ci';

Instead

$localConfiguration['DB']['Connections']['Default']['defaultTableOptions']['charset'] = 'utf8mb4';
$localConfiguration['DB']['Connections']['Default']['defaultTableOptions']['collation'] = 'utf8mb4_unicode_ci';

should be used. Since the is a silent migrations this works fine with TYPO3 13 - but will break with 14.

This pull-request completes #628.

@sbuerk sbuerk merged commit f807ce8 into main Oct 29, 2024
6 checks passed
@sbuerk sbuerk deleted the thohn-1 branch October 29, 2024 07:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants