Zurück   WordPress Deutschland Forum > Support > Installation

Antwort
 
Themen-Optionen Ansicht
Alt 18.07.2008, 11:13   #1 (permalink)
PostRank: 0
 
Registriert seit: 18.07.2008
Beiträge: 3
Probleme als User nach Update auf Vers. 2.6

Hallo,

ich habe auf die Version 2.6 updatet und nun kann ich als angemeldeter User auf der Startseite keine Artikel finden. Als Gast kann man alles ganz normal sehen.
Als Meldung kommt bei mir immer folgendes:

[quote]Not Found
Zitat:

Sorry, but you are looking for something that isn't here.
Ich habe auch das Standarttemplate aktiviert, um fehler in der TPL auszuschließen, aber da ist es das selbe.

Hier der Link dazu: Artikelverzeichnis

Wer hat da einen rat?
Helga ist offline   Mit Zitat antworten
Alt 18.07.2008, 13:02   #2 (permalink)
WPD-Moderator
 
Benutzerbild von Alphawolf
 
Registriert seit: 31.05.2005
Ort: Gera Ghetto
Beiträge: 2.399
Also ich sehe da Artikel. Das kann aber auch wieder mein weithin bekannter Superhelden-Blick sein.
__________________
FAQ // Doku // Erbreiterungen
Alphawolf ist offline   Mit Zitat antworten
Alt 18.07.2008, 13:20   #3 (permalink)
PostRank: 0
 
Registriert seit: 18.07.2008
Beiträge: 3
ich sehe als Admin keine artikel auf der Startseite
Helga ist offline   Mit Zitat antworten
Alt 18.07.2008, 13:29   #4 (permalink)
WPD-Moderator
 
Benutzerbild von Alphawolf
 
Registriert seit: 31.05.2005
Ort: Gera Ghetto
Beiträge: 2.399
Achso, poste mal bitte den Inhalt der index.php deines Themes. Und deaktiviere mal testweise alle Pllugins.
__________________
FAQ // Doku // Erbreiterungen
Alphawolf ist offline   Mit Zitat antworten
Alt 22.07.2008, 12:04   #5 (permalink)
PostRank: 0
 
Registriert seit: 18.07.2008
Beiträge: 3
sorry dass ich erst jetzt antworte, hier der Inhalt der index.php vom aktuellen Style:

PHP-Code:
<?php get_header(); ?>
<?php get_sidebar
(); ?>
  <div id="content">
  <?php $count 0$flag1?>
  <?php if (have_posts()) : ?>
   <?php while (have_posts()) : the_post(); ?>
   <?php switch ($count)
   {
   case 
0:?>
   <div id="mainleft">
   <h1><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h1>
   <?php the_excerpt(__('Artikel lesen'));?>
   <p class="morree"><?php comments_popup_link('Kein Kommentar »''1 Kommentar »''% Kommentare »'); ?> - <a href="<?php the_permalink() ?>" style="margin:0 0 5px 12px;">Artikel lesen &gt;&gt;</a></p>
   <?php break;
   case 
1:
   case 
2:
   
?>
<h1><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h1>
   <?php the_excerpt(__('Readmore �'));?>
   <p class="morree"><?php comments_popup_link('Kein Kommentar »''1 Kommentar »''% Kommentare »'); ?> - <a href="<?php the_permalink() ?>" style="margin:0 0 5px 12px;">Artikel lesen &gt;&gt;</a></p>
   <?php break;
   case 
3:?>
<h1><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h1>
   <?php the_excerpt(__('Readmore �'));?>
   <p class="morree"><?php comments_popup_link('Kein Kommentar »''1 Kommentar »''% Kommentare »'); ?> - <a href="<?php the_permalink() ?>" style="margin:0 0 5px 12px;">Artikel lesen &gt;&gt;</a></p>
   <?php break;
   case 
4:?>
<h1><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h1>
   <?php the_excerpt(__('Readmore �'));?>
   <p class="morree"><?php comments_popup_link('Kein Kommentar »''1 Kommentar »''% Kommentare »'); ?> - <a href="<?php the_permalink() ?>" style="margin:0 0 5px 12px;">Artikel lesen &gt;&gt;</a></p>
   <?php break;
   case 
5:?>
<h1><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h1>
   <?php the_excerpt(__('Readmore �'));?>
   <p class="morree"><?php comments_popup_link('Kein Kommentar »''1 Kommentar »''% Kommentare »'); ?> - <a href="<?php the_permalink() ?>" style="margin:0 0 5px 12px;">Artikel lesen &gt;&gt;</a></p>
   <?php break;
   case 
6:?>
   <h1><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h1>
   <?php the_excerpt(__('Readmore �'));?>
   <p class="morree"><?php comments_popup_link('Kein Kommentar »''1 Kommentar »''% Kommentare »'); ?> - <a href="<?php the_permalink() ?>" style="margin:0 0 5px 12px;">Artikel lesen &gt;&gt;</a></p>
   <?php break;
   case 
7:?>
   <h1><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h1>
   <?php the_excerpt(__('Readmore �'));?>
   <p class="morree"><?php comments_popup_link('Kein Kommentar »''1 Kommentar »''% Kommentare »'); ?> - <a href="<?php the_permalink() ?>" style="margin:0 0 5px 12px;">Artikel lesen &gt;&gt;</a></p>
   </div>
<div id="maincenter">
   <?php $flag2?>
   <?php break;
   case 
4:?>
 
   <h1><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h1>
   <?php the_excerpt(__('Readmore �'));?>
   <p class="morree"><?php comments_popup_link('Kein Kommentar »''1 Kommentar »''% Kommentare »'); ?> - <a href="<?php the_permalink() ?>" style="margin:0 0 5px 12px;">Artikel lesen &gt;&gt;</a></p>
   <?php $flag3?>
   <?php break;
   case 
8:
   case 
9:
   
?>
   <h1><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h1>
   <?php the_excerpt(__('Readmore �'));?>
   <p class="morree"><?php comments_popup_link('Kein Kommentar »''1 Kommentar »''% Kommentare »'); ?> - <a href="<?php the_permalink() ?>" style="margin:0 0 5px 12px;">Artikel lesen &gt;&gt;</a></p>
   <?php break;
   case 
10:?>
<h1><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h1>
   <?php the_excerpt(__('Readmore �'));?>
   <p class="morree"><?php comments_popup_link('Kein Kommentar »''1 Kommentar »''% Kommentare »'); ?> - <a href="<?php the_permalink() ?>" style="margin:0 0 5px 12px;">Artikel lesen &gt;&gt;</a></p>
   <?php break;
   case 
11:?>
<h1><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h1>
   <?php the_excerpt(__('Readmore �'));?>
   <p class="morree"><?php comments_popup_link('Kein Kommentar »''1 Kommentar »''% Kommentare »'); ?> - <a href="<?php the_permalink() ?>" style="margin:0 0 5px 12px;">Artikel lesen &gt;&gt;</a></p>
   <?php break;
   case 
12:?>
<h1><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h1>
   <?php the_excerpt(__('Readmore �'));?>
   <p class="morree"><?php comments_popup_link('Kein Kommentar »''1 Kommentar »''% Kommentare »'); ?> - <a href="<?php the_permalink() ?>" style="margin:0 0 5px 12px;">Artikel lesen &gt;&gt;</a></p>
   <?php break;
   case 
13:?>
<h1><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h1>
   <?php the_excerpt(__('Readmore �'));?>
   <p class="morree"><?php comments_popup_link('Kein Kommentar »''1 Kommentar »''% Kommentare »'); ?> - <a href="<?php the_permalink() ?>" style="margin:0 0 5px 12px;">Artikel lesen &gt;&gt;</a></p>
   <?php break;
   case 
14:?>
   <h1><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h1>
   <?php the_excerpt(__('Readmore �'));?>
   <<p class="morree"><?php comments_popup_link('Kein Kommentar »''1 Kommentar »''% Kommentare »'); ?> - <a href="<?php the_permalink() ?>" style="margin:0 0 5px 12px;">Artikel lesen &gt;&gt;</a></p>
   </div>
   <?php $flag4?>
   <?php break;?>
   <?}?>
   <?php $count $count 1;?>
  <?php endwhile; ?>
  <?php else : ?>
  <h2 class="center">Not Found</h2>
  <p class="center">Sorry, but you are looking for something that isn't here.</p>
  <?php endif; ?>
  <?php
  
if ($flag 2) { ?>
   </div>
   <div id="maincenter">
   </div>
     <?php }
     elseif (
$flag == 2) { ?>
   <div id="maincenter">
   </div>
     <?php }
     elseif (
$flag && $flag 2) { ?>
     </div>
     <?php ?>
     </div>
   <?php get_footer(); ?>
</div>
</body>
</html>
Plugins habe ich alle deaktiviert.
Helga ist offline   Mit Zitat antworten
Antwort

Lesezeichen

Themen-Optionen
Ansicht

Forumregeln
Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist aus.
HTML-Code ist aus.
Trackbacks are aus
Pingbacks are aus
Refbacks are aus


Alle Zeitangaben in WEZ +1. Es ist jetzt 20:54 Uhr.


Powered by vBulletin® Version 3.7.4 (Deutsch)
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 | Impressum | Ein Inpsyde.com Projekt