empty array if incorrect parameter value is given (Créer un compte)

  • Statut : non résolu
2 sujets de 1 à 2 (sur un total de 2)
  • Auteur
    Messages
  • #466793
    taengo
    Membre
    Padawan WordPress
    57 contributions

    Bonjour,

    Ma configuration WP actuelle
    – Version de WordPress : 2.7
    – Thème utilisé : defaut
    – Plugins en place : none
    – Nom de l’hebergeur : ovh
    – Adresse du site : http://www.alexislimousin.com

    Problème(s) rencontré(s) :

    On fait quoi avec ce message ci-dessous: on réinstalle tout ?

    empty array if incorrect parameter value is given. * * @since 2.7 * * @param array $response HTTP response. * @return array The keys ‘code’ and ‘message’ give information on the response. */ function wp_remote_retrieve_response_code(&$response) { if ( ! isset($response) || ! is_array($response)) return  »; return $response; } /** * Retrieve only the response message from the raw response. * * Will return an empty array if incorrect parameter value is given. * * @since 2.7 * * @param array $response HTTP response. * @return array The keys ‘code’ and ‘message’ give information on the response. */ function wp_remote_retrieve_response_message(&$response) { if ( ! isset($response) || ! is_array($response)) return  »; return $response; } /** * Retrieve only the body from the raw response. * * @since 2.7 * * @param array $response HTTP response. * @return string The body of the response. Empty string if no body or incorrect parameter given. */ function wp_remote_retrieve_body(&$response) { if ( ! isset($response) ) return  »; return $response; } ?>
    Warning: Cannot modify header information – headers already sent by (output started at /homez.63/alexisli/www/wp-includes/http.php:1269) in /homez.63/alexisli/www/wp-login.php on line 255

    Warning: Cannot modify header information – headers already sent by (output started at /homez.63/alexisli/www/wp-includes/http.php:1269) in /homez.63/alexisli/www/wp-login.php on line 267

    #659296
    Lumiere de Lune
    Participant
    Maître WordPress
    20531 contributions

    Non pas vraiment 🙂
    On regarde « Cannot modify header information » dans le forum… et ce sujet http://www.wordpress-fr.net/support/sujet-21204-compatibilite-wordpress-resume

2 sujets de 1 à 2 (sur un total de 2)
  • Vous devez être connecté pour répondre à ce sujet.