Trusted WordPress tutorials, when you need them most.
Beginner’s Guide to WordPress
WPB Cup
25 Million+
Websites using our plugins
16+
Years of WordPress experience
3000+
WordPress tutorials
by experts

WordPressのHTTP画像アップロードエラーを修正する方法

私たちはコンテンツ制作の一環として、毎日たくさんの画像をWordPressにアップロードしています。しかし時々、HTTP画像アップロードエラーのようなエラーに出くわすことがあります。

私たちは、特にコンテンツ制作の最中に、それがどれほどイライラさせるものかを知っています。ワークフローが止まってしまい、何がいけなかったのかと考え込んでしまいます。

この包括的なガイドでは、WordPressの画像アップロードの問題を簡単に解決する方法をご紹介します。

How to fix http error when uploading images in WordPress

WordPressでメディアアップロード中にHTTPエラーが発生する原因は?

WordPressのメディアアップローダーを使用してWordPressウェブサイトに画像をアップロードしようとすると、多くのことがHTTPエラーにつながる可能性があります。

基本的に、WordPressは原因を突き止めることができず、そのために一般的な「HTTPエラー」メッセージが表示される。

HTTP Error

このWordPressアップロードHTTPエラーのもどかしい点は、何が原因なのか手がかりを与えてくれないことです。つまり、原因を見つけてエラーを修正するために、さまざまな解決策を試さなければならないのです。

それでは、WordPressでメディアをアップロードする際に発生するHTTPエラーのトラブルシューティングと修正方法を見ていきましょう。以下のリンクから、エラーを修正する方法を自由に選択してください:

画像アップロードの問題を自分で解決する時間がない?WPBeginnerプロサービスがお手伝いします!WPBeginnerの緊急WordPressサポートサービスを利用すれば、画像の問題の解決、プラグインやテーマのエラーの解決、WordPressデータベースの最適化など、さまざまな作業を専門家に依頼することができます。WordPressサポートサービスを今すぐご予約ください!

1.画像をもう一度アップロードする。

まず、数分待ってから、WordPressサイトに画像ファイルを再度アップロードしてみてください。このエラーは、異常なトラフィックやサーバーリソースの低下によって発生することがありますが、ほとんどのWordPressホスティングサービスでは自動的に修正されます。

それでもうまくいかない場合は、以下のうち1つ以上を試してみるといいだろう:

これらの手順を踏んでもWordPressの画像アップロードエラーが発生する場合は、一時的な不具合によるものではなく、早急に対処する必要があります。

2.すべてのプラグインと現在のテーマを停止する。

WordPressのプラグインを新規インストールしたばかりの場合、他のプラグインとの互換性がなく、画像のアップロードプロセスが中断される可能性があります。この場合、WordPressのプラグインをすべて無効化してください。

WordPressプラグインを無効化するとHTTPエラーが消える場合、そのプラグインがHTTPアップロードイメージエラーの原因である可能性があります。別のプラグインをインストールするか、開発者に連絡してサポートを受けてください。

詳しくは、WordPressプラグインをすべて簡単に無効化する方法とWordPressダッシュボードにアクセスできないときにプラグインを無効化する方法のガイドをご覧ください。

Bulk deactivate all WordPress plugins

同様に、テーマのコンフリクトが画像のアップロードプロセスを妨害することもあります。テーマには、WordPressがメディアアップローダーを処理する方法を妨害するような機能が含まれていることがあります。

幸いなことに、テーマの衝突を特定するのは比較的簡単です。一時的にデフォルトのWordPressテーマに切り替えることができます。詳しくは、WordPressテーマを適切に変更する方法をご覧ください。

Activating a default WordPress theme

デフォルトテーマを有効化したら、もう一度画像をアップロードしてみてください。エラーが消えた場合は、現在のテーマに問題がある可能性が高いです。この場合、テーマの更新が可能かどうかを確認することができます。多くの場合、更新によって互換性の問題やバグが修正されます。

あるいは、テーマ開発者にサポートを求めることもできます。パッチを提供してくれるかもしれませんし、競合を解決するためのガイダンスを提供してくれるかもしれません。

3.PHPのメモリ制限を増やす

WordPressはPHPプログラミング言語で書かれています。さらに、異なるPHPプロセスに割り当てられるメモリの量は、Webホスティングサーバーによって決定されます。

画像のアップロードにPHPメモリが必要な場合、WordPressでHTTP画像アップロードエラーが表示されることがあります。

これを解決するには、PHPがサーバー上で使用できるメモリを増やす必要があります。

まず、FTPクライアントまたはウェブホスティングダッシュボードのファイルマネージャーアプリを使用して、サイトのファイルにアクセスする必要があります。次に、ルートディレクトリに移動し、wp-config.phpファイルを見つけます。

Edit wp-config file

その後、テキストエディターを使ってwp-config.phpファイルを編集し、以下の行を追加する必要があります:

define( 'WP_MEMORY_LIMIT', '256M' );

このコードはWordPressのメモリ制限を256MBに増やし、メモリ制限の問題を解決するのに十分だろう。

最後に、ファイルを保存してサーバーにアップロードしなければならない。

さらに詳しく知りたい方は、WordPressのPHPメモリ制限を増やす方法のステップバイステップガイドをご覧ください。

4.イメージエディタライブラリを Imagick から GD ライブラリに変更する。

WordPressはPHPで動作し、画像を扱うために2つのモジュールを使用します。これらのモジュールはGDライブラリとImagickと呼ばれます。WordPressは、利用可能なモジュールによってどちらかを使用します。

しかし、Imagely はメモリの問題にしばしば遭遇し、画像のアップロード中に HTTP エラーが発生します。これを解決するには、GD ライブラリを画像エディタの初期設定にします。

WordPressテーマのfunctions.phpファイルにこのコードを追加するか、WPCode(推奨)を使用するだけで実行できます:

function wpb_image_editor_default_to_gd( $editors ) {
	$gd_editor = 'WP_Image_Editor_GD';
	$editors = array_diff( $editors, array( $gd_editor ) );
	array_unshift( $editors, $gd_editor );
	return $editors;
}
add_filter( 'wp_image_editors', 'wpb_image_editor_default_to_gd' );

詳しくは、WordPressでカスタマイザーコードを追加する方法をご覧ください。

このコードを追加した後、メディアアップローダーを使用してファイルのアップロードを再試行できます。それでも問題が解決しない場合は、このコードを削除して、この投稿に記載されている他の方法を試してください。

5..htaccessを編集してImagickを制限する

この方式では、Imagick がサーバーリソースをどのように使用するかをコントロールできます。多くの共有ホスティングサービスでは、画像処理を高速化するために Imagick が複数のスレッドを使用することを制限しています。しかしその結果、画像をアップロードする際に HTTP エラーが発生することになります。

簡単な方法は、.htaccessファイルに以下のコードを追加することです:

SetEnv MAGICK_THREAD_LIMIT 1

このコードは、Imagick が画像処理に使用するスレッドを個別に制限するだけです。

6.PHPのバージョンを更新する

WordPressサイトが古いバージョンのPHPを使用している場合、HTTP画像アップロードエラーが発生する可能性があります。新しいバージョンのPHPはパフォーマンスが向上しており、一般的にメモリ使用量が少ないからです。

幸いなことに、PHPのバージョンをチェックして更新するのは簡単です。詳しくは、WordPressでPHPのバージョンを更新する方法についての初心者向けガイドをご覧ください。

7.ファイルとフォルダのアクセス許可を確認する

WordPress が正しく機能するためには、特定のファイルやフォルダーの権限に依存しています。権限が正しくない場合、WordPressがファイルにアクセスしたり変更したりできなくなり、アップロードエラーにつながる可能性があります。

例えば、アップロードディレクトリに適切な書き込み権限がない場合、WordPressはアップロードした画像を保存できません。

正しいファイルパーミッションを確認するには、WordPressのファイルとフォルダのパーミッションエラーを修正する方法をご覧ください。

8.デバッグモードを有効にする

PHPの根本的なエラーがHTTP画像アップロードエラーとして現れることがあり、トラブルシューティングを困難にしています。

WordPressの設定でデバッグモードを有効化すると、デバッグログにPHPエラーが表示され、アップロードの問題の根本的な原因に関する貴重な手がかりが得られます。

WP_DEBUGモードを有効にする方法については、WordPressのデバッグモードを有効にする方法の投稿を参照してください。このガイドでは、必要なコードを wp-config.php ファイルに追加する手順を順を追って説明します。

9.ホスティングリソースをチェックする

お客様のサイトがストレージ容量に達した場合、またはサーバーリソースに制限が発生した場合、アップロードエラーが発生する可能性があります。たとえば、ディスク容量が不足していると、WordPress が画像のアップロードに必要な新しいファイルやフォルダーを作成できないことがあります。

ほとんどのウェブホスティングプロバイダーは、ディスク容量を含むウェブサイトのリソース使用量を表示できるコントロールパネルを提供しています。表示されない場合は、ホスティングプロバイダーのサポートチームにお問い合わせください。

ストレージの上限が近づいている場合は、リソースの最適化を検討してください。例えば、大きな画像ファイルはストレージを大量に消費します。アップロードする前に画像を最適化してファイルサイズを小さくすることができます。

リソースの最適化だけでは不十分な場合は、より多くのストレージ容量を持つホスティングプランへのアップグレードを検討してください。これにより、サイトのファイルに必要な容量が追加されます。

あなたは寛大なストレージ容量を持つ信頼性の高いWordPressホスティングサービスプロバイダを探しているなら、Bluehostは人気のオプションです。彼らはさまざまなサイトのニーズに合わせて様々なプランを提供しています。

Bluehost website

この記事がWordPressのHTTP画像アップロードエラーの修正に役立てば幸いです。また、WordPressのよくあるエラーとその対処法、ブロックエディタのよくある問題の究極のリストもご覧ください。

If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Facebook.

Disclosure: Our content is reader-supported. This means if you click on some of our links, then we may earn a commission. See how WPBeginner is funded, why it matters, and how you can support us. Here's our editorial process.

アバター

Editorial Staff at WPBeginner is a team of WordPress experts led by Syed Balkhi with over 16 years of experience in WordPress, Web Hosting, eCommerce, SEO, and Marketing. Started in 2009, WPBeginner is now the largest free WordPress resource site in the industry and is often referred to as the Wikipedia for WordPress.

The Ultimate WordPress Toolkit

Get FREE access to our toolkit - a collection of WordPress related products and resources that every professional should have!

Reader Interactions

174件のコメントLeave a Reply

  1. Greg Zelt

    FANTASTIC!!! Every other search I did yielded nothing.

    Godaddy hosting with wordpress installed. Killing imagick did the trick. My lightroom plugin is functioning like a trooper now.

    Thank you so much, just had to share with you.

    • WPBeginner Support

      Glad our guide was able to help :)

      Admin

  2. Felix

    Solution #3 works for me like a charm!

    • WPBeginner Support

      Glad our recommendation worked for you :)

      Admin

  3. George

    Hi,
    I started having this HTTP uploading error for images that are larger than 600x900px . The size in KB doesn’t matter – 100KB or 300KB – they are uploading just fine if they are less then 600×900.

    I have tried all the methods you described without success.

    Do you think that changing the theme can help?

    • WPBeginner Support

      You would first want to reach out to your hosting provider to ensure you are not running into a safety measure from their end that would cause the error.

      Admin

      • George

        Thanks!
        I called them before posting my question – they told me to contact WP support. To me, it also looks like they installed something on their server but are not willing to admit it.
        I’ll call again.

  4. fred david

    #3 worked for me too

    • WPBeginner Support

      Glad our recommendation worked for you :)

      Admin

  5. Baskar

    The Option No.3 is giving perfect result. Thanks Bro !

    • WPBeginner Support

      Glad our recommendation was helpful :)

      Admin

  6. Monique

    Instruction #3 worked for me. Thank you a bunch for this helpful documentation :)

    • WPBeginner Support

      You’re welcome, glad our guide could help :)

      Admin

  7. edsbali

    Solution number 3 worked for me :)

    • WPBeginner Support

      Glad our recommendation was able to help :)

      Admin

  8. DAMIAN

    The functions.php method worked for me. I’ve been trying to fix that for months! You saved me a lot of time. Thank you!!!

    • WPBeginner Support

      Glad our article could help :)

      Admin

  9. Almudena

    I have tried all the methods and none worked.

    • WPBeginner Support

      You would likely need to reach out to your hosting provider and they should be able to help solve the issue

      Admin

  10. Stu

    The functions.php method worked for me. Thank you for solving a months old problem!

    • WPBeginner Support

      Glad our recommendation could help you solve the issue :)

      Admin

  11. Ken Chan

    Thank you!! This was driving me crazy! #2 didn’t work but #4 did.

    • WPBeginner Support

      Glad our recommendation could help :)

      Admin

  12. Joe

    Solution #3 work like a charm! <3

    • WPBeginner Support

      Glad our guide could help :)

      Admin

  13. AG

    Tried all the above and no luck. My issue is only mp3 files, I get the http error. Contacted my hosting provider and they could find nothing wrong. Images upload fine. What am I missing?

    • WPBeginner Support

      For MP3 files you may need to increase the memory limit to 512 in case it is due to how large the files are

      Admin

  14. Stacey

    Number 3 worked for me! Thank-you so much, that was so frustrating before. You’re site is always so helpful :)

    • WPBeginner Support

      Glad our guide could be helpful :)

      Admin

  15. Mark R

    Thank you so much, I went through all four steps but nothing worked. I went back to step 1 and increased it from 256mb to 512mb which solved the problem.

    • WPBeginner Support

      Glad our guide could help be a part of the solution and you were able to get it resolved :)

      Admin

  16. KKervin

    Option #3 worked for me to resolve the HTTP error.

    I installed the code snippets plugin and copied the code from here. It worked perfectly the first attempt.

    Thank you!

    • WPBeginner Support

      Glad our guide could help you :)

      Admin

  17. yoeri

    Also just check the name of your image you want to upload.
    Make it simple as this has done the trick for me on multiple occasions.

    • WPBeginner Support

      Thanks for sharing what worked for you :)

      Admin

    • Lee

      @Yoeri – Thank you, for me it was just the image name as you suggested, I simplified the name, (it had spaces)

  18. mohad ali

    can cloudflare cause this problem?????????????

    • WPBeginner Support

      While possible, it is not likely the root of the problem.

      Admin

  19. Apurba

    Thanks. No 3 works for me. great tutorial man

    • WPBeginner Support

      Glad our guide could be helpful :)

      Admin

  20. Honk the Honkler

    The .htaccess addition worked for me:
    SetEnv MAGICK_THREAD_LIMIT 1

    • WPBeginner Support

      Thanks for sharing the solution that worked for you :)

      Admin

  21. Rory

    Another issue can be an apostrophe in the title i.e. dove’s it should be doves.

    • WPBeginner Support

      Thanks for sharing that recommendation to check :)

      Admin

  22. Yatu

    None of the methods is working. Please help!

    • WPBeginner Support

      Have you reached out to your hosting provider to see if there are any errors on their end?

      Admin

  23. Barri

    No 3 worked for me. thanks so much

    • WPBeginner Support

      Glad our guide could help :)

      Admin

  24. Jen Niles

    None worked above and then we realize our dev site needed to change the Home and Site URL in General Settings in WP Admin from http:// to https:// then it worked! :D

    • WPBeginner Support

      Glad you were able to find the cause of the problem for your site :)

      Admin

  25. Brian

    Thank you! #3 worked for me

    • WPBeginner Support

      Glad our recommendation could help :)

      Admin

  26. Lloyd

    great!!! it worked well. Thank you

    • WPBeginner Support

      Glad our guide could help :)

      Admin

  27. Marek

    None of these worked in my case. Mod security was the cause. I had to temporarily disable mod security on my web server.

    • WPBeginner Support

      Thanks for sharing what worked for you if other users run into this problem. For most users, they will need to reach our to their hosting provider for assistance in editing mod security

      Admin

  28. Stephen

    #3 WORKED!!!!! THank you so much for your help!! Stupid go daddy…

    • WPBeginner Support

      Glad our recommendations could help :)

      Admin

  29. JJ

    SOLVED: my pdf files that would not upload into the Word Press media library with HTTP Error had file names with a semi-colon in them. I deleted the semi-colon and it uploaded just fine. Semi-colons are legal characters in Word docs and pdf files, but apparently won’t upload to Word Press for reasons beyond my knowledge. ; ; ; ;

    • WPBeginner Support

      Thanks for sharing that solution for anyone else running into that problem :)

      Admin

  30. Kat C

    You’re a lifesaver! #3 worked on an old Godaddy Legacy server. Thanks so much.

    • WPBeginner Support

      Glad our recommendation was helpful :)

      Admin

  31. namagard

    the third one worked for me. thank you so much. ♥

    • WPBeginner Support

      Glad our recommendations could help :)

      Admin

  32. Mark

    Thank you!!! it worked!!!

    • WPBeginner Support

      Glad our tutorial could help :)

      Admin

  33. Westleboii

    None of these work for me. please help

    • WPBeginner Support

      If none of these methods worked, have you tried reaching out to your hosting provider to see if they can see an error on their end?

      Admin

  34. Renée

    A combined 2 and 3 worked for me, thank you!

    • WPBeginner Support

      Awesome! Glad our solutions could help fix the problem :)

      Admin

  35. PJ

    Setting GD as my preferred upload method worked for me.

    • WPBeginner Support

      Thanks for sharing which solution Worked for you :)

      Admin

  36. Erin

    Method #4 worked for me. It seems my host was limiting the plugins processing power. Thanks for sharing these solutions.

    • WPBeginner Support

      Glad our guide could help :)

      Admin

  37. Brad

    Another common problem for this is that you used an apostrophe in the file name. I just encountered this problem :)

    • WPBeginner Support

      Thanks for sharing what solved the problem for you :)

      Admin

    • sarah

      Thank you! This was the simple fix I needed!

  38. Ruth

    Thanks a lot, it worked!

    • WPBeginner Support

      Glad our tutorial worked for you :)

      Admin

  39. Shane

    Hi,

    Thanks a million for this. Method 3 worked for me.

    • WPBeginner Support

      Glad our article could help :)

      Admin

    • WPBeginner Support

      Thank you :)

      Admin

  40. George R

    I have tried all the methods as mentioned above but none of these worked for me. So I contacted the service provider. They resolve the issue.
    They have refreshed and whitelist another IP for me and it works.
    Hope this may help for you too.

    • WPBeginner Support

      Thanks for sharing what worked for you :)

      Admin

  41. Stuart

    Go into Jetpack and disable the CDN option was how I fixed mine.

    • WPBeginner Support

      Thanks for sharing your solution to this problem :)

      Admin

  42. doun

    i have try all the methods above but still not working with me :(

    • WPBeginner Support

      Have you reached out to your hosting provider to ensure they don’t see any errors on their end?

      Admin

  43. Ashok

    Thanks guys, it worked. Fantastic solution.

    • WPBeginner Support

      You’re welcome, glad our guide could help :)

      Admin

  44. love

    don’t need to follow all step you just need to re-login your website and clear your temp files, that ok

    • WPBeginner Support

      For some people maybe, for others, they do require all of the steps in the article. :)

      Admin

  45. Harsha D

    #3 works perfectly. Thank you wpbeginner team.

    • WPBeginner Support

      Glad our article could help :)

      Admin

  46. Pawel Mansfeld

    OMG, I can’t believe! #3 works perfectly. Thank you for this tutorial!

    • WPBeginner Support

      Glad our article could help :)

      Admin

Leave A Reply

Thanks for choosing to leave a comment. Please keep in mind that all comments are moderated according to our comment policy, and your email address will NOT be published. Please Do NOT use keywords in the name field. Let's have a personal and meaningful conversation.