• 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 1877

    esto 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..

Viewing 2 replies - 1 through 2 (of 2 total)
  • Roch

    (@rochesterj)

    Hi!

    Thanks for reaching out!

    Although I can understand you fine, I can’t speak spanish so I’ll write in english 🙂

    What happens when you activate the default theme (twenty sixteen)?

    Also do you have any other plugins? What happens when you disable them all?

    Thanks

    Kind Regards,
    -Roch

    Thread Starter lengriv

    (@lengriv)

    Good evening, thank you for reviewing my question. Excuse my level of English ….. use the google translator to better explain my situation.

    The problem I had with the activation of pluguin was that it was not allowed to activate because it took more than 30 seconds that the server allows … this was the error message that came out:

    Maximum execution time of 30 seconds exceeded

    To correct this situation, just modify the php.ini code of the local server. I changed it from 30 seconds to 600 — so I could install it ….

    thank you very much—

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘error al activar el pluguin.’ is closed to new replies.