Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; SpotsDashlet has a deprecated constructor

Is anyone else seeing this on their home page?

Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; SpotsDashlet has a deprecated constructor in /home/MYSERVER/public_html/suite/modules/Spots/Dashlets/SpotsDashlet/SpotsDashlet.php on line 45

Go in your php.ini and set

display_errors=false

then the error won’t show on screen, but in the logs, which is where it’s supposed to go. It’s good to keep an eye on the logs since many more things can show there.

That error specifically, is safe to ignore. It’s just a message for a future concern (when we drop support for some old PHP version).