you should update your config.php
this is the default config.php for 3.3.xtheseshould probably be in a php.ini file
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);
Code:
date_default_timezone_set('America/Montreal');ini_set(‘session.use_trans_sid’, false);
Statistics: Posted by Prosk8er — Sun Feb 04, 2024 7:04 pm