[COLOR=black]Hallo,
habe gerade auf die deutsche 2.3.2 upgegradet und bekomme bei Aufruf
/wp-admin/upgrade.php
ein:
Fatal error: Cannot redeclare get_attached_file() in /wordpress/wp-admin/includes/post.php on line 7:
function get_attached_file( $attachment_id, $unfiltered = false ) {
$file = get_post_meta( $attachment_id, '_wp_attached_file', true );
if ( $unfiltered )
return $file;
return apply_filters( 'get_attached_file', $file, $attachment_id );
}
Das Frontend ist da und zeigt Version 2.3.2 - aber ins Backend komme ich nicht mehr. Es kommt:
Fatal error: Cannot redeclare get_attached_file() in /wordpress/wp-admin/includes/post.php on line 7
Hilfe :cry:,
Danke. Gruss, Peter[/COLOR]