PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; SiteManager has a deprecated constructor in /home/stubavenue/public_html/include/SiteManager.class.php on line 2 code example
Example: PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP;
//From
public function TSStatus($host, $queryPort);
//to
public function __construct($host, $queryPort);