• 28-02-2010, 09:52:24
    #1
    site:www.malioztekin.com

    Warning:  include(layouts/) [function.include]:  failed to open stream: No such file or directory in /home/xxxxxx/public_html/wp-content/themes/freshnews/home.php  on line 13
    
    Warning:  include(layouts/) [function.include]:  failed to open stream: No such file or directory in /home/xxxxxx/public_html/wp-content/themes/freshnews/home.php  on line 13
    
    Warning:  include() [function.include]:  Failed opening 'layouts/' for inclusion  (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/xxxxxx/public_html/wp-content/themes/freshnews/home.php  on line 13
    home.php kodlarım

    <?php get_header(); ?>
    
            <div id="centercol" class="grid_10">
            
            <?php if (get_option('woo_show_blog') == false) { ?>
    
            <?php include(TEMPLATEPATH . '/includes/featured.php'); ?>
    
            <?php
                
                $layout = get_option('woo_layout');
    
                include('layouts/'.$layout);
                
            ?>
            
            <?php } else { include(TEMPLATEPATH . '/includes/stdblog.php'); } ?>
            </div><!--/centercol-->
    
    <?php get_sidebar(); ?>
    
    <?php get_footer(); ?>
  • 28-02-2010, 11:57:20
    #2
    Üyeliği durduruldu
                include('layouts/'.$layout);
    hata bu satırda, layouts diye bir klasör olmadığını söylüyor hata mesajında. Kontrol eder misin bi?