Deprecation errors with PHP 8.4
-
Hello,
When installing on a new site with PHP 8.4 I got those errors:
Deprecated: Freemius::maybe_activate_bundle_license(): Implicitly marking parameter $license as nullable is deprecated, the explicit nullable type must be used instead in?/…/wp-content/plugins/error-log-monitor/freemius/includes/class-freemius.php?on line?7780
Deprecated: Freemius::set_license(): Implicitly marking parameter $license as nullable is deprecated, the explicit nullable type must be used instead in?/…/wp-content/plugins/error-log-monitor/freemius/includes/class-freemius.php?on line?12388
Deprecated: Freemius::switch_to_blog(): Implicitly marking parameter $install as nullable is deprecated, the explicit nullable type must be used instead in?/…/wp-content/plugins/error-log-monitor/freemius/includes/class-freemius.php?on line?15633
Deprecated: Freemius::_activate_addon_account(): Implicitly marking parameter $bundle_license as nullable is deprecated, the explicit nullable type must be used instead in?/…/wp-content/plugins/error-log-monitor/freemius/includes/class-freemius.php?on line?18112
Deprecated: Freemius::_store_site(): Implicitly marking parameter $site as nullable is deprecated, the explicit nullable type must be used instead in?/…/wp-content/plugins/error-log-monitor/freemius/includes/class-freemius.php?on line?19711
Deprecated: strip_tags(): Passing null to parameter #1 ($string) of type string is deprecated in?/…/wp-admin/admin-header.php?on line?36
Anything I can do? Please note that everything still works fine. It’s just that the log file gets flooded.
Thanks.
- You must be logged in to reply to this topic.