javascript - phpmyadmin- mysqli::query(): Couldn't fetch Handler -


im trying load smartfoxserver page , white screen comes up:

mysqli::query(): couldn't fetch handler   location: c:\xampp\htdocs\classes\class.content.php (112)

and dont know how fix it, here (112) referring too:

public function dbase($type, $params = array()) {          if (!$this->mysql->connection)          $this->systemexit('no available mysqli connection', __line__, __file__);                    switch (strtoupper($type)) {          case 'query':              if ($query = parent::query($params[0])) {                  $this->mysql->totalquery++;                  return $query;              } else

please suggestions help. , please dont contradict me much. im beginner on site , website hosting server code.


Comments

Popular posts from this blog

How to check data type in C++? -

javascript - Is getTimezoneOffset() stable during daylight saving transition? -

sql server - SQL Query returns one result, does not return 0 or NULL result -