Disable WordPress 2.5 Flash Image/Video/Media Uploader with Plugin Nonaktifkan Wordpress 2,5 Flash Gambar / Video / Media Uploader dengan 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. dilengkapi dengan media baru (termasuk gambar, video dan file) uploader yang dibangun pada teknologi Adobe Flash yang mendukung beberapa file upload ke galeri sekaligus meng-upload dan kemajuan indikator bar. Unfortunately, the media uploader has numerous Sayangnya, media-upload telah banyak bugs and problems bug dan masalah , which basically make the Flash uploader not working, or not successfully uploading the files. , Yang pada dasarnya membuat Flash uploader tidak bekerja, atau tidak berhasil meng-upload file.

There are a few symptoms for the broken Flash uploader error. Ada beberapa gejala yang rusak Flash uploader kesalahan. For example, blogger can adds the files to upload, but nothing happen or progress to upload the selected files. Sebagai contoh, blogger bisa menambahkan file untuk meng-upload, namun tidak terjadi kemajuan atau meng-upload file yang dipilih. 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. Kadang-kadang proses upload untuk mengelola "Crunching" tetapi setelah berhenti bekerja, atau keluar dengan HTTP kesalahan, atau bahkan lebih parah lagi, dan membekukan crash browser untuk tidak merespon. Other reported problems including the the add media buttons disappearing or not showing up. Melaporkan masalah-masalah lainnya termasuk media yang menambahkan tombol menghilang atau tidak muncul.

WordPress Support has Dukungan Wordpress memiliki listed terdaftar 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. beberapa langkah untuk memeriksa dan memperbaiki masalah yang dapat menyebabkan pengguna dapat meng-upload foto, gambar, video, musik dan file media lainnya di Wordpress 2.5. If the Flash based media uploader does not work after whatever effort, workaround and solution been done, including some Jika Flash berbasis media upload tidak bekerja setelah upaya apapun, Workaround dan solusi telah dilakukan, termasuk beberapa bug bug fixes perbaikan , 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. , Seperti konflik menonaktifkan plugin dan memotong mod_security untuk mencoba memecahkan masalah dan kesalahan, ada sebuah plugin untuk memaksa menonaktifkan (atau nanti kembali mengaktifkan) 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). Untuk mengaktifkan media Flash uploader dinonaktifkan melalui plugin, penyaring harus ditambahkan ke Flash uploader (hanya di Wordpress versi 2.5.x, karena perubahan diatur dalam tonggak untuk melaksanakan Versi 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). Untuk melakukannya, mengedit \ wp-admin \ includes \ media.php file menggunakan editor teks favorit Anda langsung masuk ke server atau lokal (harus di-upload dan menimpa diganti yang asli media.php file). Change the following code at around line 765 to 770. Mengubah kode berikut di baris sekitar 765-770.

Before: Sebelum:
$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: Setelah:
$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 Kemudian, download 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. , PHP dan upload file ke \ wp-content \ plugin \ direktori, dan aktifkan plugin melalui Wordpress administrasi halaman. 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. Setelah mengaktifkan Flash untuk menonaktifkan media uploader, di-upload tidak akan lagi menggunakan teknologi Flash, dan semua fitur canggih yang datang bersama ini juga telah dinonaktifkan.

IMPORTANT : You're reading a machine translated page which is provided "as is" without warranty. PENTING: Anda membaca mesin diterjemahkan halaman yang disediakan "sebagaimana adanya" tanpa jaminan. 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. Tidak seperti manusia translation, terjemahan mesin tidak memahami tata bahasa, semantik, sintaksis, idiom alam bahasa, sehingga sering tidak akurat dan menghasilkan kualitas teks yang menyesatkan dan dimengerti. Thus, please refer to Dengan demikian, silakan lihat original English article artikel asli Inggris when in doubt. ketika ragu.



15 Responses to “Disable WordPress 2.5 Flash Image/Video/Media Uploader with Plugin” 15 Responses to "Nonaktifkan Wordpress 2,5 Flash Gambar / Video / Media Uploader dengan Plugin"

  1. Michele Michele
    April 2nd, 2009 09:11 2 Apr 2009 09:11
    15 15

    grazie mille, questo post è stato provvidenziale! grazie mille, questo post è stato provvidenziale!

  2. kookimebux kookimebux
    February 2nd, 2009 01:44 2 Feb 2009 01:44
    14 14

    Hello. Halo. And Bye. Dan Bye. :)

  3. Rene Hasprunar Rene Hasprunar
    December 13th, 2008 21:15 13 Des 2008 21:15
    13 13

    Here is the fix that worked for me. Here is the fix that worked for me.

    fryewiles fryewiles
    Member Anggota
    Posted 12 hours ago # Dikirim 12 jam lalu #

    I had the same problem, and I was able to fix it by reuploading: Saya memiliki masalah sama, dan saya mampu untuk memperbaikinya reuploading oleh:

    /wp-includes/js/swfupload/ / wp-includes/js/swfupload /

    And then clearing my browser cache. Dan kemudian saya membersihkan cache browser.

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

    After should be: Setelah harus:
    $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. / / Jika mod_security dan Mac, tidak ada Flash. : (
    if ( $flash && false !== strpos(strtolower($_SERVER['HTTP_USER_AGENT']), 'mac') && apache_mod_loaded('mod_security') ) if ($ flash & & palsu! == strpos (strtolower ($ _SERVER [ 'HTTP_USER_AGENT']), 'mac') & & apache_mod_loaded ( 'mod_security'))
    $flash = false; $ flash = false;

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

    The above instructions do not work for me… the flash uploader still gets called. Petunjuk di atas tidak bekerja bagi saya ... lampu kilat masih bisa disebut upload.

    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). Saya perhatikan, dengan kode debugging, yang pada saat fungsi yang Anda mengedit Anda mendapat petunjuk dipanggil, browser sudah menampilkan 'memuat formulir upload' bar (yaitu yang memiliki layar berubah hitam).

    I've tried clearing the cache, and I'm using FF3.. I've tried clearing cache, dan saya menggunakan FF3 .. any ideas on what could be going wrong? ada ide tentang apa yang bisa terjadi salah?

  6. sage sage
    June 9th, 2008 21:28 9 Jun 2008 21:28
    10 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. Ia lebih mudah untuk kembali ke versi sebelumnya dari wordpress, namun saya ada masalah lain. (Saya tetap tidak dapat menyimpan video...) Saya desain foto menjadi ukuran tertentu pada halaman blog tetapi telah menemukan bahwa upload puts sebuah 'alt' menjadi html yang mengambil diutamakan dalam presentasi, unifying semua ukuran foto ke format yang lebih kecil. 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. Ketika saya selesai menulis, saya harus kembali melalui kode dan menghapus semua 'alt dari kode agar semua terlihat seperti direncanakan ketika saya publikasikan.

  7. Mario Mario
    June 9th, 2008 18:51 9 Jun 2008 18:51
    9 9

    Is it possible to totally remove the media buttons from the Write Post page? Is totally menghapus media tombol dari halaman Write Post? I don't want users to use or even see these things. Saya tidak ingin para pengguna untuk menggunakan atau bahkan melihat hal-hal ini. I also want to remove the text editor buttons too! Saya juga ingin menghapus teks editor tombol terlalu!

  8. Upload Problems with Wordpress 2.5 | Batang Yagit Masalah dengan upload Wordpress 2,5 | Batang Yagit
    May 10th, 2008 16:21 10 Mei 2008 16:21
    8 8

    [...] to a blog post I found, “…the media uploader has numerous bugs and problems, which basically make the [...] [...] Ke blog posting saya ditemukan, "... media upload telah banyak bug dan masalah, yang pada dasarnya membuat [...]

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

    Have you tried to re-upload wordpress files? Apakah Anda mencoba untuk meng-upload file wordpress? Probably some files have corrupted. Mungkin ada beberapa file rusak.

  10. sage sage
    April 21st, 2008 14:04 21 Apr 2008 14:04
    6 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 Saya baru saja Anda folowed semua petunjuk dan saya masih mendapatkan error ini: Fatal error: Call to undefined fungsi wp_constrain_dimensions () di / 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 Saya telah diubah dengan htaccess ke akhir mod dan tidak ada hal yang telah bekerja di Mac (10,5) di safari atau FF
    Anything else I can do? Anything else I can do?
    thanks terima kasih

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

    What error message you have? Apa pesan kesalahan yang Anda miliki?

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

    Thank you very much ! Terima kasih banyak!
    Now I can send files, but I still get the same error message I have with IE7. Sekarang saya bisa mengirim file, tapi saya masih mendapatkan pesan kesalahan yang sama dengan saya IE7.
    However even with this error, the upload works. Namun bahkan dengan kesalahan ini, upload karya.

  13. Disable WordPress 2.5 Flash Image/Video/Media Uploader with Plugin (Excerpt) » My Digital Life Nonaktifkan Wordpress 2,5 Flash Gambar / Video / Media Uploader dengan Plugin (Kutipan) »My Digital Life
    April 17th, 2008 10:55 17 Apr 2008 10:55
    3 3

    [...] reading Disable WordPress 2.5 Flash Image/Video/Media Uploader with Plugin at Tip and [...] [...] Membaca Nonaktifkan Wordpress 2,5 Flash Gambar / Video / Media Uploader dengan Plugin di Tip dan [...]

  14. Tambayan.ph » Fix the media uploader when using IE7 on the latest WordPress 2.5 Tambayan.ph »Fix media upload ketika menggunakan IE7 di Wordpress terbaru 2,5
    April 4th, 2008 12:03 4 April, 2008 12:03
    2 2

    [...] an alternative you can just disable the media uploader and revert to the old one via a plugin. [...] Alternatif Anda dapat menonaktifkan media upload dan kembali ke yang lama melalui sebuah plugin. Or just use Firefox and wait for WordPress [...] Atau hanya menggunakan Firefox dan tunggu Wordpress [...]

  15. Fix WordPress 2.5 Image or Media Flash Uploader Not Working Issue in IE7 » Tip and Trick Fix Wordpress 2,5 foto atau Media Flash Uploader Isu Tidak Bekerja di IE7 »Tips dan Trick
    April 3rd, 2008 11:18 3 April, 2008 11:18
    1 1

    [...] If using the Flash uploader is too much trouble, disable the Flash media uploader with this plugin. [...] Jika menggunakan Flash upload terlalu banyak kesulitan, menonaktifkan Flash media upload dengan plugin ini. [...] [...]

Leave a Reply Meninggalkan Balas

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> Anda dapat menggunakan tag ini: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime = ""> <em> <i> <q cite=""> <strike> <strong>

Subscribe to comments feature has been disabled. Berlangganan ke fitur komentar telah dinonaktifkan. To receive notification of latest comments posted, subscribe to Untuk menerima pemberitahuan komentar diposting terbaru, berlangganan Tip and Trick Comments RSS feed Tips dan Trick Komentar RSS feed or atau register to receive mendaftar untuk menerima new comments in daily email digest. komentar baru di email harian digest.
Custom Search

Incoming Search Terms for the Article Cari Syarat masuk untuk Artikel

wordpress crunching wordpress crunching - -- wordpress disable flash uploader wordpress menonaktifkan flash uploader - -- wordpress disable flash upload wordpress menonaktifkan lampu kilat upload - -- wordpress flash upload wordpress flash-upload - -- wordpress flash uploader wordpress flash uploader - -- disable flash upload wordpress menonaktifkan lampu kilat upload wordpress - -- crunching wordpress crunching wordpress - -- flash upload wordpress flash upload wordpress - -- wordpress image upload plugin upload foto wordpress plugin - -- wordpress uploader wordpress uploader - -- Flash Uploader wordpress Flash Uploader wordpress - -- disable flash uploader wordpress menonaktifkan lampu kilat upload wordpress - -- uploader uploader - -- no-flash-uploader.php no-flash-uploader.php - -- wordpress media uploader wordpress media uploader - -- disable flash uploader menonaktifkan lampu kilat uploader - -- wordpress no flash uploader wordpress tidak flash uploader - -- wordpress Crunching… wordpress Crunching ... - -- wordpress crunching http error wordpress crunching http error - -- wordpress no flash upload wordpress tidak meng-upload flash - -- wordpress image upload crunching wordpress upload foto crunching - -- wordpress media upload plugin wordpress media upload plugin - -- wordpress 2.5 disable flash uploader wordpress 2,5 menonaktifkan flash uploader - -- wordpress 2.5 flash wordpress 2,5 kilat - -- disable wordpress flash upload menonaktifkan lampu kilat upload wordpress - -- wordpress upload flash wordpress-upload flash - -- flash image uploader flash gambar uploader - -- no flash uploader wordpress no flash uploader wordpress - -- media uploader media uploader - -- wordpress flash image wordpress flash gambar - -- wordpress upload crunching wordpress upload crunching - -- disable wordpress flash uploader menonaktifkan wordpress flash uploader - -- wordpress 2.5 crunching wordpress 2,5 crunching - -- disable flash upload menonaktifkan lampu kilat upload - -- wordpress image crunching wordpress gambar crunching - -- wordpress 2.5 disable flash upload wordpress 2,5 menonaktifkan upload flash - -- wordpress upload media wordpress upload media - -- No Flash Uploader Tidak ada Flash Uploader - -- wordpress 2.5 add video wordpress 2,5 menambahkan video - -- wordpress upload image crunching wordpress-upload gambar crunching - -- wordpress media upload broken wordpress media upload rusak - -- no flash upload plugin tidak meng-upload plugin flash - -- wordpress disable flash wordpress menonaktifkan lampu kilat - -- wordpress enable flash uploader wordpress mengaktifkan flash uploader - -- wordpress and flash wordpress dan kilat - -- wordpress disable flash upload plugin wordpress menonaktifkan upload flash plugin - -- wordpress flash uploader http error wordpress flash uploader http kesalahan - -- wordpress upload plugin upload wordpress plugin - -- video uploader upload video - -- wordpress image uploader plugin wordpress plugin upload foto - --