Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 2373

[3.3.x] Support Forum • Re: PHPbb locally

$
0
0
That is what it looks like when upgrading a board from version 2.0.21 through to version 3.3.14 when the config.php file keeps getting carried over during the update stages.

Glad you pointed that out because I wasn't sure if I should manually update the config.php. There does not seem to be any reference to also updating the config.php at each upgrade/update stage manually.

This is the same config with the elements from the 3.0.7-pl1 config.php commented out and revised to the format for 3.3.14

Code:

<?php// phpBB 3.3.x auto-generated configuration file// Do not change anything in this file!$dbms = 'phpbb\\db\\driver\\mysqli';$dbhost = 'localhost';$dbport = '';$dbname = 'murga3112';$dbuser = 'root';$dbpasswd = '';$table_prefix = 'phpbb_';$phpbb_adm_relative_path = 'adm/';$acm_type = 'phpbb\\cache\\driver\\file';@define('PHPBB_INSTALLED', true);@define('PHPBB_ENVIRONMENT', 'production');// @define('DEBUG_CONTAINER', true);/* -------------------------------------------------------------------------------------- */// phpBB 3.0.x auto-generated configuration file// Do not change anything in this file!//$dbms = 'mysqli';//$dbhost = 'localhost';//$dbport = '';//$dbname = 'murga3112';//$dbuser = '';//$dbpasswd = 'admin';//$table_prefix = 'phpbb_';//$acm_type = 'file';//$load_extensions = '';//@define('PHPBB_INSTALLED', true);// @define('DEBUG', true);// @define('DEBUG_EXTRA', true);?>
The board seems to work okay with either version of the config.php so it wasn't immediately evident I was not using the correct one.

Statistics: Posted by rockedge — Tue Dec 24, 2024 1:31 am



Viewing all articles
Browse latest Browse all 2373

Trending Articles