error al activar el pluguin.
-
Buenas tardes, quiero felicitarlos por los productos que tienen.
he descargado el pluguin en mi wordpress, pero tengo un problema al querer activarlo, aparece este mensaje: Fatal error: Maximum execution time of 30 seconds exceeded in C:\xampp\htdocs\Manizalesfutbolclub\wp-includes\wp-db.php on line 1877esto es lo que aparece en el fichero
private function _do_query( $query ) {
if ( defined( ‘SAVEQUERIES’ ) && SAVEQUERIES ) {
$this->timer_start();
}if ( ! empty( $this->dbh ) && $this->use_mysqli ) {
$this->result = mysqli_query( $this->dbh, $query );
} elseif ( ! empty( $this->dbh ) ) {
$this->result = mysql_query( $query, $this->dbh );
}
$this->num_queries++;if ( defined( ‘SAVEQUERIES’ ) && SAVEQUERIES ) {
$this->queries[] = array( $query, $this->timer_stop(), $this->get_caller() );
}
}es la función a la que afecta…. me gustaría saber cual es el problema, por que no se deja activar….
muchas gracias por su atención..
The topic ‘error al activar el pluguin.’ is closed to new replies.