Visualizzazione risultati 1 fino 4 di 4

Discussione: stato della richiesta HTTP --> Fallita

  1. #1
    L'avatar di EuroSalute
    EuroSalute non è connesso AlterVistiano
    Data registrazione
    12-05-2003
    Messaggi
    969

    Exclamation stato della richiesta HTTP --> Fallita

    ho un altro problema che non riesco a risolvere con la nuova versione 7.2....

    il problema è questo:

    Codice:
    stato della richiesta HTTP	 Fallita
    
    Your system or network configuration does not allow Drupal to access web pages, resulting in reduced functionality. This could be due to your webserver configuration or PHP settings, and should be resolved in order to download information about available updates, fetch aggregator feeds, sign in via OpenID, or use other network-dependent services. If you are certain that Drupal can access web pages but you are still seeing this message, you may add $conf['drupal_http_request_fails'] = FALSE; to the bottom of your settings.php file.
    ho controllato la connessione estrana server to server ed è attiva.....come lo era prima.......

    ho cercato quindi il file settings.php che non riesco assolutamente a trovare.....

    qualcuno mi può aiutare?

    -----------------------------------------
    vi aggiorno qui dicendo che ho trovato il file settings.php in : sites/default/settings.php

    ho quindi inserito la linea di codice di cui sopra alla fine del file, l'avvertimento sparisce ma il problema persiste " Failed to get available update data."

    avete qualche consiglio?
    Ultima modifica di EuroSalute : 07-08-2011 alle ore 14.57.48 Motivo: più info...
    LOTTO MATEMATICO-SCENTIFICO che FUNZIONA:
    Scripts di Calcolo Automatico Metodologie http://eurosalute.altervista.org

    VINCI OGNI SETTIMANA CON IL NUOVO METODO 5
    FAI IL TEST CON L'ANALISI VINCITE

  2. #2
    L'avatar di EuroSalute
    EuroSalute non è connesso AlterVistiano
    Data registrazione
    12-05-2003
    Messaggi
    969

    Predefinito

    vi aggiorno qui di seguito.....

    ho trovato 2 messaggi di log, che riportano errori ecc., di seguito qui descritti:

    Notice: Undefined variable: errstr in drupal_http_request()
    Notice: Undefined variable: errno in drupal_http_request()

    drupal_http_request() è una funzione che si trova nel file common.inc

    spulcialdo il file ho trovato il codice seguente:

    Codice PHP:

    if (empty($options['context'])) {

    $fp = @stream_socket_client($socket, $errno, $errstr, $options['timeout']);

    }

    else {

    // Create a stream with context. Allows verification of a SSL certificate.

    $fp = @stream_socket_client($socket, $errno, $errstr, $options['timeout'], STREAM_CLIENT_CONNECT, $options['context']);

    }



    // Make sure the socket opened properly.

    if (!$fp) {

    // When a network error occurs, we use a negative number so it does not

    // clash with the HTTP status codes.

    $result->code = -$errno;

    $result->error = trim($errstr) ? trim($errstr) : t('Error opening socket @socket', array('@socket' => $socket));



    // Mark that this request failed. This will trigger a check of the web

    // server's ability to make outgoing HTTP requests the next time that

    // requirements checking is performed.

    // See system_requirements()

    variable_set('drupal_http_request_fails', TRUE);



    return
    $result;

    }
    Avete qualche consiglio?
    Ultima modifica di EuroSalute : 08-08-2011 alle ore 17.37.52 Motivo: tag php
    LOTTO MATEMATICO-SCENTIFICO che FUNZIONA:
    Scripts di Calcolo Automatico Metodologie http://eurosalute.altervista.org

    VINCI OGNI SETTIMANA CON IL NUOVO METODO 5
    FAI IL TEST CON L'ANALISI VINCITE

  3. #3
    L'avatar di Gianluca
    Gianluca non è connesso Amministratore
    Data registrazione
    15-02-2001
    Messaggi
    18,035

    Predefinito

    È un problema noto che sarà risolto con il prossimo aggiornamento del php engine, che avrà luogo nelle prossime settimane.
    Gianluca

  4. #4
    L'avatar di EuroSalute
    EuroSalute non è connesso AlterVistiano
    Data registrazione
    12-05-2003
    Messaggi
    969

    Predefinito

    mi sembrava....

    grazie della risposta.....finalmente!

    LOTTO MATEMATICO-SCENTIFICO che FUNZIONA:
    Scripts di Calcolo Automatico Metodologie http://eurosalute.altervista.org

    VINCI OGNI SETTIMANA CON IL NUOVO METODO 5
    FAI IL TEST CON L'ANALISI VINCITE

Regole di scrittura

  • Non puoi creare nuove discussioni
  • Non puoi rispondere ai messaggi
  • Non puoi inserire allegati.
  • Non puoi modificare i tuoi messaggi
  •