0to9Digital / SEO-Lite-Pro

The most powerfull SEO module for ExpressionEngine.
6 stars 6 forks source link

Deprecated warning with php8.2 #33

Closed fortybelowzero closed 8 months ago

fortybelowzero commented 11 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:

Deprecated

<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.

antistatic commented 9 months ago

Seeing the same issue here after installing and sites using PHP 8.2