• Hi,
    I’m running PHP 8.0.1 on my development environment as we start planning out our upgrade and I’m getting a deprecated code warning (see below) for code used in your plug-in. Can you please address this in your next update so your plug-in is no longer a blocker from us migrating to PHP 8.0.1 on our production environment?

    Thanks.

    
    PHP Deprecated:  Required parameter $ids follows optional parameter $table in \wp-content\plugins\user-login-history\inc\common\helpers\class-db.php on line 84
    
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Faiyaz Alam

    (@faiyazalam)

    @forgetme yes we will address this issue. thanks for reporting the issue.

    Thread Starter forgetme

    (@forgetme)

    Version 2.1.0 did not resolve this issue. I’m still seeing it running PHP 8.0.3 now, here is the log error with stack trace.

    
    PHP Deprecated: Required parameter $ids follows optional parameter $table in wp-content/plugins/user-login-history/inc/common/helpers/class-db.php on line 113.
    
    {closure}()
    wp-content/plugins/user-login-history/inc/common/class-login-tracker.php:333
    User_Login_History\I\C\Login_Tracker->update_time_last_seen()
    wp-content/plugins/user-login-history/inc/common/class-login-tracker.php:136
    User_Login_History\I\C\Login_Tracker->init()
    wp-includes/class-wp-hook.php:292
    do_action('init')
    wp-settings.php:560
    
    Plugin Author Faiyaz Alam

    (@faiyazalam)

    @forgetme I will inform you here once I fix this issue.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘PHP 8.0 Support’ is closed to new replies.