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

WordPressで保存先フォルダがすでに存在するエラーを修正する方法

WordPressで’Destination folder already exists’エラーが出ていませんか?

このエラーは通常、テーマやプラグインをサイトにインストールする際に発生しますが、WordPressは同じファイルがすでに以前にインストールされていると考えます。

この投稿では、WordPressの「Destination folder already exists」エラーを修正する方法を紹介します。

 How to Fix Destination Folder Already Exists Error in WordPress

動画チュートリアル

Subscribe to WPBeginner

文章での説明がお好きな方は、そのまま読み進めてください。

WordPressで宛先フォルダがすでに存在するエラーの原因は?

WordPressの’Destination folder already exists’エラーは、プラグインやテーマをインストールしようとしているときに、これらのファイルのフォルダーがすでに存在している場合に発生します。WordPressは次のエラーメッセージとともにインストールをキャンセルします:

開梱…

プラグインのインストール…

保存先フォルダーはすでに存在します。/home/websitename/public_html/wp-content/plugins/plugin-name/。

このプラグインはすでにインストールされています。

Example of the Destination folder already exists error in WordPress

このエラーの原因を突き止めるには、テーマやプラグインのページにアクセスして、WordPressサイトにプラグインやテーマがすでにインストールされているかどうかを確認する必要があります。

すでにインストールされていない場合、2つのことが考えられます。1つは、以前のインストールが失敗し、プラグインまたはテーマのフォルダーが残ってしまったことです。

もしそうなら、WordPressプラグインのアンインストールと WordPressテーマのアンインストールの初心者ガイドをお読みください。

あるいは、以前のインストールが中断され、インストール先のフォルダーが空になっている可能性もあります。

どちらの場合でも、インストールしようとしているテーマやプラグインと同じ名前のフォルダーがあるはずです。このフォルダーがWordPressのインストール完了を妨げているのです。

ということで、WordPressブログやサイトの「保存先フォルダーはすでに存在します」エラーを簡単に修正する方法を見ていきましょう。以下のクイックリンクから、使いたい方法にジャンプできます:

注: このチュートリアルではファイルの削除と置換を扱うので、先に進む前にDuplicatorのようなプラグインでバックアップを作成することを強くお勧めします。こうすることで、エラーが発生した場合に以前のバージョンのサイトにロールバックすることができます。

方法1:現在のフォルダーをアップロードされたファイルで置き換える

インストール先フォルダがすでに存在する」エラーを解決するには、既存のプラグインまたはテーマフォルダを新しいアップロードフォルダに置き換えてみてください。この方法には、インストールしたいプラグインまたはテーマのzipフォルダーが必要です。

WordPressダッシュボードのプラグインまたは外観 ” テーマページに行き、コンピューターからzipフォルダーを手動でアップロードするだけです。

WordPressは、すでにプラグインやテーマがサイトにインストールされていることを伝え、置き換えるかどうかを尋ねます。

Clicking the Replace current with uploaded button in WordPress

現在のものをアップロードしたものに置き換える」をクリックするだけです。これで新しいテーマやプラグインのインストールは成功するはずです。

方法2:プラグイン/テーマのフォルダーを削除し、再インストールする。

アップロードされたフォルダーで現在のフォルダーを置き換える」機能が利用できない、または機能しない場合は、既存のフォルダーを手動で削除することができます。

まず、FileZillaやcPanelファイルマネージャーなどのFTPクライアントを使用してWordPressサイトに接続する必要があります。

接続したら、/wp-content/plugins/または/wp-content/themes/フォルダーに移動する必要があります(インストールしようとしていたものによる)。

インストールしようとしていたプラグインやテーマの名前のフォルダーを探し、削除する。

Delete folder

WordPressの管理エリアに戻り、通常通りにプラグインやテーマのインストールをやり直してください。

プロのヒント FTPクライアントやファイルマネージャーにアクセスできない?WP File Managerプラグインを使ってWordPress内にFTPのようなファイルマネージャーを追加してみてください。

WordPressのよくあるエラーを解決する専門家のヒント

WordPressでよくあるエラーはありますか?以下のガイドをご覧ください:

この投稿がWordPressの「Destination folder already exists」エラーの修正方法のお役に立てば幸いです。また、WordPressのブロックエディターでよくある問題のリストや、WordPressのメモリ枯渇エラーを修正するためにPHPのメモリ制限を増やす方法もご覧ください。

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.

情報開示 私たちのコンテンツは読者支援型です。これは、あなたが私たちのリンクの一部をクリックした場合、私たちはコミッションを得ることができることを意味します。 WPBeginnerの資金源 をご覧ください。3$編集プロセスをご覧ください。

アバター

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.

究極のWordPressツールキット

ツールキットへの無料アクセス - すべてのプロフェッショナルが持つべきWordPress関連製品とリソースのコレクション!

Reader Interactions

56件のコメント返信を残す

  1. Vivian

    Hello.

    Thanks for the great post. The solution seems quite straight forward method to use when working on a live site that has a cpanel. How do I apply this method if I am using a Wamp server as my local host for a wordpress site. I had uninstalled a plugin and when I tried to reinstall it I got the error message: Installation failed: Destination folder already exists.

    Please help

    • WPBeginner Support

      For a localhost installation, you should be able to navigate to your site’s folder in your WAMP installation and there you would be able to go to your plugins folder and delete the folder.

      管理者

      • Vivian

        Thank you so much. Your solution worked.

        • WPBeginner Support

          Glad we could help!

  2. Florencia Doy

    Hi, thanks for this quick tutorial. I was wondering if uploading the plugin with a different zip name would also work since then a new folder would be created with another name? I’m not too sure if this is the right way to go about it though, but I’m looking for other options than FTP since I don’t have access to that myself, just to WordPress. If you could clear that up, that’d be great!

    • WPBeginner Support

      We would not recommend using that method as depending on the plugin it could cause problems with its features or if you were able to install it under a second name it would cause errors with duplicate function names.

      管理者

  3. Midas Peng

    Hi
    The Filezilla has connect to the Hosts server. and I can see the dirrectory, but when I want to delete the files. Filezilla show message of “permission denied”. Do I need to do anything on Hosts server to permit the files can be deleted?
    thx for promt reply

    • WPBeginner Support

      We would recommend reaching out to your hosting provider and they should be able to check your permissions for your FTP user.

      管理者

  4. John

    Hey, I just wanted to say thanks for this. It sorted a real issue I have been having for over a year!

    • WPBeginner Support

      Glad our guide could help :)

      管理者

  5. Vighnesh Acharya

    Instad of delete you can also rename for the backup purpose (like woocommerce to woocommerce backup )

    • WPBeginner Support

      That is another option as well but normally if there is an issue with a plugin it would be better to delete the files that are causing the problem.

      管理者

  6. Feli

    Is there a way to fix this without using an FTP client? I’ve never used one before but believe the issue I am having is due to deleting a plug in that I should not have deleted.

    • WPBeginner Support

      Your hosting provider may have a file manager that would work as an FTP that you could use if you reach out to them for assistance.

      管理者

  7. Fallon

    I am a little apprehensive about deleting the Woocommerce folder as I had a bunch of things setup in my Woocommerce shop already-products, etc. Will doing this restore those or will I have to start over? I lost Woocommerce in my plugin list after Wordpress update and now I get this message when trying to install. Thanks.

  8. asif majeed

    I had a problem with my website
    after using this method, now it is fine.
    thanks for such a great article.

    • WPBeginner Support

      Glad our guide was helpful :)

      管理者

  9. shibaprasad

    thank you very much. this article solves my problem. thankyou again

    • WPBeginner Support

      You’re welcome, glad our article was helpful :)

      管理者

  10. Ubaid

    I do as you said, but my woocommerce plugin not installing.. same as beft

    • WPBeginner Support

      If you are still receiving the error, we would recommend reaching out to your hosting provider and they should be able to assist.

      管理者

  11. Ashish Gupta

    Thank you so much for this post, i am solve this issues facing few days,,

    • WPBeginner Support

      Glad we were able to help :)

      管理者

  12. skip Cross

    Wow! Great Help

    • WPBeginner Support

      Thank you, glad you liked our article :)

      管理者

  13. Tricia R

    Thanks so much for posting this. This fixed my problem!!

    • WPBeginner Support

      Glad our article was helpful :)

      管理者

  14. adam h

    Thank you so much for this simple solution!

    • WPBeginner Support

      You’re welcome :)

      管理者

  15. Marlene

    Thank you for your article. Saved me hours of troubleshooting! :)

    • WPBeginner Support

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

      管理者

  16. Lohith jayashancar

    Thank you for helping. Jetpack plugin was unable to install with your help i downloaded filezilla in PC and solved the issue.

    • WPBeginner Support

      Glad our article could help :)

      管理者

  17. Dimitris Mar

    I use an older version of WPBakery plugin on my site. The updated version of it is included in my template that I use. What can I do? I tried to upload it but I did not make it.

    Can I delete the old version via FTP method and upload I again? Any risk of losing my current settings on the front-end of my site?

    • WPBeginner Support

      While normally that shouldn’t be an issue, you would want to reach out to WPBakery for if you can safely do that with their settings.

      管理者

  18. Steve

    Thank you, Thank you.
    A really clear explanation with helpful links, that solved the problem with no fuss.

    • WPBeginner Support

      Glad our article could help :)

      管理者

  19. Tameka M

    This was a very helpful video! Solved my problem in less than 10 minutes. Thanks so much! My Jetpack plugin is working again!

    • WPBeginner Support

      Glad our video could help :)

      管理者

  20. Armando

    Thank you. Problem solved!!

    • WPBeginner Support

      Glad our article could help fix the problem :)

      管理者

  21. Ellie

    The credentials are correct yet i still cant connect!

  22. Vivek

    this works i have deleted the folder through FTp and reinstalled visual composer plugin and it worked

    thanks
    vivek

  23. Chris

    I am installing a DIFFERENT plugin that uses the same folder name (I guess) so there’s no real solution…? They are both ‘accordions’ and it seems crazy WordPress struggles with this at all.

  24. Jessica

    I received this error message when trying to update a plugin (Modern Events Calendar) to its newer version because an auto-update option is not available.

    If did this manually through the cpanel and deleted the old folder, would I lose my existing content?

    Thanks!

      • Ricky Spanish

        To be on the safe side, you can rename the existing plugin folder. I usually just add an underscore and the word “old” (_old) to the end of the directory name. Run the new install and test to see if it’s working. If it doesn’t work properly you can just delete it and then go back and change the name of the original folder to its original name. If it does work properly I leave the old folder there for a month or so just to be on the safe side.

  25. Nadine

    Thank you! Thank you! Thank you! This fix is exactly what I needed.

  26. Elsa

    This only works for wordpress.org sites. Do you have a solution for wordpress.com site where FTP and cPanel are not available?

  27. Beth

    What an amazing post! I have been waiting for support from my plugin provider for 3 days!!!!! And when speaking to my hosting provider this morning they suggested I Google the error, saying that it was quite common. And you guys came through once again, providing simple and to the point guidance. I’m new to Wordpress and appreciate what you do so much.

  28. Vikas Yadav

    Thanks for the solution!

  29. Dylan

    Great post. Helped me solve a problem.

  30. Randal Byrd

    I’ve deleted the offending folder both through FTP, and through my provider’s back end file manager.

    I STILL get the error. I’m stumped.

返信を残す

コメントありがとうございます。すべてのコメントは私たちのコメントポリシーに従ってモデレートされ、あなたのメールアドレスが公開されることはありませんのでご留意ください。名前欄にキーワードを使用しないでください。個人的で有意義な会話をしましょう。