Kenyas #1 Online Community. Register Now To Join The Discussion!
$this->db = new mysqli($this->configs->host, $this->configs->username, $this->configs->pass, $this->configs->database);
[04-Aug-2017 17:29:39 UTC] PHP Warning: mysqli::mysqli(): php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /home/XXXXXXXXXX/public_html/includes/class.php on line 116
$this->db = new mysqli($this->configs->host, $this->configs->username, $this->configs->pass, $this->configs->database);
$host = "localhost";
or
$host = "127.0.0.1";