• 解決済 heppoko

    (@heppoko)


    「Duplicator」というプラグインを使ってテスト環境から引っ越しをしようと思っていたのですが、バックアップデータを取る前の段階でつまづいてしまいました。

    Permissions:Failと表示され、下記のような記述がありました。

    equired Paths
    Fail [~/web/wp_test/]
    Fail [~/web/wp_test/wp-snapshots]
    Fail [~/web/wp_test/wp-snapshots/tmp]

    Permissions can be difficult to resolve on some systems. If the plugin can not read the above paths here are a few things to try. 1) Set the above paths to have permissions of 755 for directories and 644 for files. You can temporarily try 777 however, be sure you don’t leave them this way. 2) Check the owner/group settings for both files and directories. The PHP script owner and the process owner are different. The script owner owns the PHP script but the process owner is the user the script is running as, thus determining its capabilities/privileges in the file system. For more details contact your host or server administrator or visit the ‘Help’ menu under Duplicator for additional online resources.

    パーミッションを変更しろと言うことなのかと思ったのですが、「wp_test」の中に「wp-snapshots」と言うものが見当たらず苦戦しております。

    何かご存じの方いらっしゃいましたらご教授いただけませんでしょうか?
    よろしくお願いいたします。

2件の返信を表示中 - 1 - 2件目 (全2件中)
  • モデレーター のむらけい (Kei Nomura)

    (@mypacecreator)

    そもそもwp_testディレクトリのパーミッションが問題でwp-snapshotsが作れないっていうことかも?

    1) Set the above paths to have permissions of 755 for directories and 644 for files. You can temporarily try 777 however, be sure you don’t leave them this way.

    ってことなので、wp_testのパーミッションを777にして再トライしてみてはどうでしょう。
    (作業が終わったらパーミッションは元に戻しましょう)

    トピック投稿者 heppoko

    (@heppoko)

    mypacecreator様
    お礼が遅くなってしまってすみません。
    パーミッションを777にして試したところ、うまくいきました!
    重ね重ねありがとうございました!

2件の返信を表示中 - 1 - 2件目 (全2件中)
  • トピック「「Duplicator」で「Permissions:Fail」と表示される」には新たに返信することはできません。