Page 1 of 2

w3all Wordpress - PhpBB integration problem

Posted: Fri Jun 29, 2018 7:50 am
by rainlove09
Hi i want to add this plugin, but i have problems. First of all, when i add "wp phpBB w3all login" and "wp phpBB w3all last topics" widgets, they dont seem on wordpress page. what should i do ?

Re: w3all Wordpress - PhpBB integration problem

Posted: Fri Jun 29, 2018 8:32 am
by axew3
looking to the snapshot you provide, seem that the plugin is not active, because the red info about path setting still appear (it become green when the correct path is set as value).
So i think this is the problem, the wrong setting of the path that need to point to a valid phpBB config.php file (custom or phpBB root as explained on procedure).
If still in trouble just post.

p.s this let know there is a bug: in fact widgets should not appear if the path is not correct and the plugin still isn't correctly activated.
So this is listed to be resolved on next coming 1.9.0.

Re: w3all Wordpress - PhpBB integration problem

Posted: Fri Jun 29, 2018 8:44 am
by rainlove09
in folder wp-w3all-config, in config.php i added config informations of my phpbb forum, it is right ? in addition i added as main way /home/rain/domains/***.com/public_html/wp-content/plugins/wp-w3all-config/ im not sure what should i do. Meanwhile, i'm congratulations for this plugin. im interested in phpbb and wordpress since 2006. Maybe you know there was phpbb2 in those days.

Re: w3all Wordpress - PhpBB integration problem

Posted: Fri Jun 29, 2018 8:50 am
by axew3
if the path is correct, and you're sure, and you've setup the custom phpBB config.php, then open the file
and on bottom there is a line:

Code: Select all

// @define('PHPBB_INSTALLED', true);
have you change this line into:

Code: Select all

@define('PHPBB_INSTALLED', true);
removing // chars ?

the plugin works fine with phpBB 3.1 until next most recent release.
Do not work on more old phpBB versionswith code as is, but It could be adapted with easy changing some code lines.

Re: w3all Wordpress - PhpBB integration problem

Posted: Fri Jun 29, 2018 8:57 am
by rainlove09
i changed but it is same again :cry: im using 3.2.2 phpbb version. In addition wp and phpbb in same domain and host. onyl difference i created two database username, for example rain_wp and rain_forum.

p.s
viewtopic.php?f=7&t=61

Re: w3all Wordpress - PhpBB integration problem

Posted: Fri Jun 29, 2018 9:01 am
by axew3
out of contest i do not understand why i still need to approve your posts after the first approved, so sorry i will check your permissions as soon.

But the red warning still appear on plugin config page? because if yes the path is wrong or something go wrong on setting it
???