balise html visible sur page news de l'index

GYM Sitemaps & RSS pour phpBB, support, mise à disposition.
Sitemaps flux RSS 2.0 pour Google Yahoo! et MSN Live.

Modérateur: Modérateurs

balise html visible sur page news de l'index

Messagede Jonathan44 » Jeu Mar 11, 2010 5:24 pm

Bonjour.

J'ai un petit soucie sur ma page news de l'index.
J'ai cette notice:
Code: Tout sélectionner
[phpBB Debug] PHP Notice: in file /gym_sitemaps/includes/gym_rss_functions.php  on line 415: cannot yet handle MBCS in html_entity_decode()!
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4434: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3558)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4436: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3558)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4437: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3558)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4438: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3558)

La première ligne:
Code: Tout sélectionner
[phpBB Debug] PHP Notice: in file /gym_sitemaps/includes/gym_rss_functions.php  on line 415: cannot yet handle MBCS in html_entity_decode()! est écrite

est écrite un nombre incalculable de fois.
cette notice n'est pas visible a chaque fois.
Par contre toute les balises html sont visible sur la page.
Ex:
Code: Tout sélectionner
Transcription annulé
<h5><a href="http://www.mariage-franco-marocain.info/forum/transcription-du-mariage-f11.html" title="Transcription du mariage">Transcription du mariage</a></h5>

Et par contre la c'est a chaque fois.
Voici le lien de la page : http://www.mariage-franco-marocain.info/forum/map.php?news

J'aurai besoin d'un peu d'aide.

Merci d'avance.

Jonathan...
Jonathan44
 
Messages: 40
Inscription: Ven Sep 05, 2008 8:10 pm

Publicité

Re: balise html visible sur page news de l'index

Messagede Jonathan44 » Dim Mar 14, 2010 9:36 am

Bonjour.

Si vous avez besoin d'un fichier pour pouvoir m'aider n'hésitez pas.

Jonathan..
Jonathan44
 
Messages: 40
Inscription: Ven Sep 05, 2008 8:10 pm

Re: balise html visible sur page news de l'index

Messagede gowap » Lun Mar 15, 2010 12:37 am

Quelle version de php ?
Gravure-News : la communauté francophone de la gravure de CD/DVD et son forum d'entraide.
Avatar de l’utilisateur
gowap
phpBB SEO Team
phpBB SEO Team
 
Messages: 1504
Inscription: Dim Mai 07, 2006 10:56 pm

Re: balise html visible sur page news de l'index

Messagede Jonathan44 » Lun Mar 15, 2010 9:06 am

Bonjour gowap.

La version de php est 4.4.9 d'après ce que je vois dans le panneaux d'admin.

Jonathan...
Jonathan44
 
Messages: 40
Inscription: Ven Sep 05, 2008 8:10 pm

Re: balise html visible sur page news de l'index

Messagede SeO » Mar Mar 16, 2010 8:29 am

Ah oui, html_entity_decode est compatible multy bit qu'avec php5, pour l'heure remplaces :
Code: Tout sélectionner
      return html_entity_decode(trim($out[1]), ENT_COMPAT, 'UTF-8');

par :
Code: Tout sélectionner
      return @html_entity_decode(trim($out[1]), ENT_COMPAT, 'UTF-8');

Dans /gym_sitemaps/includes/gym_rss_functions.php.

C'est pas une solution complète, mais ça évitera les erreurs.
SeO
Admin
Admin
 
Messages: 6333
Inscription: Mer Mar 15, 2006 9:41 pm

Re: balise html visible sur page news de l'index

Messagede Jonathan44 » Mar Mar 16, 2010 10:06 pm

Bonsoir merci pour la solution Seo et gowap.

Bonne soirée.

Jonathan...
Jonathan44
 
Messages: 40
Inscription: Ven Sep 05, 2008 8:10 pm


Retourner vers GYM Sitemaps & RSS

 


  • Articles en relation
    Réponses
    Vus
    Dernier message

Qui est en ligne

Utilisateurs parcourant ce forum: Aucun utilisateur enregistré et 2 invités