Disable WordPress 2.5 Flash Image/Video/Media Uploader with Plugin Deaktivieren WordPress 2/5 Flash Image / Video / Media Uploader mit Plugin

WordPress 2.5 WordPress 2/5 features a new media (including image, video and file) uploader that built on Adobe Flash technology which supports multiple files uploading to the gallery at one time and upload progress indicator bar. verfügt über eine neue Medien (einschließlich Bild-, Video-und Datei) Uploader, dass auf Adobe Flash-Technologie, unterstützt das Hochladen von mehreren Dateien in der Galerie auf ein Zeit-und Upload-Fortschritt Indikator bar. Unfortunately, the media uploader has numerous Leider ist die Medien-Uploader hat zahlreiche bugs and problems Bugs und Probleme , which basically make the Flash uploader not working, or not successfully uploading the files. , Die im Grunde machen die Flash-Uploader nicht funktioniert, oder nicht erfolgreich Hochladen der Dateien.

There are a few symptoms for the broken Flash uploader error. Es gibt ein paar Symptome für die defekte Flash Uploader Fehler. For example, blogger can adds the files to upload, but nothing happen or progress to upload the selected files. Zum Beispiel, können Blogger fügt die Dateien hochgeladen werden, aber nichts passiert, oder Fortschritt zum Hochladen der ausgewählten Dateien. Sometimes the upload process manages to get to “Crunching” but stop working after, or comes out with HTTP error, or even worse, freeze and crash the browser to not responding. Manchmal ist der Upload-Prozess verwaltet, um auf "Crunching", aber nicht mehr nach, oder kommt mit HTTP-Fehler, oder noch schlimmer, Einfrieren und Absturz des Browsers, um nicht reagiert. Other reported problems including the the add media buttons disappearing or not showing up. Andere Probleme einschließlich der Medien das Add-Buttons verschwinden oder nicht angezeigt.

WordPress Support has WordPress Support hat listed aufgeführten several steps to check and fix the possible problems that cause user cannot upload photos, images, videos, music and other media files in WordPress 2.5. mehreren Schritten zu überprüfen und reparieren die möglichen Probleme, die dazu führen, dass Benutzer kann nicht hochgeladen Fotos, Bilder, Videos, Musik und andere Medien-Dateien in WordPress 2.5. If the Flash based media uploader does not work after whatever effort, workaround and solution been done, including some Wenn der Flash-basierten Medien-Uploader funktioniert nicht nach was auch immer Anstrengung, Abhilfe und Lösung gemacht worden, darunter auch einige bug Bug fixes Fixes , such as disable conflicting plugin and bypass mod_security to try to solve the error and issue, there is a plugin to force disable (or later re-enable) the Flash uploader. , Wie in Konflikt-Plugin deaktivieren und Bypass-mod_security zu lösen versuchen, die Fehler und die Ausstellung gibt es ein Plugin, um Kraft zu deaktivieren (oder später wieder aktivieren) der Flash-Uploader.

To enable the Flash media uploader to be disabled via plugin, a filter has to be added to Flash uploader (only on WordPress version 2.5.x, as the change is set to implement in milestone version 2.6). Um die Flash-Medien-Uploader zu deaktiviert werden via Plugin, einen Filter muss hinzugefügt werden, um Flash Uploader (nur auf WordPress-Version 2.5.x, wie die Änderung wird die Umsetzung Meilenstein in Version 2.6). To do so, edit the \wp-admin\includes\media.php file using your favorite text editor directly by logging in to server or locally (has to be uploaded and overwrite replaced the original media.php file). Zu tun, editieren Sie die \ wp-admin \ beinhaltet \ media.php Datei mit Ihrem Lieblings-Text-Editor direkt, indem Sie sich in Server oder lokal (zu überschreiben hochgeladen und ersetzt die ursprüngliche media.php-Datei). Change the following code at around line 765 to 770. Ändern Sie den folgenden Code auf etwa Zeile 765 bis 770.

Before: Vorher:
$flash_action_url = get_option('siteurl') . "/wp-admin/async-upload.php";

// If Mac and mod_security, no Flash. :(
$flash = true;
if ( false !== strpos(strtolower($_SERVER['HTTP_USER_AGENT']), ‘mac’) && apache_mod_loaded(’mod_security’) )
$flash = false;

After: Nach:
$flash_action_url = get_option('siteurl') . "/wp-admin/async-upload.php";

$flash = apply_filters('flash_uploader', true);
// If Mac and mod_security, no Flash. :(
$flash = true;
if ( $flash && false !== strpos(strtolower($_SERVER['HTTP_USER_AGENT']), ‘mac’) && apache_mod_loaded(’mod_security’) )
$flash = false;

Then, download the Dann, laden Sie das no-flash-uploader.php No-Flash-uploader.php , and upload the PHP file to \wp-content\plugins\ directory, and activate the plugin via WordPress administration page. , Und die PHP-Upload-Datei auf \ wp-content \ Plugins \ Verzeichnis, und aktivieren Sie das Plugin über WordPress Verwaltungs-Seite. After activating to disable the Flash media uploader, the uploader will no longer make use of Flash technology, and all advanced features that come with it also been disabled. Nach der Aktivierung zu deaktivieren Sie die Flash-Medien-Uploader, den Uploader nicht mehr Gebrauch machen, der Flash-Technologie, und alle erweiterten Funktionen, die mit es auch, wurden deaktiviert.

IMPORTANT : You're reading a machine translated page which is provided "as is" without warranty. WICHTIG: Du bist eine Maschine Lesung übersetzt, die Seite wird "as is" ohne Garantie. Unlike human translation, machine translation does not understand the grammar, semantics, syntax, idioms of natural language, thus often produce inaccurate and low quality text which is misleading and incomprehensible. Im Gegensatz zu menschlichen Übersetzung, maschinelle Übersetzung nicht verstehen, die Grammatik, Semantik, Syntax, Idiome der natürlichen Sprache, so oft ungenau und niedrige Qualität Text, ist irreführend und unverständlich. Thus, please refer to So, wenden Sie sich bitte an original English article Original Englisch Artikel when in doubt. Wenn Sie Zweifel haben.



12 Responses to “Disable WordPress 2.5 Flash Image/Video/Media Uploader with Plugin” 12 Responses to "Disable WordPress 2/5 Flash Image / Video / Media Uploader mit Plugin"

  1. Fix WordPress 2.5 Image or Media Flash Uploader Not Working Issue in IE7 » Tip and Trick Fix WordPress 2/5 Bild oder Flash Media Uploader nicht funktioniert Problem in IE7 »Tipp und Trick
    April 3rd, 2008 11:18 3. April 2008 11:18
    1

    [...] If using the Flash uploader is too much trouble, disable the Flash media uploader with this plugin. [...] Wenn Sie die Flash-Uploader ist zu viel Mühe haben, deaktivieren Sie die Flash-Medien-Uploader mit diesem Plugin. [...]

  2. Tambayan.ph » Fix the media uploader when using IE7 on the latest WordPress 2.5 Tambayan.ph »Fix-Uploader die Medien bei der Verwendung von IE7 auf den neuesten WordPress 2/5
    April 4th, 2008 12:03 4. April 2008 12:03
    2

    [...] an alternative you can just disable the media uploader and revert to the old one via a plugin. [...] Alternativ können Sie nur deaktivieren Sie die Medien-Uploader und wieder auf den alten ein über ein Plugin. Or just use Firefox and wait for WordPress [...] Oder benutzen Sie einfach Firefox und warten Sie auf WordPress [...]

  3. Disable WordPress 2.5 Flash Image/Video/Media Uploader with Plugin (Excerpt) » My Digital Life Deaktivieren WordPress 2/5 Flash Image / Video / Media Uploader mit Plugin (Auszug) »Ihr Digital Life
    April 17th, 2008 10:55 17. April 2008 10:55
    3

    [...] reading Disable WordPress 2.5 Flash Image/Video/Media Uploader with Plugin at Tip and [...] [...] Lesung Deaktivieren WordPress 2/5 Flash Image / Video / Media Uploader Plugin mit an der Spitze und [...]

  4. warriorfr
    April 20th, 2008 00:49 20. April 2008 00:49
    4

    Thank you very much ! Vielen Dank!
    Now I can send files, but I still get the same error message I have with IE7. Nun kann ich Dateien senden, aber ich immer noch die gleiche Fehlermeldung Ich habe mit IE7.
    However even with this error, the upload works. Doch auch mit diesem Fehler, der Upload funktioniert.

  5. admin
    April 20th, 2008 00:52 20. April 2008 00:52
    5

    What error message you have? Welche Fehler Nachricht, die Sie haben?

  6. sage Salbei
    April 21st, 2008 14:04 21. April 2008 14:04
    6

    I have just folowed all of your instructions and I am still getting this error: Fatal error: Call to undefined function wp_constrain_dimensions() in /home2/newyorka/public_html/wp-admin/includes/image.php on line 173 Ich habe gerade folowed alle Ihre Anweisungen und ich bin noch immer diese Fehlermeldung: Fatal error: Call to undefined Funktion wp_constrain_dimensions () in / home2/newyorka/public_html/wp-admin/includes/image.php on line 173

    I have altered the htaccess to turn of the mod thing and nothing has worked on my Mac (10.5) in safari or FF Ich habe die htaccess geändert, um der mod Sache, und nichts hat sich auf meinem Mac (10,5) in Safari oder FF
    Anything else I can do? Alles andere kann ich tun?
    thanks Danke

  7. admin
    April 21st, 2008 15:11 21. April 2008 15:11
    7

    Have you tried to re-upload wordpress files? Haben Sie versucht, wieder-Upload-Dateien wordpress? Probably some files have corrupted. Wahrscheinlich haben einige Dateien beschädigt.

  8. Upload Problems with Wordpress 2.5 | Batang Yagit Upload Probleme mit Wordpress 2.5 | Batang Yagit
    May 10th, 2008 16:21 10. Mai 2008 16:21
    8

    [...] to a blog post I found, “…the media uploader has numerous bugs and problems, which basically make the [...] [...] Zu einem Blog-Post fand ich, "... die Medien-Uploader hat zahlreiche Bugs und Probleme, die im Grunde machen die [...]

  9. Mario
    June 9th, 2008 18:51 9. Juni 2008 18:51
    9

    Is it possible to totally remove the media buttons from the Write Post page? Ist es möglich, völlig entfernen Sie die Medien-Tasten aus dem Schreib Post-Seite? I don’t want users to use or even see these things. Ich möchte nicht, dass Benutzer zu verwenden oder sogar sehen diese Dinge. I also want to remove the text editor buttons too! Ich möchte auch entfernen Sie die Text-Editor Tasten zu!

  10. sage Salbei
    June 9th, 2008 21:28 9. Juni 2008 21:28
    10

    It was much easier to revert to the previous version of wordpress, however, I have another problem.( I still cannot imbed video. . .) I design the photos to be a specific size on the blog page but have found that the uploader puts an ‘alt’ size into the html that takes precedence in the presentation, unifying all the photo sizes to a smaller format. Es war viel einfacher, wieder zu der vorherigen Version von WordPress, aber, ich habe ein anderes Problem. (Ich kann immer noch nicht einbetten Video...) Ich Gestaltung der Fotos zu einer bestimmten Größe auf der Blog-Seite, haben aber festgestellt, dass die Uploader stellt ein "alt" Größe in den HTML-, der Vorrang bei der Darstellung, einigende alle Foto-Größen zu einem kleineren Format. When I finish writing, I have to go back through the code and remove all the ‘alt’s from the code so that all is seen as I planned when I publish. Wenn ich abgeschlossen haben, ich muß wieder zurück durch den Code, und entfernen Sie alle "alt die aus dem Code, so dass alle als ich geplant, wenn ich veröffentlichen.

  11. Taras Di Taras Di
    October 1st, 2008 23:25 1. Oktober 2008 23:25
    11

    The above instructions do not work for me… the flash uploader still gets called. Die oben genannten Anweisungen funktionieren nicht für mich ... der Blitz uploader noch genannt wird.

    I noticed, by debugging the code, that by the time the function that you edit in your instructions gets called, the browser is already displaying the ‘loading upload form’ bar (ie: the screen has turned black). Ich habe bemerkt, durch die Debugging-Code, dass von dem Zeitpunkt, als die Funktion, die Sie bearbeiten in Ihren Anweisungen wird genannt, der Browser ist bereits die Anzeige der "Be-Upload-Formular 'bar (dh: der Bildschirm hat sich schwarz).

    I’ve tried clearing the cache, and I’m using FF3.. Ich habe versucht Leeren des Cache, und ich bin mit FF3 .. any ideas on what could be going wrong? alle Ideen auf, was könnte da falsch gelaufen?

  12. Tien Do Xuan Tien Do Xuan
    November 17th, 2008 20:08 17. November 2008 20:08
    12

    After should be: Nach sollten:
    $flash_action_url = get_option(’siteurl’) . $ flash_action_url = get_option ( 'siteurl "). “/wp-admin/async-upload.php”; "/ Wp-admin/async-upload.php";

    $flash = apply_filters(’flash_uploader’, true); $ flash = apply_filters ( 'flash_uploader', true);
    // If Mac and mod_security, no Flash. / / Wenn Mac und mod_security, kein Flash. : (
    if ( $flash && false !== strpos(strtolower($_SERVER['HTTP_USER_AGENT']), ‘mac’) && apache_mod_loaded(’mod_security’) ) if ($ flash & & false! == strpos (strtolower ($ _SERVER [ 'HTTP_USER_AGENT']), 'Mac') & & apache_mod_loaded ( "mod_security '))
    $flash = false; $ flash = false;

Leave a Reply Lassen Sie eine Antwort

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> Sie können diese Tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime = ""> <em> <i> <q Cite=""> <strike> <strong>

Subscribe without commenting Abonnieren ohne zu kommentieren


Custom Search

Incoming Search Terms for the Article Eingehende Suche Nutzungsbedingungen für die Artikel

wordpress crunching WordPress Knirschen - -- wordpress disable flash upload WordPress deaktivieren Flash-Upload - -- wordpress flash upload WordPress Flash-Upload - -- wordpress flash uploader WordPress Flash Uploader - -- crunching wordpress Knirschen wordpress - -- wordpress disable flash uploader WordPress deaktivieren Blitz uploader - -- Flash Uploader wordpress Flash Uploader wordpress - -- uploader Uploader - -- wordpress Crunching… WordPress Crunching ... - -- disable flash uploader deaktivieren Flash Uploader - -- disable flash upload wordpress deaktivieren Flash-Upload wordpress - -- wordpress 2.5 flash WordPress 2/5 Flash - -- no-flash-uploader.php No-Flash-uploader.php - -- wordpress image upload crunching WordPress zum Hochladen von Bildern Knirschen - -- wordpress flash image WordPress Flash-Bild - -- wordpress 2.5 crunching WordPress 2/5 Knirschen - -- no flash uploader wordpress keine Flash Uploader wordpress - -- wordpress media uploader WordPress Medien-Uploader - -- flash image uploader Flash-Image Uploader - -- wordpress crunching http error WordPress Knirschen HTTP-Fehler - -- No Flash Uploader Kein Blitz uploader - -- media uploader Medien-Uploader - -- wordpress 2.5 add video WordPress 2/5 Video hinzufügen - -- wordpress upload image crunching WordPress Bild hochladen Knirschen - -- wordpress image crunching WordPress Bild Knirschen - -- flash upload wordpress Flash-Upload wordpress - -- wordpress no flash upload WordPress keine Flash-Upload - -- wordpress upload crunching WordPress-Upload Knirschen - -- wordpress upload media WordPress-Upload Medien - -- wordpress 2.5 crunching error WordPress 2/5 Knirschen Fehler - -- no flash upload plugin keine Flash-Upload-Plugin - -- disable wordpress 2.5 image uploader deaktivieren wordpress 2/5 Image Uploader - -- wordpress no flash uploader WordPress keine Blitz uploader - -- crunching http error Knirschen HTTP-Fehler - -- wordpress image upload plugin WordPress-Plugin zum Hochladen von Bildern - -- wordpress flash uploader http error WordPress Flash Uploader HTTP-Fehler - -- wordpress 2.5 disable flash uploader WordPress 2/5 deaktivieren Blitz uploader - -- wordpress image upload http error WordPress zum Hochladen von Bildern HTTP-Fehler - -- wordpress crunching problem WordPress Knirschen Problem - -- disable flash upload deaktivieren Flash-Upload - -- wordpress 2.5 image crunching problems WordPress 2/5 Bild Knirschen Probleme - -- disable flash uploader wordpress deaktivieren Flash Uploader wordpress - -- wordpress upload flash WordPress-Upload-Flash - -- media uploader wordpress Medien-Uploader wordpress - -- wordpress disable upload WordPress deaktivieren hochladen - -- wordpress disable flash upload plugin WordPress deaktivieren Flash-Upload-Plugin - -- wordpress 2.5 flash uploader WordPress 2/5 Blitz uploader - -- wordpress 2.5 image upload crunching WordPress 2/5 zum Hochladen von Bildern Knirschen - -- wordpress 2.5 upload crunching WordPress 2/5 Upload Knirschen - -- wordpress 2.5 flash video WordPress 2/5 Flash Video - --