wp_w3all absolute path install problem

Post a reply


This question is a means of preventing automated form submissions by spambots.
Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :arrow: :| :mrgreen: :geek: :ugeek:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

If you wish to attach one or more files enter the details below.

Maximum filesize per attachment: 1 MiB.

Expand view Topic review: wp_w3all absolute path install problem

Re: wp_w3all absolute path install problem

by axew3 » Sat Aug 27, 2016 6:59 pm

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

Re: wp_w3all absolute path install problem

by PapeK » Sat Aug 27, 2016 6:53 pm

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

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?

Re: wp_w3all install problem

by PapeK » Sat Aug 27, 2016 5:48 pm

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 install problem

by axew3 » Sat Aug 27, 2016 5:22 pm

take a look to this,
put the file into a folder of your web space (not wp root) as explained and link the url:
https://www.axew3.com/w3/index.php/forum ... ewtopic=61

only when the path to file is correctly setup the warning on wp_w3all config will disappear.

Re: wp_w3all install problem

by PapeK » Sat Aug 27, 2016 5:02 pm

yes it works well on wordpress side it seems tho it cannot find apth to phpbb config I renamed it uncomented and also set database entry info in htere to amtch with phpbb database not sure if i ahd figured links corectly tho could you possibly rewrite those for mefrom the info i provided in first post? (script nad screen) TY!

Top