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

Skip to content

Conversation

thomashohn
Copy link
Contributor

@thomashohn thomashohn 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 force-pushed the task-637-remove-deprecated-db-config branch from 5fd2fc0 to 02b07c5 Compare October 29, 2024 07:18
@sbuerk
Copy link
Collaborator

sbuerk commented Oct 29, 2024

Pushed as #640 again, closing this pr here.

@sbuerk sbuerk closed this Oct 29, 2024
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