Codice: Seleziona tutto
<?php
// phpBB 3.1.x auto-generated configuration file
// Do not change anything in this file!
$dbms = 'phpbb\\db\\driver\\mysqli';
$dbhost = 'localhost';
$dbport = '';
$dbname = 'my_racingteamitalia';
$dbuser = 'racingteamitalia';
$dbpasswd = '';
$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('DEBUG', true);
// @define('DEBUG_CONTAINER', true);
Questo invece il config.php del forum test ( che è stato aggiornato a phpbb 3.2.0
Codice: Seleziona tutto
<?php
// phpBB 3.0.x auto-generated configuration file
// Do not change anything in this file!
$dbms = 'mysql';
$dbhost = 'localhost';
$dbport = '';
$dbname = 'my_italiaracingteam';
$dbuser = 'italiaracingteam';
$dbpasswd = '';
$table_prefix = 'avphpbb_';
$acm_type = 'file';
$load_extensions = '';
@define('PHPBB_INSTALLED', true);
// @define('DEBUG', true);
// @define('DEBUG_EXTRA', true);
?>
Adesso faccio una prova in locale ad eliminare le tabelle errate nel database del forum ufficiale ,vedo che succede..