Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author axew3

    (@axewww)

    On some php version like 7.1.11 (where not compiled with)
    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 the online example at axew3.com, this not lead to a wrong result.
    Will be resolved as soon.

    Report if you found any bug!

    Plugin Author axew3

    (@axewww)

    [code]== 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%5B/code%5D

    2.1.6 has been just released to fix the issue

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘2.1.5 released’ is closed to new replies.