by elawrenc01 » Wed Jan 06, 2021 9:24 pm
I have this:
$w3all_dbms = 'phpbb\\db\\driver\\mysqli'; // maybe required
$w3all_dbhost = 'localhost';
$w3all_dbport = '3306'; // maybe required
$w3all_dbname = 'xxxxxx';
$w3all_dbuser = 'xxxxxx';
$w3all_dbpasswd = 'xxxxxx';
$w3all_table_prefix = 'phpbb3_';
$w3all_phpbb_adm_relative_path = 'adm/'; // maybe required
$w3all_acm_type = 'phpbb\\cache\\driver\\file'; // maybe required
@define('WP_W3ALL_MANUAL_CONFIG', true);
// NOTE
// you can comment out the following line, and force plugin deactivation
@define('PHPBB_INSTALLED', true);
I copied the info from the config.php
I have this:
$w3all_dbms = 'phpbb\\db\\driver\\mysqli'; // maybe required
$w3all_dbhost = 'localhost';
$w3all_dbport = '3306'; // maybe required
$w3all_dbname = 'xxxxxx';
$w3all_dbuser = 'xxxxxx';
$w3all_dbpasswd = 'xxxxxx';
$w3all_table_prefix = 'phpbb3_';
$w3all_phpbb_adm_relative_path = 'adm/'; // maybe required
$w3all_acm_type = 'phpbb\\cache\\driver\\file'; // maybe required
@define('WP_W3ALL_MANUAL_CONFIG', true);
// NOTE
// you can comment out the following line, and force plugin deactivation
@define('PHPBB_INSTALLED', true);
I copied the info from the config.php