Hejsa,
får en fejl her
http://www.copenhagenchess.dk/?cat=1 (klippet ind i bunden
her)
I filen den henvises til (category.php) står der i linje 9: <?php
require('post.php'); ?>
I den fil står der:
<?php the_date('','<h2>','</h2>'); ?>
<div class="post" id="post-<?php the_ID(); ?>">
<h3 class="storytitle"><a href="<?php the_permalink() ?>"
rel="bookmark"><?php the_title(); ?></a></h3>
<div class="meta"><?php _e("Filed under:"); ?> <?php the_category(',') ?>
— <?php the_author() ?> @ <?php the_time() ?> <?php
edit_post_link(__('Edit This'));?></div>
<div class="storycontent">
<?php the_content(__('(more...)')); ?>
</div>
<div class="feedback">
<?php wp_link_pages(); ?>
<!--
<?php trackback_rdf(); ?>
-->
<?php comments_popup_link(__('Comments (0)'), __('Comments
(1)'), __('Comments (%)')); ?>
</div>
</div>
<?php comments_template(); // Get wp-comments.php template ?>
-----------------------------
Fejlen er:
Warning: main() [function.main]: open_basedir restriction in effect.
File(/post.php) is not within the allowed path(s):
(/home/web/sth86903:/var/tmp:/usr/local/lib/php) in
/usr/home/web/sth86903/wp-content/themes/CollageEffect/category.php on line
9
Warning: main(post.php) [function.main]: failed to open stream: Operation
not permitted in
/usr/home/web/sth86903/wp-content/themes/CollageEffect/category.php on line
9
Fatal error: main() [function.require]: Failed opening required 'post.php'
(include_path='.:') in
/usr/home/web/sth86903/wp-content/themes/CollageEffect/category.php on line
9
----------------------
ras