Ich habe keine Datei bearbeitet.
Hab alles noch mal hochgeladen, jetzt geht alles wieder. Aber immer noch in deutsch. Ist aber egal. Beim nächsten Update nehm ich gleich das englische.
Vielen Dank für die hilfreiche Antwort.:grin:
Um schreiben oder kommentieren zu können, benötigen Sie ein Benutzerkonto.
Sie haben schon ein Benutzerkonto? Melden Sie sich hier an.
Jetzt anmeldenHier können Sie ein neues Benutzerkonto erstellen.
Neues Benutzerkonto erstellenIch habe keine Datei bearbeitet.
Hab alles noch mal hochgeladen, jetzt geht alles wieder. Aber immer noch in deutsch. Ist aber egal. Beim nächsten Update nehm ich gleich das englische.
Vielen Dank für die hilfreiche Antwort.:grin:
Nach dem login kommt folgende Fehlermeldung:
d Revision ID or revision object. * Param array $fields Optional. What fields to restore from. Defaults to all. * @return mixed Null if error, false if no fields to restore, (int) post ID if success. */ function wp_delete_post_revision( $revision_id ) { if ( !$revision = wp_get_post_revision( $revision_id ) ) return $revision; $delete = wp_delete_post( $revision->ID ); if ( is_wp_error( $delete ) ) return $delete; if ( $delete ) do_action( 'wp_delete_post_revision', $revision->ID, $revision ); return $delete; } /** * Returns all revisions of specified post. * * @package WordPress * @subpackage Post_Revisions * @since 2.6.0 * * @uses get_children() * * Param int|object $post_id Post ID or post object * @return array empty if no revisions */ function wp_get_post_revisions( $post_id = 0, $args = null ) { if ( !constant('WP_POST_REVISIONS') ) return array(); if ( ( !$post = get_post( $post_id ) ) || empty( $post->ID ) ) return array(); $defaults = array( 'order' => 'DESC', 'orderby' => 'date' ); $args = wp_parse_args( $args, $defaults ); $args = array_merge( $args, array( 'post_parent' => $post->ID, 'post_type' => 'revision', 'post_status' => 'inherit' ) ); if ( !$revisions = get_children( $args ) ) return array(); return $revisions; } function _set_preview($post) { if ( ! is_object($post) ) return $post; $preview = wp_get_post_autosave($post->ID); if ( ! is_object($preview) ) return $post; $preview = sanitize_post($preview); $post->post_content = $preview->post_content; $post->post_title = $preview->post_title; $post->post_excerpt = $preview->post_excerpt; return $post; } function _show_post_preview() { if ( isset($_GET['preview_id']) && isset($_GET['preview_nonce']) ) { $id = (int) $_GET['preview_id']; if ( false == wp_verify_nonce( $_GET['preview_nonce'], 'post_preview_' . $id ) ) wp_die( __('You do not have permission to preview drafts.') ); add_filter('the_preview', '_set_preview'); } }
Warning: Cannot modify header information - headers already sent by (output started at /var/www/web17/html/***/wp-includes/post.php:10) in /var/www/web17/html/***/wp-login.php on line 290
Warning: Cannot modify header information - headers already sent by (output started at /var/www/web17/html/***/wp-includes/post.php:10) in /var/www/web17/html/***/wp-login.php on line 302
Warning: Cannot modify header information - headers already sent by (output started at /var/www/web17/html/***/wp-includes/post.php:10) in /var/www/web17/html/***/wp-includes/pluggable.php on line 662
Warning: Cannot modify header information - headers already sent by (output started at /var/www/web17/html/***/wp-includes/post.php:10) in /var/www/web17/html/***/wp-includes/pluggable.php on line 663
Warning: Cannot modify header information - headers already sent by (output started at /var/www/web17/html/***/wp-includes/post.php:10) in /var/www/web17/html/***/wp-includes/pluggable.php on line 664
Warning: Cannot modify header information - headers already sent by (output started at /var/www/web17/html/***/wp-includes/post.php:10) in /var/www/web17/html/***/wp-includes/pluggable.php on line 865
Bitte um Hilfe...
Hallo.
Hab folgendes Problem:
Hab wie immer meinen Blog automatisch auf die neue Version 2.8.5de updaten lassen, das ohne Probleme funktionierte. Da es aber eigentlich eine englisch Sprachige Seite ist habe ich das englisch Sprachige Upgrade Dateien runtergeladen und einfach manuel auf den Server kopiert. Anschliesend hab ich die upgrade.php ausgeführt und folgende Fehlermeldung im Header bekommen:
d Revision ID or revision object. * Param array $fields Optional. What fields to restore from. Defaults to all. * @return mixed Null if error, false if no fields to restore, (int) post ID if success. */ function wp_delete_post_revision( $revision_id ) { if ( !$revision = wp_get_post_revision( $revision_id ) ) return $revision; $delete = wp_delete_post( $revision->ID ); if ( is_wp_error( $delete ) ) return $delete; if ( $delete ) do_action( 'wp_delete_post_revision', $revision->ID, $revision ); return $delete; } /** * Returns all revisions of specified post. * * @package WordPress * @subpackage Post_Revisions * @since 2.6.0 * * @uses get_children() * * Param int|object .........................
Ist nicht der komplette Text.
Und einen Text vom Upgrade:
Ein Upgrade ist nicht erforderlich
Deine WordPress-Datenbank ist aktuell!
Einloggen kann ich mich nicht mehr. Bin verzweifelt. :confused::confused::confused:
Bitte um Hilfe
MFG
Hallo.
Ich hab das gleiche Problem. Was war die Ursache dafür?
MFG
Hallo,
ich habe mein erstes Blog installiert und will das aussehen ein bisschen verändern. Deswegen habe ich mir Themes runtergeladen und in den Ordner wp-content/themes entpackt. Hab dann den php uns css dateien die 777 Rechte verteilt. Wenn ich dann in den admin breich zurückkehre sind leider alle Themes unter Kaputt gespeichert.
Hab auch das neue word press Update 2.3.1. in deutsch.
Könnt ihr mir evtl Helfen??
MFG