cannot login WP after activated V1.7.7

Jeff

cannot login WP after activated V1.7.7

Post by Jeff »

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);
User avatar
axew3
w3all User
w3all User
Posts: 2937
Joined: Fri Jan 22, 2016 5:15 pm
Location: Italy
Contact:

Re: cannot login WP after activated V1.7.7

Post by axew3 »

i've not well understand what mean
I cannot open on background mode
so i assume WP admin.

If you've follow procedure, you can't fail: https://www.axew3.com/w3/cms-plugins-sc ... tegration/
if config.php is ok with data to access db,
check that you've setup cookie to available over all domain in phpBB ACP
clean cookies
if your WP is https, also phpBB need to be https (or viceversa if http, both http)
you need to use the phpBB password (or reset it) to login first time with admin after first activation.
let know

p.s on After Install Help on bottom, there is also the procedure to uninstall, clean and secure. And suggestions for +- any trouble
jfpool
Posts: 1
Joined: Sat Sep 30, 2017 8:43 pm

Re: cannot login WP after activated V1.7.7

Post by jfpool »

Hi, first thanks for your prompt answer.

Background mode : yes you re right , WP Admin.

In the meantime , I checked others posts :

I forced and activated with my domain , and now , It' running well... :D

open wp_w3all.php
search for this:
CODE: SELECT ALL
// Force here the reset of cookie domain
// $w3reset_cookie_domain = '';

Thanks
Jeff
Post Reply