by axew3 » Sat Aug 27, 2016 6:06 pm
your phpinfo say:
DOCUMENT_ROOT /usr/local/apache/htdocs
the absolute path you need to set, that will point to config.php into
wp-content/plugins/wp-w3all-phpbb-integration/phpbb that you'll have edit, adding correct values into, is:
/usr/local/apache/htdocs/wp-content/plugins/wp-w3all-phpbb-integration/phpbb
do not think/know if you have to add
public_html, just in case the correct path will be:
/usr/local/apache/htdocs/public_html/wp-content/plugins/wp-w3all-phpbb-integration/phpbb
Solved?
your phpinfo say:
[quote]DOCUMENT_ROOT /usr/local/apache/htdocs [/quote]
the absolute path you need to set, that will point to config.php into [i]wp-content/plugins/wp-w3all-phpbb-integration/phpbb[/i] that you'll have edit, adding correct values into, is:
[i]/usr/local/apache/htdocs/wp-content/plugins/wp-w3all-phpbb-integration/phpbb[/i]
do not think/know if you have to add [i]public_html[/i], just in case the correct path will be:
[i]/usr/local/apache/htdocs/public_html/wp-content/plugins/wp-w3all-phpbb-integration/phpbb[/i]
Solved?