简体   繁体   中英

getting Core: Error handler (BE): PHP Warning: gzuncompress() in ddev typo3

hi i am getting the following error in typo3.

Core: Error handler (BE): PHP Warning: gzuncompress(): need dictionary in /var/www/html/public/typo3/sysext/core/Classes/Cache/Backend/Typo3DatabaseBackend.php line 157

does someone has a solution for this?

thanks in advance.

'DB' => [
    'Connections' => [
        'Default' => [
            'charset' => 'utf8mb4',
            'driver' => 'mysqli',
        ],
    ],
],

Use charset utf8mb4 in your LocalConiguration.php

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM