session_start Fehlermeldung

    • Anzeige

    Hallo!

    Wenn du gerade an deiner Website arbeitest oder dein aktuelles Hosting überdenkst: Wir betreiben mit NetzLiving eine Hosting-Plattform, die speziell auf Performance, Sicherheit und einfache Verwaltung ausgelegt ist.

    • ✔️ Schnelle Ladezeiten (optimiert für WordPress & Co.)
    • ✔️ Deutsche Server & DSGVO-konform
    • ✔️ Persönlicher Support (kein 0815-Ticket-System)

    Mehr erfahren

  • ok mach ich. Wäre super wenn wir den Fehler lösen könnten! Vielen Dank schonmal!

    Sorry finde gerade nicht den Button um Code einzufügen :(

    <?php
    /**
    * @package Storelicious
    * @subpackage Meet_the_champions
    */
    ?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
    <head profile="http://gmpg.org/xfn/11">
    <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
    <title>
    <?php wp_title('&laquo;', true, 'right'); ?>
    <?php bloginfo('name'); ?>
    </title>
    <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
    <link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/styles/<?php if(getWpThemeOption('customStyle') == 'true') { echo getWpThemeOption('custom_design'); } else { echo getWpThemeOption('template_design'); } ?>/style.css" type="text/css" media="screen" />
    <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
    <?php include (TEMPLATEPATH . '/inc/scripts.php'); ?>
    <?php if ( is_singular() ) wp_enqueue_script( 'comment-reply' ); ?>

    <?php if(getWpThemeOption('showcolumns') == 'true') { ?>
    <style type="text/css">
    #mainContainer {padding-bottom: 207px;}
    #footer {margin-top: -208px; padding:0 0 0 0; height: 205px;}
    </style>
    <?php } ?>

    <?php wp_head(); ?>
    </head>
    <body <?php body_class(); ?>>

    <!-- **************************** WRAPCONTAINER ********************* -->

    <div id="wrapContainer">
    <!-- **************************** MAINCONTAINER ********************* -->

    <div id="mainContainer">
    <!-- **************************** CONTAINER ********************* -->
    <div id="container">
    <!-- **************************** HEADER ********************* -->
    <div id="header">
    <?php if(getWpThemeOption('viewAds468x60') == 'true') { ?>
    <div class="ads468 float-right"> <?php echo getWpThemeOption('ads468x60'); ?> </div>
    <?php } ?>
    <h1><a title="<?php bloginfo('description'); ?>" href="<?php echo get_option('home'); ?>/">
    <?php bloginfo('name'); ?>
    </a></h1>
    </div>
    <!--/ **************************** HEADER ********************* -->
    <!-- **************************** MENU ********************* -->
    <div id="menuContainer" class="clearfix">
    <?php get_search_form(); ?>
    <ul class="menu" id="menu">
    <li
    <?php if(is_home()) { echo 'class="current_page_item"';} ?>><a href="<?php bloginfo('siteurl'); ?>" title="<?php bloginfo('name'); ?>">
    <?php _e('Homepage','storelicious')?>
    </a></li>
    <?php wp_list_categories('orderby=id&hide_empty=0&use_desc_for_title=0&child_of=3&title_li=<a href="#" title="'.__('Groups').'">'.__('Groups').'</a>'); ?>
    <li><a href="#">
    <?php _e('Teams','storelicious'); ?>
    </a>
    <ul id="menu_teams">
    <?php

    $abc = array('a','b','c','d','e','f','g','h');
    foreach($abc as $i)
    {
    $args=array(
    'orderby' => 'name',
    'order' => 'ASC',
    'hide_empty' => 0,
    'child_of' => getWpThemeOption('group'.$i.'_cat')
    );
    $categories=get_categories($args);
    foreach($categories as $category) {
    echo '<li class="' . sprintf("%s", $category->category_nicename ) . '">';
    echo '<a href="' . get_category_link( $category->term_id ) . '" title="' . sprintf( __( "View all posts in %s" ), $category->name ) . '" ' . '>' . $category->name.'</a>';
    echo '</li>';
    }
    }
    ?>
    </ul>
    </li>
    <li id="popPlayers"><a href="#" title="<?php _e('Players who have more to say','storelicious'); ?>"><?php _e('Players','storelicious'); ?></a>
    <?php
    wp_tag_cloud(array(
    'taxonomy' => 'player',
    'format' => 'list',
    'unit' =>'px',
    'order' => 'DESC',
    'orderby' => 'count',
    'smallest' =>'12',
    'largest' =>'12',
    'number' => 10
    ));
    ?>
    </li>
    <?php if(getWpThemeOption('main_pages') == '') { ?>
    <?php wp_list_pages('sort_column=menu_order&title_li='.$page_sort); ?>
    <?php } else { ?>
    <?php wp_list_pages('exclude='.(implode(',',getWpThemeOption('main_pages'))).'&sort_column=menu_order&title_li='.$page_sort); ?>
    <?php } ?>
    </ul>
    </div>
    <!--/ **************************** MENU ********************* -->
    <?php if(getWpThemeOption('show_slideshow') == 'true' && is_home()) { ?>
    <!-- **************************** SLIDER WRAP ********************* -->
    <div id="sliderWrap"> <img src="<?php bloginfo('template_directory'); ?>/pix/iface/ball.png" width="121" height="100" alt="" id="ball" />
    <!--SLIDER CONTAINER-->
    <div id="sliderContainer">
    <!-- carousel -->
    <div class="carousel clearfix">
    <!--panel-->
    <div class="panel">
    <!-- details_wrapper -->
    <div class="details_wrapper">
    <!-- details -->
    <div class="details">
    <?php
    $slides = get_posts('numberposts='.getWpThemeOption('feat_items').'&offset=0&category='.getWpThemeOption('feat_category').'');
    foreach($slides as $post):
    setup_postdata($post); ?>


    <!-- detail -->
    <div class="detail">
    <h2><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2>

    <p>
    <?php shorten_text(250); ?>
    </p>
    </div>
    <!-- /detail -->


    <?php endforeach; ?>
    </div>
    <!-- /details -->

    </div>
    <!-- /details_wrapper -->

    <!-- paging -->
    <div class="paging">
    <div id="numbers"></div>
    <a href="javascript:void(0);" class="previous" title="><?php _e('Previous','storelicious'); ?>" style="display:none;"><?php _e('Previous','storelicious'); ?></a> <a href="javascript:void(0);" class="next" title="<?php _e('Next','storelicious'); ?>"><?php _e('Next','storelicious'); ?></a>
    </div>
    <!-- /paging -->

    <a href="javascript:void(0);" class="play" title="<?php _e('Turn on autoplay','storelicious'); ?>"><?php _e('Play','storelicious'); ?></a> <a href="javascript:void(0);" class="pause" title="<?php _e('Turn off autoplay','storelicious'); ?>"><?php _e('Pause','storelicious'); ?></a>


    </div>
    <!-- /panel -->
    <!-- backgrounds -->
    <div class="backgrounds">
    <?php
    $i = 0;
    $slides_images = get_posts('numberposts='.getWpThemeOption('feat_items').'&offset=0&category='.getWpThemeOption('feat_category').'');
    foreach($slides_images as $post):
    setup_postdata($post);
    $i++;
    ?>
    <?php
    $files = get_children("post_parent=$id&post_type=attachment&post_mime_type=image&orderby=menu_order&order=ASC");
    if($files){ // dos
    $keys = array_keys($files);
    $num=$keys[0];
    $img=wp_get_attachment_url($num);
    ?>
    <?php $theimage = ''.get_bloginfo("template_url").'/thumb.php?src='.$img.'&amp;w=960&amp;h=350&amp;zc=1&amp;q=90&amp;cropfrom=topcenter'; ?>
    <?php } else { //dos ?>
    <?php $theimage =''.get_bloginfo('template_url').'/thumb.php?src='.get_bloginfo('template_url').'/pix/default/default_carousel.png&amp;w=960&amp;h=350&amp;zc=1&amp;q=90&amp;cropfrom=topcenter';?>
    <?php } //dos ?>
    <div class="item item_<?php echo $i; ?>" style="background-image:url(<?php echo $theimage; ?>)">
    <img src="<?php echo $theimage; ?>" width="960" height="350" alt="<?php the_title_attribute(); ?>" />
    </div>
    <?php endforeach; ?>
    </div>
    <!-- /backgrounds -->

    </div>
    <!-- /carousel -->
    </div>
    <!--/SLIDER CONTAINER-->
    </div>
    <!--/ **************************** SLIDER WRAP ********************* -->
    <?php } ?>

    <?php if(getWpThemeOption('show_twitter') == 'true') { //twitter?>

    <!-- **************************** TWITTER ********************* -->
    <div id="twittContainer" class="round5"> <span id="twittFollowers"><a class="tipTop" title="<?php _e('Follow us on twitter','storelicious'); ?>" href="http://twitter.com/<?php echo getWpThemeOption('twitter'); ?>"><?php print twitter_followers_counter(''.getWpThemeOption('twitter').'') ?> <?php _e('followers','storelicious'); ?></a></span> <strong id="twittArrow"> <?php _e('From Twitter','storelicious'); ?>: </strong>
    <div id="tweet"></div> </div>
    <!--/ **************************** TWITTER ********************* -->
    <?php } //twitter ?>

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!