Methods with the same name as their class will not be constructors in a future version of PHP

What should I do with this error log?

[12-Feb-2019 09:35:12 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; ADORecordSet_array has a deprecated constructor in /home/k0148298/public_html/ejournal/lib/pkp/lib/adodb/adodb.inc.php on line 3939
[12-Feb-2019 09:35:14 UTC] PHP Warning: Declaration of PKPUsageEventPlugin::getEnabled() should be compatible with LazyLoadPlugin::getEnabled($contextId = NULL) in /home/k0148298/public_html/ejournal/lib/pkp/plugins/generic/usageEvent/PKPUsageEventPlugin.inc.php on line 24

OJS 3

ojs%20ERROR

I got this in console, what does it mean?

Hi @saidbahta

The first message is cosmetic. What version of PHP are you using?

The second might be related to mixed SSL/non-SSL use. I poked around on your site and noticed that you’re accepting connections on https:// urls, with a self-signed certificate. Many browsers don’t like pages that load both SSL and non-SSL content. If you’re going to use SSL you may want to look at setting force_ssl to “on” in your config file.

Regards,
Jason

Thanks the problem was solved.