Probleme site:Fatal error: Call to undefined
Résolu
Frassetu
Messages postés
51
Date d'inscription
Statut
Membre
Dernière intervention
-
Noah -
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
A voir également:
- Probleme site:Fatal error: Call to undefined
- Site de telechargement - Accueil - Outils
- Site comme coco - Accueil - Réseaux sociaux
- Quel site remplace coco - Accueil - Réseaux sociaux
- Site x - Guide
- Site pour vendre des objets d'occasion - Guide
5 réponses
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
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
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(); ?>
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(); ?>
Vous n’avez pas trouvé la réponse que vous recherchez ?
Posez votre question
<?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(); ?>