sousou
Donateur
- Inscrit
- 3 Mars 2011
- Discussions
- 36
- Messages
- 122
- Réactions
- 0
- Points
- 0
- Localisation
- pavilly (seine maritime 76)
- Auteur du sujet
- #1
bonjour j'ai installer la maj et j'ai garder mon fichier info.php, quand je clic sur la prez pour remplir les infos voici ce que j'ai comme erreur
dans la section film
Fatal error: Call to undefined function utf8() in /home/lesangesdunet/public_html/root/prez_inc/info.php on line 209
dans la section serie
Fatal error: Call to undefined function utf8() in /home/lesangesdunet/public_html/root/prez_inc/info.php on line 361
dans la section magas
Fatal error: Call to undefined function utf8() in /home/lesangesdunet/public_html/root/prez_inc/info.php on line 477
dans la section blu-rays et dvd / spectacle
Fatal error: Call to undefined function utf8() in /home/lesangesdunet/public_html/root/prez_inc/info.php on line 395
dans la section jeux
Fatal error: Call to undefined function utf8() in /home/lesangesdunet/public_html/root/prez_inc/info.php on line 243
je vous remerci d'avance pour votre aide et je vous est joind mon fichier pour ceux qu'il veule regarder il est en format .txt car le format .php ne passe pas
Voir la pièce jointe info.txt
dans la section film
Fatal error: Call to undefined function utf8() in /home/lesangesdunet/public_html/root/prez_inc/info.php on line 209
Code:
$genre = '<b>'.strip_tags(trim(utf8(remove_space($genre[0])))).'</b>';
dans la section serie
Fatal error: Call to undefined function utf8() in /home/lesangesdunet/public_html/root/prez_inc/info.php on line 361
Code:
$genre = strip_tags(trim(utf8(remove_space($genre[0]))));
dans la section magas
Fatal error: Call to undefined function utf8() in /home/lesangesdunet/public_html/root/prez_inc/info.php on line 477
Code:
$parental1 = strip_tags(trim(utf8($parental[0])));
dans la section blu-rays et dvd / spectacle
Fatal error: Call to undefined function utf8() in /home/lesangesdunet/public_html/root/prez_inc/info.php on line 395
Code:
$parental1 = strip_tags(utf8($parental[0]));
dans la section jeux
Fatal error: Call to undefined function utf8() in /home/lesangesdunet/public_html/root/prez_inc/info.php on line 243
Code:
$base_jvxcom1 = strip_tags(utf8($url_screen_jvxcom[0]));
je vous remerci d'avance pour votre aide et je vous est joind mon fichier pour ceux qu'il veule regarder il est en format .txt car le format .php ne passe pas
Voir la pièce jointe info.txt