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