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

java - Run spring boot application error: Cannot instantiate interface org.springframework.context.ApplicationListener -

python - pip wont install .WHL files -

Excel VBA "Microsoft Windows Common Controls 6.0 (SP6)" Location Changes -