Page 1 of 1

phpBB WordPress 1.8.8 patches log

Posted: Sat Apr 21, 2018 7:09 pm
by axew3
at date of this post, the file class.wp.w3all-phpbb.php has been patched to fix error on a query containing ID value in place of correct user_id value for the db column (line 214).
This was leading Wordpress to thrown an error about wrong query only if a banned user was attempting to login in WordPress while banned in phpBB. The user were not logged in, by the way.
So this can be maybe a secondary problem, because we hate banned/spammers!

If you like to fix, download the file class.wp.w3all-phpbb.php and replace it into folder:
/wp-content/plugins/wp-w3all-phpbb-integration

Re: phpBB WordPress 1.8.8 patches log

Posted: Sat May 05, 2018 8:52 am
by axew3
at date of this post:
the file class.wp.w3all-phpbb.php has been patched to fix
php notice: Undefined variable: wp_lang_x_phpbb in /wp-content/plugins/wp-w3all-phpbb-integration/class.wp.w3all-phpbb.php on line 993
coming out when a new phpBB user added in wp (if php errors enabled to display).
check this fix here:
https://wordpress.org/support/topic/1-8 ... t-10249334

Re: phpBB WordPress 1.8.8 patches log

Posted: Sat May 05, 2018 9:28 am
by axew3
at date of this post:
the file wp_w3all.php has been patched to fix:

fix wp_w3all.php to add fontawesome call on wp header only when option isset:
it was by the way added on wp header, even if option was set to no on wp_w3all config page.

check the fix on same topic as above, here:
https://wordpress.org/support/topic/1-8 ... t-10249394

Re: phpBB WordPress 1.8.8 patches log

Posted: Mon May 07, 2018 2:12 pm
by axew3
at date of this post:
the file class.wp.w3all-phpbb.php has been patched to fix
patch class.wp.w3all-phpbb.php into function
public static function w3_check_phpbb_profile_wpnu($username){
to fix code about new phpBB user addition in wordpress, when user login wordpress first time
check this fix here:
https://wordpress.org/support/topic/1-8 ... t-10254661