affichage Version inconnue Joomla

Réduire
X
 
  • Filtrer
  • Heure
  • Afficher
Tout effacer
nouveaux messages

  • affichage Version inconnue Joomla

    Bonjour
    Je suis sous joomla 2.5.16 avec VM2.0.22a
    Mais au panneau de configuration il affiche version inconnue et quand je clique dessus voici l'erreur :
    Warning: fopen(http://update.joomlack.fr/mod_maximenuck_update.xml) [function.fopen]: failed to open stream: Connection timed out in /homez.734/mydemo/www/libraries/joomla/http/transport/stream.php on line 125

    Warning: stream_get_meta_data() expects parameter 1 to be resource, boolean given in /homez.734/mydemo/www/libraries/joomla/http/transport/stream.php on line 128

    Warning: stream_get_contents() expects parameter 1 to be resource, boolean given in /homez.734/mydemo/www/libraries/joomla/http/transport/stream.php on line 131

    Warning: fclose() expects parameter 1 to be resource, boolean given in /homez.734/mydemo/www/libraries/joomla/http/transport/stream.php on line 134

    Catchable fatal error: Argument 1 passed to JHttpTransportStream::getResponse() must be an array, null given, called in /homez.734/mydemo/www/libraries/joomla/http/transport/stream.php on line 136 and defined in /homez.734/mydemo/www/libraries/joomla/http/transport/stream.php on line 150
    Malheuresement je ne sais pas vraiment comment corriger cet erreur si quelqun serait m'aider svp, voici le fichier stream.php ligne 124 à 170 :
    // Open the stream for reading.
    $stream = fopen((string) $uri, 'r', false, $context);

    // Get the metadata for the stream, including response headers.
    $metadata = stream_get_meta_data($stream);

    // Get the contents from the stream.
    $content = stream_get_contents($stream);

    // Close the stream.
    fclose($stream);

    return $this->getResponse($metadata['wrapper_data'], $content);
    }

    /**
    * Method to get a response object from a server response.
    *
    * @param array $headers The response headers as an array.
    * @param string $body The response body as a string.
    *
    * @return JHttpResponse
    *
    * @since 11.3
    * @throws UnexpectedValueException
    */
    protected function getResponse(array $headers, $body)
    {
    // Create the response object.
    $return = new JHttpResponse;

    // Set the body for the response.
    $return->body = $body;

    // Get the response code from the first offset of the response headers.
    preg_match('/[0-9]{3}/', array_shift($headers), $matches);
    $code = $matches[0];
    if (is_numeric($code))
    {
    $return->code = (int) $code;
    }
    // No valid response code was detected.
    else
    {
    throw new UnexpectedValueException('No HTTP response code found.');
    }

  • #2
    Re : affichage Version inconnue Joomla

    personne svp ?

    Commentaire


    • #3
      Re : affichage Version inconnue Joomla

      Bonjour

      Juste une info, pas une réponse : ton fichier xml est celui de maximenu; je ne comprends pas le lien avec "Version inconnue de Joomla"; cela n'a rien à voir.

      Maintenant, il semble que tu n'ais pas pû te connecter sur le serveur joomlack.fr et que cela a résulté en une erreur fatale dans la suite de la programmation car JHttpTransportStream::getResponse() s'attends à recevoir un tableau et non pas une valeur nulle.

      Bonne journée.
      Christophe (cavo789)
      Mon blog, on y parle Docker, PHP, WSL, Markdown et plein d'autres choses : https://www.avonture.be
      Logiciel gratuit de scan antivirus : https://github.com/cavo789/aesecure_quickscan (plus de 45.000 virus détectés, 700.000 fichiers sur liste blanche)​

      Commentaire

      Annonce

      Réduire
      Aucune annonce pour le moment.

      Partenaire de l'association

      Réduire

      Hébergeur Web PlanetHoster
      Travaille ...
      X