opencart/opencart-3

Unknown: Creation of dynamic property in PHP 8.2

MarvinKlein1508 opened this issue · 1 comments

Dynamic properties have become deprecated in PHP 8.2.
https://php.watch/versions/8.2/dynamic-properties-deprecated

When setting up a local XAMPP with latest main branch you will see tons of warings regarding this.

Unknown: Creation of dynamic property Template\Twig::$data is deprecated in C:\xampp\htdocs\opencart\system\library\template\twig.php

Affected files I've found so far:

Tons of warnings. What needs to be known are the routes where you see those dynamic property messages.