Rechercher : dans
Par :

Probleme site:Fatal error: Call to undefined

Dernière réponse le 31 mai 2008 à 12:54:49 Frassetu, le 18 aoû 2007 à 22:14:40 
 Signaler ce message aux modérateurs

Bonsoir j'ai un probleme, j'ai un site free et aujourd'hui j'ai trouver un kit graphique mais quand je l'envoi sur mon site et je me rend sur mon site il y a marqué ca : Fatal error: Call to undefined function: get_header() in/mnt/165/sda/2/9/nomdemonsite/index.php on line 1, merci de m'aider

Configuration: Windows XP
Firefox 2.0.0.6

1

lami20j, le 18 aoû 2007 à 23:44:26

Salut,

affiche les premières lignes de ton index.php lami20j

Répondre à lami20j

2

Frassetu, le 19 aoû 2007 à 02:08:42

Voila l'index en entier, je te remerci de m'aider :

<?php get_header(); ?>

<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div id="post-<?php the_ID(); ?>">

<h1 class="decay"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h1>

<div class="descr"><?php the_time('F jS, Y') ?> by <?php the_author() ?></div>

<div class="entry">

<?php the_content('Read the rest of this entry »'); ?>

</div>

<p class="postinfo">Posted in <?php the_category(', ') ?> | <?php edit_post_link('Edit','',' |'); ?> <?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?></p>

</div>

<?php comments_template(); ?>

<?php endwhile; ?>

<p align="center"><?php next_posts_link('« Previous Entries') ?> <?php previous_posts_link('Next Entries »') ?></p>

<?php else : ?>

<h1 class="decay">Not Found</h1>

<p>Sorry, but you are looking for something that isn't here.</p>

<?php endif; ?>

<?php get_sidebar(); ?>

<?php get_footer(); ?>

Répondre à Frassetu

3

lami20j, le 19 aoû 2007 à 02:14:15

Re,

regarde le synopsis de la fonction get_headers lami20j

Répondre à lami20j

4

Frassetu, le 19 aoû 2007 à 02:19:42

C'est ca dont tu parle ?

Date: Sun, 19 Aug 2007 00:32:41 GMT
Server: Apache/ProXad [Jun 19 2007 23:14:00]
X-Powered-By: PHP/4.4.3-dev
Connection: close
Content-Type: text/html

Répondre à Frassetu

5

lami20j, le 19 aoû 2007 à 02:38:38

La fonction get_headers

array get_headers ( string url [, int format] )

prends en paramètre un URL et optionnel un format et retourne un tableau

dans ton script je ne vois pas un URL
lami20j

Répondre à lami20j

6

Frassetu, le 19 aoû 2007 à 02:51:03

Regarde ce que j'ai fait :
sauf que maintenant il dis que c'est la ligne 4 :(

<?php
$url = 'http://frassetu.free.fr'; ?>

<?php (get_headers($url)); ?>

<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div id="post-<?php the_ID(); ?>">

<h1 class="decay"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h1>

<div class="descr"><?php the_time('F jS, Y') ?> by <?php the_author() ?></div>

<div class="entry">

<?php the_content('Read the rest of this entry »'); ?>

</div>

<p class="postinfo">Posted in <?php the_category(', ') ?> | <?php edit_post_link('Edit','',' |'); ?> <?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?></p>

</div>

<?php comments_template(); ?>

<?php endwhile; ?>

<p align="center"><?php next_posts_link('« Previous Entries') ?> <?php previous_posts_link('Next Entries »') ?></p>

<?php else : ?>

<h1 class="decay">Not Found</h1>

<p>Sorry, but you are looking for something that isn't here.</p>

<?php endif; ?>

<?php get_sidebar(); ?>

<?php get_footer(); ?>

Répondre à Frassetu

7

Frassetu, le 2 mar 2008 à 23:43:04

Aucune solution trouvé, alors j'ai changer de kit

Répondre à Frassetu

8

 Noah, le 31 mai 2008 à 12:54:49

Please how i can solve this Eroor problem ( Fatal error) ?

Répondre à Noah
Collection CommentÇaMarche.net