/var/www/unicam/base/crud.class.php : 26

^ PDOException {#37
  #message: "SQLSTATE[HY000] [1040] Too many connections"
  #code: 1040
  #file: "/var/www/unicam/base/base.class.php"
  #line: 26
  +errorInfo: array:3 [
    0 => "HY000"
    1 => 1040
    2 => "Too many connections"
  ]
  trace: {
    /var/www/unicam/base/base.class.php:26 {
      Conexao->__construct() …
      › \t\t\t$opcoes = array(PDO::MYSQL_ATTR_INIT_COMMAND => 'SET NAMES UTF8');            $this->conexao = new PDO("mysql:host=" . $this->host . ":" . $this->port . ";" . "dbname=" . $this->database , $this->user, $this->pass, $opcoes);\t\t}
    }
    /var/www/unicam/base/crud.class.php:26 {
      Crud->__construct($tabela) …
      › 
      › parent::__construct();$this->tabela = $tabela;
    }
    /var/www/unicam/conf/conf.php:12 {
      include …
      › $conf_layout = new Crud('sistema_conf_layout');$conf = new Crud('loja_conf');//$logos = new Crud('loja_logo');
    }
    /var/www/unicam/index.php:20 {include ("".CLASS_PATH."/php/uploads.php");include ("".CONF_PATH."/conf.php");include ("".CLASS_PATH."/php/email.class.php");
      arguments: {
        "/var/www/unicam/conf/conf.php"
      }
    }
  }
}