2.1.5 WordPress phpBB released

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: 2.1.5 WordPress phpBB released

Re: 2.1.5 WordPress phpBB released

by axew3 » Fri Jan 31, 2020 7:40 pm

Code: Select all

== Changelog ==

= 2.1.6 =
*Release Date - 31 Gen, 2020*
* Fix: Warning: password_hash() expects parameter 2 to be integer error for certain Php versions: https://www.axew3.com/w3/forums/viewtopic.php?p=4372#p4372
2.1.6 has been just released to fix the issue

Re: 2.1.5 WordPress phpBB released

by axew3 » Fri Jan 31, 2020 3:33 pm

On some php version like 7.1.11 (where not compiled with)

Code: Select all

password_hash($password, PASSWORD_ARGON2I);
lead to this error when password reset
The warning do not cause the wrong execution , all run ok by the way, despite the error message may display.
Warning: password_hash() expects parameter 2 to be integer, string given in /w3/wp-content/plugins/wp-w3all-phpbb-integration/wp_w3all.php on line 696
On 2.1.5, for what known at moment, this is the unique remaining bug.
As said above, and that you can also experience on this online example, this not lead to wrong result.
Will be resolved as soon.

Report if you found any bug!

2.1.5 WordPress phpBB released

by axew3 » Fri Jan 31, 2020 3:04 pm

Code: Select all

== Changelog ==

= 2.1.5 =
*Release Date - 31 Gen, 2020*
* Fix: duplicate phpBB user insertion in WP definitively and properly, reordering code execution
* Fix: transfer phpBB users into WP via transfer option, with proper choosed role/capability (if updated before 2.1.4 patched)
* More secondary fixes

Top