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

[3.3.x] Support Forum • Re: Need a little help with an old board forced to convert.

$
0
0
you should update your config.php
this is the default config.php for 3.3.x

Code:

<?php// phpBB 3.3.x auto-generated configuration file// Do not change anything in this file!$dbms = 'phpbb\\db\\driver\\mysqli';$dbhost = '';$dbport = '';$dbname = '';$dbuser = '';$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);
these

Code:

date_default_timezone_set('America/Montreal');ini_set(‘session.use_trans_sid’, false);
should probably be in a php.ini file

Statistics: Posted by Prosk8er — Sun Feb 04, 2024 7:04 pm



Viewing all articles
Browse latest Browse all 2341

Trending Articles