Vous n'êtes pas identifié.
Annonce
Annonce 1 : Le Codex en français a besoin de vous pour avancer !
Annonce 2 : Avant de poster, n'oubliez pas de faire une petite Recherche et de lire les règles de ce forum.
Annonce 3 : Lisez notre blog, il regorge de bonnes informations.
#1 07-01-2007 20:13:33
- rlabouze
- Connaisseur WP
- Date d'inscription: 05-01-2007
- Messages: 17
Déconnexion
Bonjour,
Ma configuration WP actuelle Adresse de mon WeBridgeBlob : http://wordpress.webridge.fr
- Version de WordPress : installé par mon hébergeur Amen comme un Add-un
- Thème utilisé :default
- Plugins en place : aucun
- Nom de l'hebergeur : AMEN
Problème(s) rencontré(s) :
1) Tout d'abord, j'ai tenté de franciser certains textes du fichier " wp-login.php ", sans avoir touché aucunement au fichier " wp-includes/pluggable-functions.php " ;
2) Ensuite, quand je clique sur le lien " Déconnexion "qui se trouve parmi les liens " Meta " (que j'ai renommé " Liens de navigation "), voici les 6 messages qui s'affichent (Il en est de même lorsque je clique sur le lien " Déconnexion" qui se trouve en haut et à droite de mon identifiant, dans mon Tableau de bord) :
1 message : Warning: Cannot modify header information - headers already sent by (output started at /web/sites/amen/0/235/52912/public/wordpress/wp-login.php:1) in /web/sites/amen/0/235/52912/public/wordpress/wp-login.php on line 9
4 messages : Warning: Cannot modify header information - headers already sent by (output started at /web/sites/amen/0/235/52912/public/wordpress/wp-login.php:1) in /web/sites/amen/0/235/52912/public/wordpress/wp-includes/pluggable-functions.php on line 286 (message identique pour ligne 287 - 288 - 289)
1 message : Warning: Cannot modify header information - headers already sent by (output started at /web/sites/amen/0/235/52912/public/wordpress/wp-login.php:1) in /web/sites/amen/0/235/52912/public/wordpress/wp-includes/pluggable-functions.php on line 247
Quelqu'un peut-il me dire ce qu'il y alieu de faire maintenant ?
Dernière modification par rlabouze (07-01-2007 20:16:18)
Hors ligne
#2 07-01-2007 21:56:47
Re: Déconnexion
Pourquoi tu n'utilise pas le fichier MO ?
Mais vous savez, je crois pas qu'il y ait de bon ou mauvais blog... Enfin si je devais résumer ma vie aujourd'hui avec vous, je dirais que c'est d'abord des rencontres, des blogs qui m'ont tendu la main peut être à un moment où je ne pouvais pas, où j'étais seul chez moi.

WP-Box: Travailler avec un spécialiste des technologies WordPress !
Hors ligne
#3 08-01-2007 10:45:58
Re: Déconnexion
rlabouze a écrit:
Quelqu'un peut-il me dire ce qu'il y alieu de faire maintenant ?
Bin, remettre wp-login.php dans l'état original ?
Hors ligne
#4 09-01-2007 03:04:13
- rlabouze
- Connaisseur WP
- Date d'inscription: 05-01-2007
- Messages: 17
Re: Déconnexion
Effectivement j'y avais bien pensé. Il se trouve que c'est LE SEUL FICHIER dont je n'ai pas conservé l'original en l'état. Peut-on se le procurer ? Si oui, Où ? C'est urgent, mon blog fonctionne mal sans cela. Merci de votre aide.
Depuis, j'ai constaté d'autres messages d'alertes que je vous communique tels quels, car cela ne concerne pas que le fichier " wp-login.php "
----------------
Messages affichés après avoir cliqué sur " Déconnexion "
----------------------------------------------------------
Warning: Cannot modify header information - headers already sent by (output started at /web/sites/amen/0/235/52912/public/wordpress/wp-login.php:1) in /web/sites/amen/0/235/52912/public/wordpress/wp-login.php on line 9
Ligne 9 = " header('Content-Type: '.get_bloginfo('html_type').'; charset='.get_bloginfo('charset')); "
Warning: Cannot modify header information - headers already sent by (output started at /web/sites/amen/0/235/52912/public/wordpress/wp-login.php:1) in /web/sites/amen/0/235/52912/public/wordpress/wp-includes/pluggable-functions.php on line 287
Warning: Cannot modify header information - headers already sent by (output started at /web/sites/amen/0/235/52912/public/wordpress/wp-login.php:1) in /web/sites/amen/0/235/52912/public/wordpress/wp-includes/pluggable-functions.php on line 288
Warning: Cannot modify header information - headers already sent by (output started at /web/sites/amen/0/235/52912/public/wordpress/wp-login.php:1) in /web/sites/amen/0/235/52912/public/wordpress/wp-includes/pluggable-functions.php on line 289
Ligne 285 à 289 (sans les " ") :
----------------------------------
"function wp_clearcookie() {
"setcookie(USER_COOKIE, ' ', time() - 31536000, COOKIEPATH, COOKIE_DOMAIN);"
"setcookie(PASS_COOKIE, ' ', time() - 31536000, COOKIEPATH, COOKIE_DOMAIN);"
"setcookie(USER_COOKIE, ' ', time() - 31536000, SITECOOKIEPATH, COOKIE_DOMAIN);"
"setcookie(PASS_COOKIE, ' ', time() - 31536000, SITECOOKIEPATH, COOKIE_DOMAIN);"
Warning: Cannot modify header information - headers already sent by (output started at /web/sites/amen/0/235/52912/public/wordpress/wp-login.php:1) in /web/sites/amen/0/235/52912/public/wordpress/wp-includes/pluggable-functions.php on line 247
Ligne 247 = header("Location: $location");
---------------------------------------------------------------------------
Message affiché après avoir modifié une page et cliqué sur " Enregistrer"
---------------------------------------------------------------------------
Warning: Cannot modify header information - headers already sent by (output started at /web/sites/amen/0/235/52912/public/wordpress/wp-includes/template-functions-links.php:1) in /web/sites/amen/0/235/52912/public/wordpress/wp-admin/post.php on line 127
Ligne 127 (sans les " ") = "header ('Location: ' . $location); // Send user on their way while we keep working"
---------------------------------------------------------------------------
Message affiché après avoir mis à jour le profil d'un utilisateur et avoir cliqué sur " Mettre à jour l'utilisateur"
---------------------------------------------------------------------------
Warning: Cannot modify header information - headers already sent by (output started at /web/sites/amen/0/235/52912/public/wordpress/wp-includes/template-functions-links.php:1) in /web/sites/amen/0/235/52912/public/wordpress/wp-admin/user-edit.php on line 45
Ligne 45 = header("Location: user-edit.php?user_id=$user_id&updated=true");
---------------------------------------------------------------------------
Message affiché après avoir écrit un article et avoir cliqué sur " Publier"
---------------------------------------------------------------------------
Warning: Cannot modify header information - headers already sent by (output started at /web/sites/amen/0/235/52912/public/wordpress/wp-includes/template-functions-links.php:1) in /web/sites/amen/0/235/52912/public/wordpress/wp-admin/post.php on line 60
Ligne 60 = header("Location: $location");
---------------------------------------------------------------------------
Message affiché après avoir modifié un article et avoir cliqué sur " Enregistrer "
---------------------------------------------------------------------------
Warning: Cannot modify header information - headers already sent by (output started at /web/sites/amen/0/235/52912/public/wordpress/wp-includes/template-functions-links.php:1) in /web/sites/amen/0/235/52912/public/wordpress/wp-admin/post.php on line 127
Ligne 127 = header ('Location: ' . $location); // Send user on their way while we keep working
---------------------------------------------------------------------------
Message affiché après avoir modifié un commentaire et avoir cliqué sur " Modifier le commentaire "
---------------------------------------------------------------------------
Warning: Cannot modify header information - headers already sent by (output started at /web/sites/amen/0/235/52912/public/wordpress/wp-includes/template-functions-links.php:1) in /web/sites/amen/0/235/52912/public/wordpress/wp-admin/post.php on line 329
Ligne 329 = header('Location: ' . $referredby);
Hors ligne
#5 09-01-2007 04:05:27
Re: Déconnexion
un conseil, télécharges la dernière version de wordpress (la 2.0.6) disponible sur le blog et réécrases tous les fichiers. Non seulement tu remettras les fichiers originaux mais tu feras la mise à jour en même temps. Une pierre deux coups.
Hors ligne
