Mittlerweile läuft Mariadb 10.11 auf Strato und ich habe php 8.2 eingestellt.
Sind die anderen Parameter der config.php noch aktuell oder muss ich was ändern. Board Version gerade upgedatet und läuft am ersten Blick einwandfrei 3.3.12
Code: Alles auswählen
<?php
// phpBB 3.2.x auto-generated configuration file
// Do not change anything in this file!
$dbms = 'phpbb\\db\\driver\\mysqli';
$dbhost = 'rdbms.strato.de';
$dbport = '';
$dbname = 'dbs123456';
$dbuser = 'dbu123456';
$dbpasswd = '123456';
$table_prefix = 'phpbb_';
$phpbb_adm_relative_path = 'adm/';
$acm_type = 'phpbb\\cache\\driver\\file';
@define('PHPBB_INSTALLED', true);
// @define('PHPBB_DISPLAY_LOAD_TIME', true);
@define('PHPBB_ENVIRONMENT', 'production');
// @define('DEBUG_CONTAINER', true);