Cannot set correct absolute path

karma007

Cannot set correct absolute path

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

Re: Cannot make it work

Post 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
:?:
karma007
Posts: 3
Joined: Fri Aug 26, 2016 2:15 pm

Re: Cannot make it work

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

Re: Cannot make it work

Post by axew3 »

It's working now?
karma007
Posts: 3
Joined: Fri Aug 26, 2016 2:15 pm

Re: Cannot make it work

Post by karma007 »

No i made no changes as last Line was uncommented already.
User avatar
axew3
w3all User
w3all User
Posts: 2883
Joined: Fri Jan 22, 2016 5:15 pm
Location: Italy
Contact:

Cannot set correct absolute path

Post by axew3 »

ok, no value on phpinfo.php about absolute path: what documentation of your hosting provider say about absolute path?
Post Reply