サポート » インストール » アップロードしたファイル…/wp-content/uploadsに移動できませんでした

  • WordPressでダッシュボード→テーマのインストールで
    ZIPファイルをアップデートをしようと思ったのですが
    「アップロードしたファイル…/wp-content/uploadsに移動できませんでした。」
    とでてしまい、アップロードができません。

    セーフモードの制限のせいかなぁと思い
    「wp-admin」に「.htaccess」も追加したんですができませんでした。

    <files async-upload.php>
    AddHandler application/x-httpd-phpcgi .php
    </files>
    <files upload.php>
    AddHandler application/x-httpd-phpcgi .php
    </files>
    <Files plugin-install.php>
    AddHandler application/x-httpd-phpcgi .php
    </Files>
    <Files update-core.php>
    AddHandler application/x-httpd-phpcgi .php
    </Files>
    <files media-upload.php>
    AddHandler application/x-httpd-phpcgi .php
    </files>

    「wp-content」のパーミッションを「777」に変更してもダメにしてもダメでした。

    PHPを再度確認し、
    ; Safe Mode
    ;
    safe_mode = Off

    ; By default, Safe Mode does a UID compare check when
    ; opening files. If you want to relax this to a GID compare,
    ; then turn on safe_mode_gid.
    safe_mode_gid = Off

    ; When safe_mode is on, UID/GID checks are bypassed when
    ; including files from this directory and its subdirectories.
    ; (directory must also be in include_path or full path must
    ; be used when including)
    safe_mode_include_dir =

    ; When safe_mode is on, only executables located in the safe_mode_exec_dir
    ; will be allowed to be executed via the exec family of functions.
    safe_mode_exec_dir =

    それでも問題はないと思います。

    ぜひ、回答お願いします。

1件の返信を表示中 - 1 - 1件目 (全1件中)
1件の返信を表示中 - 1 - 1件目 (全1件中)
  • トピック「アップロードしたファイル…/wp-content/uploadsに移動できませんでした」には新たに返信することはできません。