Probleme site:Fatal error: Call to undefined

Résolu
Frassetu Messages postés 56 Statut Membre -  
 Noah -
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

5 réponses

  1. lami20j Messages postés 21506 Date d'inscription   Statut Modérateur, Contributeur sécurité Dernière intervention   3 571
     
    Salut,

    affiche les premières lignes de ton index.php
    1
    1. Frassetu Messages postés 56 Statut Membre 14
       
      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(); ?>
      0
  2. lami20j Messages postés 21506 Date d'inscription   Statut Modérateur, Contributeur sécurité Dernière intervention   3 571
     
    Re,

    regarde le synopsis de la fonction get_headers
    0
    1. Frassetu Messages postés 56 Statut Membre 14
       
      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
      0
  3. lami20j Messages postés 21506 Date d'inscription   Statut Modérateur, Contributeur sécurité Dernière intervention   3 571
     
    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
    0
    1. Frassetu Messages postés 56 Statut Membre 14
       
      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(); ?>
      0
  4. Frassetu Messages postés 56 Statut Membre 14
     
    aucune solution trouvé, alors j'ai changer de kit
    0
  5. Vous n’avez pas trouvé la réponse que vous recherchez ?

    Posez votre question
  6. Noah
     
    Please how i can solve this Eroor problem ( Fatal error) ?
    0