Observando el archivo LOG de mi servidor bluehost encuentro este tipo de wordpress Error MySQL server has gone away de la base de datos de WordPress para la consulta Idioma Español Taxonomy upgrade extras: Administradores de ContenidoBoletines Tweet Log in or register to post comments Wordpress 3.X tengo el mismo problema y los estoy intentando solucionar con la siguiente modificación en el codigo del archivo ap-includes/wp-db.php: $this->set_charset( $this->dbh ); $this->ready = true; $this->select( $this->dbname, $this->dbh ); añadir la linea $this->query("set session wait_timeout = 600"); $this->set_charset( $this->dbh ); $this->ready = true; $this->query("set session wait_timeout = 600"); $this->select( $this->dbname, $this->dbh ); Log in or register to post comments
Wordpress 3.X tengo el mismo problema y los estoy intentando solucionar con la siguiente modificación en el codigo del archivo ap-includes/wp-db.php: $this->set_charset( $this->dbh ); $this->ready = true; $this->select( $this->dbname, $this->dbh ); añadir la linea $this->query("set session wait_timeout = 600"); $this->set_charset( $this->dbh ); $this->ready = true; $this->query("set session wait_timeout = 600"); $this->select( $this->dbname, $this->dbh ); Log in or register to post comments
Wordpress 3.X
tengo el mismo problema y los estoy intentando solucionar con la siguiente modificación en el codigo del archivo ap-includes/wp-db.php:
añadir la linea $this->query("set session wait_timeout = 600");