phpBB WordPress 1.8.8 patches log

User avatar
axew3
w3all User
w3all User
Posts: 2713
Joined: Fri Jan 22, 2016 5:15 pm
Location: Italy
Contact:

phpBB WordPress 1.8.8 patches log

Post 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
User avatar
axew3
w3all User
w3all User
Posts: 2713
Joined: Fri Jan 22, 2016 5:15 pm
Location: Italy
Contact:

Re: phpBB WordPress 1.8.8 patches log

Post 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
User avatar
axew3
w3all User
w3all User
Posts: 2713
Joined: Fri Jan 22, 2016 5:15 pm
Location: Italy
Contact:

Re: phpBB WordPress 1.8.8 patches log

Post 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
User avatar
axew3
w3all User
w3all User
Posts: 2713
Joined: Fri Jan 22, 2016 5:15 pm
Location: Italy
Contact:

Re: phpBB WordPress 1.8.8 patches log

Post 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
Post Reply