Hallo,
habe 2.9 installiert und ein komisches Phänomen. Sobald ich eine Seite (keinen Artikel) veröffentliche oder speichere steht dann nicht die Statusmeldung "Artikel gespeichert...." sondern ich habe immer eine weisse Seite vor mir und in der Browserzeile steht dann http://www.taufoase.de/wp-admin/page.php
Ich bin auch bereit jemanden für eine hilfreiche Antwort zu bezahlen. Daran soll es nicht liegen. Ich selbst weiss nicht mehr weiter... :sad:
Das ist sehr lästig. Auch habe ich bemerkt, dass das zwischenspeichern darum nicht funktioniert und er mir immer 7 Version als Entwurf speichert. Ich muss immer nach der weissen Seite nochmals ins Backend einsteigen.
Auch kann ich keine automatische Aktualisierung auf WP 2.9.1 machen. Nachdem das Paket runtergeladen wurde steht es wird entpackt, dann passiert nichts.
Ich habe schon einige Plugins deaktiviert. Manchmal klappt es dann wieder nicht. Hat jemand eine Ahnung was ich tun kann, denn diese Plugins hier die ich aktiviert habe, brauche ich alle:
Adsense Injection
Breadcrumb NavXT
btc-meta-description
btc-meta-keywords
btc-meta-robots
Contextual Related Posts
Dagon Design Sitemap Generator
Embed Iframe
Enforce www. Preference
Get Recent Comments
Google XML Sitemaps
KB Robots.txt
Less
MaxBlogPress Ping Optimizer
o42-clean-umlauts
Page Link Manager
RSS Includes Pages
Search Engine Management
SEO Title Tag
Time Zone
Top Level Categories
Update-Monitor
Wordpress Popular Posts
WP-Guestbook
WP-SpamFree
WP Affiliate Elite
Alle Plugins sind am aktuellsten Stand.
Lg
Horst
Seite veröffentlichen > weisse Seite Backend (Hilfe gegen Bezahlung!)
-
-
- Gerade eben
- 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)
-
Welche PHP Version läuft und wie hoch ist das memory_limit? Weiße Seite <--- bitte anklicken
-
Ich bin gerade daraugekommen, dass der Fehler NICHT auftritt wenn ich das Breadcrump Plugin deaktiviere. Liegt es eventuell auch an der Header.php?
Hier die Header.php:
PHP
Alles anzeigen<?php // This file is part of the Carrington Blog Theme for WordPress // http://carringtontheme.com // // Copyright (c) 2008-2009 Crowd Favorite, Ltd. All rights reserved. // http://crowdfavorite.com // // Released under the GPL license // http://www.opensource.org/licenses/gpl-license.php // // ********************************************************************** // This program is distributed in the hope that it will be useful, but // WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. // ********************************************************************** if (__FILE__ == $_SERVER['SCRIPT_FILENAME']) { die(); } if (CFCT_DEBUG) { cfct_banner(__FILE__); } $blog_desc = get_bloginfo('description'); (is_home() && !empty($blog_desc)) ? $title_description = ' - '.$blog_desc : $title_description = ''; $use_background_img = cfct_get_option('cfct_css_background_images'); $use_background_img == 'no' ? $css_ext = '?type=noimg' : $css_ext = ''; ?> <!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 if (function_exists('seo_title_tag')) { seo_title_tag(); } else { bloginfo('name'); wp_title();} ?></title> <link rel="alternate" type="application/rss+xml" href="<?php bloginfo('rss2_url') ?>" title="<?php printf( __( '%s latest posts', 'carrington' ), wp_specialchars( get_bloginfo('name'), 1 ) ) ?>" /> <link rel="alternate" type="application/rss+xml" href="<?php bloginfo('comments_rss2_url') ?>" title="<?php printf( __( '%s latest comments', 'carrington' ), wp_specialchars( get_bloginfo('name'), 1 ) ) ?>" /> <link rel="pingback" href="<?php bloginfo('pingback_url') ?>" /> <?php wp_get_archives('type=monthly&format=link'); ?> <link rel="stylesheet" type="text/css" media="screen" href="<?php bloginfo('template_url') ?>/css/css.php<?php echo $css_ext; ?>" /> <!--[if lte IE 7]> <link rel="stylesheet" href="<?php bloginfo('template_directory') ?>/css/ie.css" type="text/css" media="screen" /> <![endif]--> <!--[if lte IE 6]> <link rel="stylesheet" href="<?php bloginfo('template_directory') ?>/css/ie6.css" type="text/css" media="screen" /> <script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/DD_belatedPNG.js"></script> <script type="text/javascript"> DD_belatedPNG.fix('img, <?php if ($use_background_img == 'yes') { echo '#header, #footer, #header .wrapper, #footer .wrapper, #TB_title, '; } ?>#developer-link a'); </script> <![endif]--> <?php wp_head(); ?> </head> <body> <div id="page"> <div id="top"><a class="accessibility" href="#content"><?php _e( 'Skip to content', 'carrington-blog' ); ?></a></div> <hr class="lofi" /> <div id="header" class="section"> <div class="wrapper"> <strong id="blog-title"><a href="<?php bloginfo('url') ?>/" rel="home"><?php bloginfo('name') ?></a></strong> <p id="blog-description"><?php bloginfo('description'); ?></p> <div id="navigation"> <ul class="nav clearfix"> <?php wp_list_pages('title_li='); ?> </ul> </div><!-- #navigation --> </div><!-- .wrapper --> </div><!-- #header --> <div id="sub-header" class="section"> <div class="wrapper"> <script type="text/javascript"><!-- google_ad_client = "pub-5222659958737115"; /* 468x15, Erstellt 27.12.09 Men�leiste Carrington */ google_ad_slot = "8463073434"; google_ad_width = 468; google_ad_height = 15; //--> </script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> </div><!-- .wrapper --> </div><!--#sub-header--> <hr class="lofi" /> <div id="main" class="section"> <div class="wrapper"> <div class="breadcrumb"> <?php if(function_exists('bcn_display')) { bcn_display(); } ?> </div> <br> -
Welche PHP Version läuft und wie hoch ist das memory_limit? Weiße Seite <--- bitte anklicken
Gerade gefunden:
PHP 5
Memory Limit 32M
Hier alle Infos über PHP Server:
register globals: on
safe mode: on
error reporting: nur warnings/errors
max execution time: 15 -
Bei der Anzahl an Plugins könnte es das Memory Limit sein. Genaues weiß man aber erst, wenn man ins Error-Logfile sieht.
Jetzt mitmachen!
Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!