Disable WordPress 2.5 Flash Image/Video/Media Uploader with Pluginワードプレス2.5を無効にフラッシュ画像/ビデオ/メディアアップローダプラグインで

WordPress 2.5ワードプレス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. )アップローダは、複数のファイルには、ギャラリーに一時間とアップロード進捗状況を示すバーでのアップロードをサポートしていますはAdobe Flash技術を内蔵(画像、ビデオ、およびファイルを含む、新しいメディアを備えています。 Unfortunately, the media uploader has numerous残念ながら、数多くのメディアをアップロードしている bugs and problemsバグや問題点 , which basically make the Flash uploader not working, or not successfully uploading the files.これは、基本的にファイルのアップロードは、 Flashアップローダが正常に動作していない、または及ばないようにする。

There are a few symptoms for the broken Flash uploader error.また、壊れたフラッシュアップローダのエラーのためのいくつかの症状があります。 For example, blogger can adds the files to upload, but nothing happen or progress to upload the selected files.例えば、ブロガーをアップロードするファイルを追加することができますが、何も起こらないか、選択したファイルのアップロードに進行する。 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.場合によっては、アップロードプロセスを"処理する"が、管理後に動作を停止、またはHTTPエラー、またはも悪くも、フリーズやクラッシュのブラウザで応答していないことになる。 Other reported problems including the the add media buttons disappearing or not showing up.は、ボタンや消滅を追加するなど他のメディアが表示されない問題を報告した。

WordPress Support hasワードプレスサポートしている listed上場 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.いくつかの手順をチェックして、起こり得る問題点を修正はユーザーがアップロードできる原因は、写真、画像、動画、音楽、ワードプレス2.5の他のメディアファイルです。 If the Flash based media uploader does not work after whatever effort, workaround and solution been done, including some Flashベースのメディアの場合はどのような努力をアップローダは、回避策、およびソリューションの後に動作しない場合は、一部を含む行われ bugバグ 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.は、プラグインを無効に相反するなど、 mod_securityは、エラーや問題を解決しようとするバイパスは、無効(またはそれ以降の再有効)アップローダを強制的には、 Flashのプラグインです。

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).ワードプレス(のみアップローダのバージョン2.5.xと、節目のバージョン2.6での変更を実装する設定されているフラッシュ)を追加するには、 Flashメディアのアップローダを介して無効にするプラグインを有効にするには、フィルタをしている。 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).アップロードされるので、 \ WPを採用、管理者の編集を行うには\が含まれています\ media.php直接またはローカルサーバーにログインしてお好みのテキストエディタを使用してファイル(ファイルの置き換えを上書きして元のmedia.php ) 。 Change the following code at around line 765 to 770.で、次のコードを770に変更765行前後。

Before:前:
$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;
( $ _SERVER // 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;
' ] ) 、 '
// 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:後:
$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;
$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次に、ダウンロード no-flash-uploader.phpノーフラッシュuploader.php , and upload the PHP file to \wp-content\plugins\ directory, and activate the plugin via WordPress administration page. 、 \ WPを採用したコンテンツ\プラグイン\ディレクトリは、 PHPファイルをアップロードするとワードプレス管理ページを経由してプラグインを有効にします。 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.アップローダを無効にするには、 Flashメディアの活性化の後、アップローダは、もはや、それも高度な機能が無効になってすべてのFlash技術を利用するだろう。

IMPORTANT : You're reading a machine translated page which is provided "as is" without warranty. 重要 :あなたはマシンとして"保証なしにされている"提供されているページを翻訳読んでいる。 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.人間の翻訳とは違って、機械翻訳は、不正確なため、多くの場合、低品質のテキストは、誤解を招くと理解を生産、文法、意味論、構文、自然言語のイディオムを理解していません。 Thus, please refer toしたがって、下記を参照してください original English articleオリジナルの英語の記事 when in doubt.疑わしきは。



11 Responses to “Disable WordPress 2.5 Flash Image/Video/Media Uploader with Plugin” 11レスポンスを"無効にワードプレス2.5のフラッシュ画像/ビデオ/メディアアップローダプラグイン"

  1. Fix WordPress 2.5 Image or Media Flash Uploader Not Working Issue in IE7 » Tip and Trick修正ワードプレス2.5のイメージやメディアのフラッシュアップローダのInternet Explorer 7を»ヒントとトリックではない作業の問題
    April 3rd, 2008 11:18 2008年4月3日11:18
    1

    [...] If using the Flash uploader is too much trouble, disable the Flash media uploader with this plugin. [...]過ぎる場合は、 Flashアップローダを使用して問題は、このプラグインを無効には、 Flashメディアのアップローダです。 [...]

  2. Tambayan.ph » Fix the media uploader when using IE7 on the latest WordPress 2.5 Tambayan.ph »フィックスは、メディアのアップローダは、最新のワードプレス2.5にInternet Explorer 7を使用
    April 4th, 2008 12:03 2007年4月、第4回2008年12:03
    2

    [...] an alternative you can just disable the media uploader and revert to the old one via a plugin. [...]するだけのメディアアップローダの代替を無効にして、プラグインを経由して古いものに戻す。 Or just use Firefox and wait for WordPress [...]またはFirefoxを使用して、そして、ワードプレスを待つだけ[...]

  3. Disable WordPress 2.5 Flash Image/Video/Media Uploader with Plugin (Excerpt) » My Digital Lifeワードプレス2.5を無効にフラッシュ画像/ビデオ/メディアアップローダプラグイン(抜粋) »私のデジタルライフを
    April 17th, 2008 10:55 4月17日、 2008年10:55
    3

    [...] reading Disable WordPress 2.5 Flash Image/Video/Media Uploader with Plugin at Tip and [...] [...]読書を無効にワードプレス2.5のフラッシュ画像/ビデオ/メディアアップローダプラグインをヒントに、 [...]

  4. warriorfr
    April 20th, 2008 00:49 2007年4月、第20回2008年00:49
    4

    Thank you very much !本当にありがとうございます!
    Now I can send files, but I still get the same error message I have with IE7.今はファイルを送ることができますが、私はまだ私としているInternet Explorer 7を、同じエラーメッセージが表示される。
    However even with this error, the upload works.しかし、このエラーでは、アップロード機能します。

  5. admin管理
    April 20th, 2008 00:52 2007年4月、第20回2008年00:52
    5

    What error message you have?エラーメッセージは何ですか?

  6. sageセージ
    April 21st, 2008 14:04 2008年4月21日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私はすべての命令のfolowedしていると私はまだ( ) / home2/newyorka/public_html/wp-admin/includes/image.phpライン173上でこのエラー:致命的なエラー:未定義の関数をコールwp_constrain_dimensionsになっている

    I have altered the htaccess to turn of the mod thing and nothing has worked on my Mac (10.5) in safari or FF私は、流行の最先端を行くものを有効にすると何も私のMac ( 10.5 )のSafariやファカルティフェローで働いていたhtaccessを変更している
    Anything else I can do?何をしたらいいですか?
    thanksありがとう

  7. admin管理
    April 21st, 2008 15:11 2008年4月21日15:11
    7

    Have you tried to re-upload wordpress files?ワードプレスの再度アップロードするファイルを試みたことがありますか? Probably some files have corrupted.おそらくいくつかのファイルが破損している。

  8. Upload Problems with Wordpress 2.5 | Batang Yagitアップロードの問題ワードプレス2.5 |バタンYagit
    May 10th, 2008 16:21 5月、第10回2008年16:21
    8

    [...] to a blog post I found, “…the media uploader has numerous bugs and problems, which basically make the [...] [...]私がブログの記事は、 " ...数多くのメディアのアップローダのバグや問題は、基本的にする必要がある[...]

  9. Marioマリオ
    June 9th, 2008 18:51 2008年6月9日18:51
    9

    Is it possible to totally remove the media buttons from the Write Post page?それは完全、投稿ページから、メディアのボタンを削除することは可能ですか? I don’t want users to use or even see these things.私はユーザーや使用しても、これらの物事を見る必要はありません。 I also want to remove the text editor buttons too!私はまたもテキストエディタのボタンを削除して欲しい!

  10. sageセージ
    June 9th, 2008 21:28 2008年6月9日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.これはワードプレスの前のバージョンに戻すには簡単だったが、私は別の問題がある(私はまだビデオimbedすることはできません。 。 。 。 。 )私は、ブログのページでは、特定の大きさが、写真のデザインを発見したが、アップローダを置きますには、 'とAltの大きさは、 HTMLが優先さは、プレゼンテーションでは、小規模な形式にすべての写真のサイズを統一。 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.私は文章を終えるとき、私はコードを使って、前に戻ってして、すべての'とAltので、コードからは私が発行する計画は、すべて見られているのを削除している。

  11. Taras Diタラスディ
    October 1st, 2008 23:25 2008年10月1日23:25
    11

    The above instructions do not work for me… the flash uploader still gets called.上記の手順を私には機能しません...フラッシュと呼ばれるアップローダはまだ取得しています。

    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).私は、その時間は、関数は、お客様の指示で編集によって呼び出されますは、コードのデバッグで、ブラウザはすでにバーの[ロードアップロードフォームの表示されている(例:画面が黒くなっている)に気づいた。

    I’ve tried clearing the cache, and I’m using FF3..私はキャッシュをクリアしてみたことがある、と私はFF3を使用している.. any ideas on what could be going wrong?何が間違っている可能性がある上の任意のアイディアですか?

Leave a Replyは、返信のままに

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> これらのタグ :の<a href=""使用することができますtitle=""> <abbr title=""> <acronym title=""> <b>ダウンロード<blockquote cite=""> <cite>の<code> <デル日時= " " >の<em> <i> <q cite=""> <strike> <strong>

Subscribe without commentingチャンネル登録コメントなし


Custom Search

Incoming Search Terms for the Article着信は、文書の検索利用規約

wordpress crunching ワードプレスの処理 - - wordpress disable flash upload フラッシュを無効にアップロードワードプレス - - wordpress flash upload ワードプレスのアップロードフラッシュ - - crunching wordpress ワードプレスの処理 - - wordpress flash uploader ワードプレスのアップローダフラッシュ - - uploader アップローダ - - wordpress Crunching… ばりばりワードプレス... - - wordpress 2.5 flash 2.5フラッシュワードプレス - - no-flash-uploader.php ノーフラッシュuploader.php - - wordpress disable flash uploader 無効フラッシュアップローダワードプレス - - wordpress image upload crunching ワードプレスの画像をアップロード処理 - - wordpress 2.5 crunchingワードプレス2.5ばりばり - - no flash uploader wordpress フラッシュアップローダは、ワードプレス - - wordpress flash image ワードプレスのフラッシュ画像 - - disable flash upload wordpress フラッシュを無効にアップロードワードプレス - - flash image uploader フラッシュ画像をアップローダ - - No Flash Uploader いいえフラッシュアップローダ - - wordpress 2.5 add video ワードプレス2.5のビデオを追加 - - disable flash uploader 無効フラッシュアップローダ - - wordpress media uploader ワードプレスメディアアップローダ - - wordpress crunching http error HTTPエラー処理ワードプレス - - wordpress 2.5 crunching error 2.5処理のエラーワードプレス - - Flash Uploader wordpress フラッシュアップローダワードプレス - - no flash upload plugin フラッシュをアップロードしていないプラグイン - - disable wordpress 2.5 image uploader ワードプレス2.5を無効に画像をアップローダ - - wordpress upload crunchingワードプレスのアップロード処理 - - wordpress upload media アップロードメディアのワードプレス - - wordpress image upload http error ワードプレスの画像をアップロードHTTPエラー - - wordpress upload image crunching 画像アップロードの処理ワードプレス - - wordpress crunching problemワードプレスの処理問題 - - wordpress image crunching ワードプレスの画像処理 - - wordpress 2.5 image crunching problems 2.5画像処理の問題ワードプレス - - wordpress no flash uploader フラッシュアップローダは 、ワードプレス - - crunching http error HTTPエラー処理 - - flash upload wordpress ワードプレスをアップロードフラッシュ - - media uploader wordpress メディアのアップローダワードプレス - - wordpress disable flash upload pluginワードプレスのプラグインを無効にフラッシュをアップロード - - wordpress image upload plugin ワードプレスの画像をアップロードするプラグイン - - wordpress flash uploader http error ワードプレスのアップローダHTTPエラーフラッシュ - - wordpress 2.5 flash uploaderワードプレス2.5のフラッシュアップローダ - - wordpress 2.5 image upload crunching 2.5イメージワードプレスのアップロード処理 - - wordpress 2.5 upload crunchingワードプレス2.5のアップロード処理 - - wordpress 2.5 flash video 2.5フラッシュビデオワードプレス - - wordpress 2.5 disable flash uploaderワードプレス2.5を無効にフラッシュアップローダ - - flash uploader wordpress 2.5 アップローダワードプレス2.5のフラッシュ - - wordpress add media http error メディアHTTPエラーを追加ワードプレス - - video wordpress 2.5 ビデオワードプレス2.5 - - Crunching… wordpress ばりばり...ワードプレス - - wordpress media upload ie7 ワードプレスメディア Internet Explorer 7をアップロード - - crunching error wordpress ワードプレスのエラー処理 - -