Just a quick question, because I updated to PHP 8.3 and had "undefined array key" warnings all over the place.
It's works great for php7.1, i accidently updated to 8.3 and it doesnt work anymore because even it works internally for smarty, php throws warnings
part of the error msg like this,
[php:warn] [pid 104359] [client 192.168.1.1:17800] PHP Warning: Attempt to read property "value" on null in /var/www/html/templates_c/92c1dbba4cf91d4100e15a98fe30ed4edcc47a71_0.file.body.tpl.php on line 25
any idea?