Page 2 of 2
Re: wp_w3all install problem
Posted: Sat Aug 27, 2016 5:48 pm
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
Re: wp_w3all absolute path install problem
Posted: Sat Aug 27, 2016 6:06 pm
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?
Re: wp_w3all absolute path install problem
Posted: Sat Aug 27, 2016 6:53 pm
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
Re: wp_w3all absolute path install problem
Posted: Sat Aug 27, 2016 6:59 pm
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