Deprecated Warning in Archiver for PHP8.2

Everything works well in php 8.1 but when running cron in 8.2 getting these errors:

PHP Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /home/statify/htdocs/stats.learnoutlive.com/vendor/symfony/console/Symfony/Component/Console/Helper/DialogHelper.php on line 52
PHP Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /home/statify/htdocs/stats.learnoutlive.com/vendor/symfony/console/Symfony/Component/Console/Helper/QuestionHelper.php on line 120

FIX:
The variables currently declared as ${width} should be declared as {$width}

Hi @burninc0de
The problem actually is located within Symfony Console, a dependency Matomo uses. This will be fixed with Matomo 5.0:

1 Like