Page 1 of 7

Need some help install WP W3ALL

Posted: Sun Feb 26, 2017 8:57 am
by Goofkop
I really need this plugin but i don't get it to work. Already two days trying everything. Sorry for my bad English.
I am going to use some pictures to show my situation.

This is my map www on my host. Wordpress has been installed in this map and my phpbb 3.2 has been installed at the map forum in www.
Image

CAN CHANGE USERNAME PERMISSION - DONE
LIMIT USERNAME CHARS - DONE
Image

PHPBB COOKIE SETTING - DONE? (I Think its right, see picture under).
Image

I have add some code as given on this page and uploaded and replace the old file. https://www.axew3.com/w3/2016/02/phpbb- ... subdomain/
Image

Then i install the plugin WP W3ALL and activate it. Then i get this error.
Image

Re: Need some help install WP W3ALL

Posted: Sun Feb 26, 2017 10:24 am
by axew3
have you setup correctly values into your config.php?
Are you using the custom config.php? If you are using it, have you setup into it connection values as on your phpBB config.php file?

Re: Need some help install WP W3ALL

Posted: Sun Feb 26, 2017 10:32 am
by Goofkop
axew3 wrote: Sun Feb 26, 2017 10:24 am have you setup correctly values into your config.php?
Are you using the custom config.php? If you are using it, have you setup into it connection values as on your phpBB config.php file?
You mean i did which is in this manual?
https://wordpress.org/support/topic/wp_ ... re-update/

Re: Need some help install WP W3ALL

Posted: Sun Feb 26, 2017 10:36 am
by axew3
as on error you report, should be a problem about connection value. Yes i'm asking if you are using the custom file config.php or you have choose to include the default phpBB root config.php.
If you have choose to use/include the custom config, have you set on it connection values as are on default phpBB config.php root file?

Re: Need some help install WP W3ALL

Posted: Sun Feb 26, 2017 5:16 pm
by Goofkop
My phpbb config
http://imgur.com/a/wzTJS

config.php in the map wp-w3all-phpbb-integration -> addons -> wp-w3all-config
http://imgur.com/a/shs5D

$w3all_dbhost = 'required value here';
What i have to fill in here because there is nothing in mij config.php

Re: Need some help install WP W3ALL

Posted: Sun Feb 26, 2017 8:00 pm
by axew3
hello, hope you have resolve in the while.
If you use the custom procedure (as seem it is, due to what you say above), do the follow:
with a text editor, open the file config.php file that you have inside folder
wp-content/plugins/wp-w3all-config

now open the phpBB ROOT config.php file with same text editor.

Copy from it values, to set into your custom wp-content/plugins/wp-w3all-config/config.php file.

Substantially you need to setup values on the wp-content/plugins/wp-w3all-config/config.php
with SAME values of your root phpBB config.php, to let connect correctly wp_w3all with phpBB database.
Hope now all will be clear.