• Resolved cnxsoft

    (@cnxsoft)


    I get many deprecated calls reported In the latest version of the plugin. From WP Query Monitor:

    IAWPSCOPED\Illuminate\Database\Eloquent\Model::replicate(): Implicitly marking parameter $except as nullable is deprecated, the explicit nullable type must be used instead wp-content/plugins/independent-analytics/vendor/illuminate/database/Eloquent/Model.php:1305

Viewing 1 replies (of 1 total)
  • Plugin Author Ben Sibley

    (@bensibley)

    I’m afraid that we’re not able to resolve these deprecation notices for sites running PHP 8.4. Normally, an application will target one PHP version, but with WordPress plugins, we have the unique challenge of supporting a wide range of PHP versions. If we update the Illuminate library, it resolve these deprecation notices, but it removes support for PHP 7 altogether. We still have 10,000+ users on PHP 7, so this is not an option for us. It means that we have to deal with the deprecation notices until almost everyone is on PHP 8.

    With that said, these are not error or warnings; they are only notices meant to give devs feedback on their code. You could roll back to PHP 8.3, but I don’t think it’s necessary.

Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.