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
phpBB WordPress 1.8.8 patches log
- axew3
- w3all User
- Posts: 2937
- Joined: Fri Jan 22, 2016 5:15 pm
- Location: Italy
- Contact:
- axew3
- w3all User
- Posts: 2937
- Joined: Fri Jan 22, 2016 5:15 pm
- Location: Italy
- Contact:
Re: phpBB WordPress 1.8.8 patches log
at date of this post:
the file class.wp.w3all-phpbb.php has been patched to fix
check this fix here:
https://wordpress.org/support/topic/1-8 ... t-10249334
the file class.wp.w3all-phpbb.php has been patched to fix
coming out when a new phpBB user added in wp (if php errors enabled to display).php notice: Undefined variable: wp_lang_x_phpbb in /wp-content/plugins/wp-w3all-phpbb-integration/class.wp.w3all-phpbb.php on line 993
check this fix here:
https://wordpress.org/support/topic/1-8 ... t-10249334
- axew3
- w3all User
- Posts: 2937
- Joined: Fri Jan 22, 2016 5:15 pm
- Location: Italy
- Contact:
Re: phpBB WordPress 1.8.8 patches log
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
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
- axew3
- w3all User
- Posts: 2937
- Joined: Fri Jan 22, 2016 5:15 pm
- Location: Italy
- Contact:
Re: phpBB WordPress 1.8.8 patches log
at date of this post:
the file class.wp.w3all-phpbb.php has been patched to fix
https://wordpress.org/support/topic/1-8 ... t-10254661
the file class.wp.w3all-phpbb.php has been patched to fix
check this fix here: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
https://wordpress.org/support/topic/1-8 ... t-10254661