wp_w3all absolute path install problem

PapeK
User w
User w
Posts: 5
Joined: Sat Aug 27, 2016 3:38 pm

Re: wp_w3all install problem

Post by PapeK »

I have red that not sure tho if I should put in that public_html part as it is on my ftp and as I said I have that script on my site www.stonesdt.tk/phpinfo.php also as I said I had posted link to my ftp folder in my first post cant figure it out for sure tho If you could just check those links and retype it to adresses for me it would be great also dunno if it should point to config in my forum or the on in the plugin
User avatar
axew3
w3all User
w3all User
Posts: 2712
Joined: Fri Jan 22, 2016 5:15 pm
Location: Italy
Contact:

Re: wp_w3all absolute path install problem

Post by axew3 »

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?
PapeK
User w
User w
Posts: 5
Joined: Sat Aug 27, 2016 3:38 pm

Re: wp_w3all absolute path install problem

Post by PapeK »

Nah it works with niether I have set my url as http://www.stonesdt.tk/forum and this is code in that config :

Code: Select all

<?php

$w3all_dbms = 'mysqli';
$w3all_dbhost = 'mysql9.000webhost.com';
$w3all_dbport = '';
$w3all_dbname = '*********';
$w3all_dbuser = '*******';
$w3all_dbpasswd = '********';
$w3all_table_prefix = 'phpbb_';
$w3all_phpbb_adm_relative_path = 'file';
$w3all_acm_type = '';

@define('WP_W3ALL_MANUAL_CONFIG', true);

@define('PHPBB_INSTALLED', true);
I have censored my name user and pass for this post ofc but its there corectly no idea why it does not work tho.
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!
- thats the error
User avatar
axew3
w3all User
w3all User
Posts: 2712
Joined: Fri Jan 22, 2016 5:15 pm
Location: Italy
Contact:

Re: wp_w3all absolute path install problem

Post by axew3 »

please read the above. Set the correct path so to your root forum folder, if you aren't using the wp_w3all config.php
than the path will be:
/usr/local/apache/htdocs/forum
OR
/usr/local/apache/htdocs/public_html/forum
Post Reply