by axew3 » Wed Oct 14, 2020 4:05 pm
the path to the config.php (and config.php values) and url plugin's settings are the same? Or points to the new one?
If are wrong, just reset the password of the wp user admin, login wp admin, setup path and url correctly into plugin admin.
If path is wrong, the integration is disabled already, the user need to reset password to login, because the phpBB hash do not match.
or to disable integration, you can do via:
open wp_w3all.php file
and where this line:
// $w3deactivate_wp_w3all_plugin = 'true';
change into:
$w3deactivate_wp_w3all_plugin = 'true';
or if using the custom config.php, open it and where this line:
@define('PHPBB_INSTALLED', true);
change into
//@define('PHPBB_INSTALLED', true);
the path to the config.php (and config.php values) and url plugin's settings are the same? Or points to the new one?
If are wrong, just reset the password of the wp user admin, login wp admin, setup path and url correctly into plugin admin.
If path is wrong, the integration is disabled already, the user need to reset password to login, because the phpBB hash do not match.
or to disable integration, you can do via:
open [b][i]wp_w3all.php[/i][/b] file
and where this line:
[c]// $w3deactivate_wp_w3all_plugin = 'true';[/c]
change into:
[c]$w3deactivate_wp_w3all_plugin = 'true';[/c]
or if using the custom config.php, open it and where this line:
[c]@define('PHPBB_INSTALLED', true);[/c]
change into
[c]//@define('PHPBB_INSTALLED', true);[/c]