Closed fortybelowzero closed 8 months ago
Hey, we've recently upgraded our server to php8.2 and spotted the following php warning on the website front-end when debug is enabled:
<h2>Creation of dynamic property Seo_lite::$EE is deprecated</h2> <p>user/addons/seo_lite/mod.seo_lite.php, line 29</p>
looking at the file, it just needs
private $EE = null;
declaring at the top of the class to fix it (eg around line 17)?
(FYI my colleague also spotted Powerful is spelt incorrectly in the plugin description too)
Kind regards, Rick.
Seeing the same issue here after installing and sites using PHP 8.2
Hey, we've recently upgraded our server to php8.2 and spotted the following php warning on the website front-end when debug is enabled:
Deprecated
looking at the file, it just needs
declaring at the top of the class to fix it (eg around line 17)?
(FYI my colleague also spotted Powerful is spelt incorrectly in the plugin description too)
Kind regards, Rick.