Quantcast
Channel: Support & Bugs - Matomo forums
Viewing all articles
Browse latest Browse all 5981

Deprecated Warning in Archiver for PHP8.2

$
0
0

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}

1 post - 1 participant

Read full topic


Viewing all articles
Browse latest Browse all 5981

Trending Articles