cannot login WP after activated V1.7.7
Posted: Sat Sep 30, 2017 8:56 pm
hi,
Version 1.7.7 has been installed.
I setup the config file, see below
When I relaunch my web site , and want to login , I can (user + pwd) , I cannot open on background mode ...
I need to rename config.php as config1.php, I restart and can to login..after
Thanks for your help
JF
Config.php
<?php
// WARNING COMMENT OUT ( remove chars // ) on the very last line of this file to get wp_w3all active and working!
// WP phpBB w3all - phpBB configuration file
// WARNING COMMENT OUT ( remove chars // ) on the very last line of this file to get wp_w3all active and working!
// note: vars have been renamed (respect a default phpBB config.php file) to avoid conflicts with external plugins that may have vars named as phpBB
// Open with a text editor your phpBB root config.php file
// Change values in this file according (as on) to your phpBB config.php file and remove the two // characters preceding the very last line here below
$w3all_dbms = 'phpbb\\db\\driver\\mysqli'; // maybe required
$w3all_dbhost = 'db661551894.db.1and1.com';
$w3all_dbport = ''; // maybe required
$w3all_dbname = 'db661551894';
$w3all_dbuser = 'dbo661551894';
$w3all_dbpasswd = 'password';
$w3all_table_prefix = 'phpbb_';
$w3all_phpbb_adm_relative_path = 'adm/'; // maybe required
$w3all_acm_type = 'phpbb\\cache\\driver\\file'; // maybe required
@define('WP_W3ALL_MANUAL_CONFIG', true);
/* WARNING UNCOMMENT (REMOVE) // the two characters which precedes the very last line here below, to get wp_w3all active and working!
you can (re)comment ( prepend with // ) the line below if you want to exclude completely (deactivate) WP_w3all (or setup wrong path value on wp_w3all cofing page to have the same result) */
@define('PHPBB_INSTALLED', true);
Version 1.7.7 has been installed.
I setup the config file, see below
When I relaunch my web site , and want to login , I can (user + pwd) , I cannot open on background mode ...
I need to rename config.php as config1.php, I restart and can to login..after
Thanks for your help
JF
Config.php
<?php
// WARNING COMMENT OUT ( remove chars // ) on the very last line of this file to get wp_w3all active and working!
// WP phpBB w3all - phpBB configuration file
// WARNING COMMENT OUT ( remove chars // ) on the very last line of this file to get wp_w3all active and working!
// note: vars have been renamed (respect a default phpBB config.php file) to avoid conflicts with external plugins that may have vars named as phpBB
// Open with a text editor your phpBB root config.php file
// Change values in this file according (as on) to your phpBB config.php file and remove the two // characters preceding the very last line here below
$w3all_dbms = 'phpbb\\db\\driver\\mysqli'; // maybe required
$w3all_dbhost = 'db661551894.db.1and1.com';
$w3all_dbport = ''; // maybe required
$w3all_dbname = 'db661551894';
$w3all_dbuser = 'dbo661551894';
$w3all_dbpasswd = 'password';
$w3all_table_prefix = 'phpbb_';
$w3all_phpbb_adm_relative_path = 'adm/'; // maybe required
$w3all_acm_type = 'phpbb\\cache\\driver\\file'; // maybe required
@define('WP_W3ALL_MANUAL_CONFIG', true);
/* WARNING UNCOMMENT (REMOVE) // the two characters which precedes the very last line here below, to get wp_w3all active and working!
you can (re)comment ( prepend with // ) the line below if you want to exclude completely (deactivate) WP_w3all (or setup wrong path value on wp_w3all cofing page to have the same result) */
@define('PHPBB_INSTALLED', true);