Hallo,
meine Mama sagt immer: "Grad gings noch!" Und sie hat Recht. Der Bild-Upload nämlich. Jetzt kommt im Editor:
Fatal error: Call to undefined function wp_check_filetype() in /var/www/web37/html/wp-admin/admin-functions.php on line 1743
Dort steht dies hier:
// A correct MIME type will pass this test. Override $mimes or use the upload_mimes filter.
if ( $test_type ) {
$wp_filetype = wp_check_filetype($file['name'], $mimes);
extract($wp_filetype);
if ( !$type || !$ext )
return $upload_error_handler($file, __('File type does not meet security guidelines. Try another.'));
}
Irgendwer ne Idee?