Hallo zusammen,
ich bin ganz neu hier im Forum, ich hoffe es ist nicht die falsche Kategorie oder so. Ich schraube seit einiger Zeit an meinem eigenen Theme rum und bei Xampp daheim hat auch alles gut funktioniert. Jetzt habe ich das Theme auf meinen Webspace (Hosteurope) hochgeladen, vorher habe ich natürlich Wordpress 3.4.2 (dann upgedatet auf 3.5) über das Hosteurope eigene Skript installiert. Erstmal hat auch alles gut funktioniert, solange bis ich mich aus dem admin Bereich auslogge und den Browser schließe. Dann kann ich nämlich nicht mehr über /wp-admin/ oder /login.php das Dashboard erreichen (ich bekomme eine weiße Seite, bei login.php kommt die weiße Seite nach dem einloggen) sondern nur noch (das habe ich durch Zufall herausgefunden nachdem ich die Seite etwa 6-mal neu aufgesetzt habe) indem ich mich in der login.php einlogge, auf die weiße Seite weitergeleitet werde und dann manuell meine Website aufrufe. Dort habe ich dann den Administrationsbalken am oberen Seitenrand und kann dann auf das Dashboard zugreifen indem ich ihn anklicke. Oben bei der Url steht dann ganz normal /wp-admin. Wenn ich dieselbe Adresse manuell in die Adressleiste eingebe bekomme ich wieder eine weiße Seite. Das ganze tritt nur bei meinem eigenen Theme auf, welches sonst (viel zum Testen bin ich natürlich noch nicht gekommen) gut funktioniert. Google habe ich durch und auch schon einige Tipps probiert. Der Fehlerlog über das Plugin Theme Check sieht so aus:
- WARNING: No screenshot detected! Please include a screenshot.png.
- REQUIRED:License URI: is missing from your style.css header.
- REQUIRED:.wp-caption css class is needed in your theme css.
- REQUIRED:.wp-caption-text css class is needed in your theme css.
- REQUIRED:.sticky css class is needed in your theme css.
- REQUIRED:.gallery-caption css class is needed in your theme css.
- REQUIRED:.bypostauthor css class is needed in your theme css.
- REQUIRED:.alignright css class is needed in your theme css.
- REQUIRED:.alignleft css class is needed in your theme css.
- REQUIRED:.aligncenter css class is needed in your theme css.
- REQUIRED: This theme doesn't seem to display tags. Modify it to display tags in appropriate locations.
- REQUIRED: No content width has been defined. Example:
if ( ! isset( $content_width ) ) $content_width = 900; - RECOMMENDED: No reference to post-thumbnails was found in the theme. If the theme has a thumbnail like functionality, it should be implemented with add_theme_support( 'post-thumbnails' )in the functions.php file.
- RECOMMENDED: No reference to nav_menu's was found in the theme. Note that if your theme has a menu bar, it is required to use the WordPress nav_menu functionality for it.
- RECOMMENDED: No reference to the_post_thumbnail() was found in the theme. It is recommended that the theme implement this functionality instead of using custom fields for thumbnails.
- RECOMMENDED: No reference to add_theme_support( 'custom-background', $args ) was found in the theme. If the theme uses background images or solid colors for the background, then it is recommended that the theme implement this functionality.
- RECOMMENDED: No reference to add_editor_style() was found in the theme. It is recommended that the theme implement editor styling, so as to make the editor content match the resulting post output in the theme, for a better user experience.
- RECOMMENDED: Tags: is either empty or missing in style.css header.
- REQUIRED: Could not find the comment-reply script enqueued. See: Migrating Plugins and Themes to 2.7/Enhanced Comment Display
<?php if ( is_singular() ) wp_enqueue_script( "comment-reply" ); ?> - REQUIRED: Could not find wp_link_pages. See: wp_link_pages
<?php wp_link_pages( $args ); ?> - REQUIRED: Could not find post_class. See: post_class
<div id="post-<?php the_ID(); ?>" <?php post_class(); ?>> - REQUIRED: Could not find language_attributes. See: language_attributes
<html <?php language_attributes(); ?> - REQUIRED: Could not find body_class call in body tag. See: body_class
<?php body_class( $class ); ?> - REQUIRED: Could not find add_theme_support( 'automatic-feed-links' ). See: add_theme_support
<?php add_theme_support( $feature ); ?> - RECOMMENDED: could not find the file readme.txt in the theme. Please see Theme_Documentation for more information.
- RECOMMENDED: bloginfo(url) was found in the file sidebar.php. Use echo home_url() instead.
- RECOMMENDED: bloginfo(url) was found in the file header.php. Use echo home_url() instead.
- RECOMMENDED: add_custom_background found in the file functions.php. Deprecated since version 3.4. Use add_theme_support( 'custom-background', $args ) instead.
Line 21: add_custom_background('custom-background', array( - INFO: Non-printable characters were found in the comments.php file. You may want to check this file for errors.
Line 15: <label for='email'>Ihre E-Mail-Adresse <em>(erforderlich, wird aber nicht ver��ffentlicht)</em></label>
Line 38: <div class='nav-previous'><?php previous_comments_link( '« ��ltere Kommentare' ); ?></div>
Seht ihr vielleicht einen kritischen Fehler im Theme der zu der beschriebenen Problematik führen kann?
Ich würde mich sehr darüber freuen wenn einer von euch einen Hinweis hätte wo das Problem liegen könnte. Vielen Dank im Voraus!