phpBB WordPress 1.8.8 patches log

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: phpBB WordPress 1.8.8 patches log

Re: phpBB WordPress 1.8.8 patches log

by axew3 » Mon May 07, 2018 2:12 pm

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

Re: phpBB WordPress 1.8.8 patches log

by axew3 » Sat May 05, 2018 9:28 am

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

by axew3 » Sat May 05, 2018 8:52 am

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

phpBB WordPress 1.8.8 patches log

by axew3 » Sat Apr 21, 2018 7:09 pm

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

Top