Pretty sure that if you can drop back to PHP 8.1 that will resolve it. Otherwise, you’ll need to wait for the Addon Developer to update it. You might enter a bug report on Github if there isn’t one there for it already. I’m using this on php 8.1 with no issues. Not sure if hacking this would be easy or not as I haven’t tried it.
@bitlife The error message you’re seeing, “Creation of dynamic property Seo_lite_tab::$EE is deprecated,” is related to changes in PHP 8.2, which deprecates the creation of dynamic properties unless the class explicitly allows it class Seo_lite_tab { public $EE; // other properties and methods }
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.