PHP 8.2 deprecation warnings in cron log
-
Hi there, we’re receiving these deprecation warnings in our cron log when using PHP 8.2:
Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /public_html/wp-content/plugins/updraftplus/class-updraftplus.php on line 995 PHP Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /public_html/wp-content/plugins/updraftplus/class-updraftplus.php on line 995 Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /public_html/wp-content/plugins/updraftplus/class-updraftplus.php on line 995 PHP Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /public_html/wp-content/plugins/updraftplus/class-updraftplus.php on line 1568 Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /public_html/wp-content/plugins/updraftplus/class-updraftplus.php on line 1568 PHP Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /public_html/wp-content/plugins/updraftplus/class-updraftplus.php on line 2307 Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /public_html/wp-content/plugins/updraftplus/class-updraftplus.php on line 2307 PHP Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /public_html/wp-content/plugins/updraftplus/class-updraftplus.php on line 3170 Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /public_html/wp-content/plugins/updraftplus/class-updraftplus.php on line 3170 PHP Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /public_html/wp-content/plugins/updraftplus/class-updraftplus.php on line 3176 Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /public_html/wp-content/plugins/updraftplus/class-updraftplus.php on line 3176 PHP Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /public_html/wp-content/plugins/updraftplus/class-updraftplus.php on line 3311 Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /public_html/wp-content/plugins/updraftplus/class-updraftplus.php on line 3311
We’re aware that deprecation warnings aren’t fatal errors but it’s still filling up our cron log very quickly, so we’re looking forward to a fix soon if possible.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘PHP 8.2 deprecation warnings in cron log’ is closed to new replies.