• Resolved Ducktales

    (@ducktales)


    When running PHP 8.0 I see this deprecation message in my error tracking:

    ErrorException: Deprecated: Required parameter $user follows optional parameter $username
    #11 /wp-content/plugins/apocalypse-meow/lib/blobfolio/wp/meow/login.php(477): Sentry\ErrorHandler::handleError
    […]

    Relevant line:

    public static function login_log_alert($username='', $user) {

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

    (@blobfolio)

    Thanks for reporting, @ducktales!

    The PHP 8-related notices should be fixed in version 21.7.2. Please update the plugin once your site shows the new version is available and you should be good to go. 🙂

    Thread Starter Ducktales

    (@ducktales)

    @blobfolio Thanks a lot!

    You are so quick with fixes. Really cool.

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

The topic ‘Deprecated: Required parameter follows optional parameter’ is closed to new replies.