here a short update:
I dont know why but with a custom config.php which lokks like follows, everything its working with the latest version of the plugin.
Code: Select all
<?php defined( 'ABSPATH' ) or die( 'forbidden' );
// WP phpBB w3all - custom config.php phpBB configuration file
// note: COMMENT OUT ( add chars // ) on the very last line of this file to force wp_w3all deactivation
// note: vars have been renamed (respect to default phpBB config.php file) to avoid conflicts with external plugins that may have vars named as phpBB
// and that instantiate db calls after integration plugin code execution
// Open with a text editor your phpBB root config.php file
// Change following values and setup according (like on) to your phpBB root config.php file
$w3all_dbms = ''; // maybe required
$w3all_dbhost = 'yyyyyyyyyyyy.com';
$w3all_dbport = ''; // maybe required
$w3all_dbname = 'dbyyyyyyyyyyy';
$w3all_dbuser = 'zzzzzzzzzzzzz';
$w3all_dbpasswd = 'xxxxxxxxx';
$w3all_table_prefix = 'xyz_';
$w3all_phpbb_adm_relative_path = ''; // maybe required
$w3all_acm_type = ''; // maybe required
@define('WP_W3ALL_MANUAL_CONFIG', true);
// NOTE
// you can comment out the following line, and force plugin deactivation
@define('PHPBB_INSTALLED', true);