Page 1 of 2

Cannot set correct absolute path

Posted: Fri Aug 26, 2016 2:14 pm
by karma007
Hello,

i just did a fresh install of phpBB3 (3.1.9) -> working

I set up the config file /mysite.com/mydirectory/wp-content/plugins/wp-w3all-phpbb-integration/phpbb/config.php (same values as phpBB3)

and : the 2 parameters :

/mysite.com/mydirectory/wp-content/plugins/wp-w3all-phpbb-integration/phpbb
http://www.mysite.com/phpBB3

and i still get this error message :

WARNING! Wp w3all miss phpBB configuration file (or you have the phpBB config.php not well configured):
Set the correct full ABSOLUTE PATH to phpBB config.php folder!

absolute path is correct. Maybe i cannot make it work because WP is installed inn a folder "mydirectory" ?

thanks

Re: Cannot make it work

Posted: Sat Aug 27, 2016 10:15 am
by axew3
absolute path is correct. Maybe i cannot make it work because WP is installed inn a folder "mydirectory" ?
No this cannot be be problem.
Is still commented the very last line of the config.php file in wp-content/plugins/wp-w3all-phpbb-integration/phpbb you've edit?

Code: Select all

 //@define('PHPBB_INSTALLED', true);
remove // chars it in this way in case:

Code: Select all

@define('PHPBB_INSTALLED', true);
is the absolute path you've set to wp-content/plugins/wp-w3all-phpbb-integration/phpbb correct (i presume yes, but these two reasons are commonly the problem about path setting error message) how to path
:?:

Re: Cannot make it work

Posted: Sat Aug 27, 2016 9:31 pm
by karma007
Hello
Yes i uncommented last Line.
Phpinfo has no DOCUMENT_ROOT only doc_root with "no value" but i m pretty sure the path is correct.
Thanks

Re: Cannot make it work

Posted: Sat Aug 27, 2016 9:32 pm
by axew3
It's working now?

Re: Cannot make it work

Posted: Sat Aug 27, 2016 9:36 pm
by karma007
No i made no changes as last Line was uncommented already.

Cannot set correct absolute path

Posted: Sat Aug 27, 2016 9:47 pm
by axew3
ok, no value on phpinfo.php about absolute path: what documentation of your hosting provider say about absolute path?