Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
このエラーは、アップロード中に WordPress で発生します。私のホスティング OS は Windows です。
これに近いエラーが発生します。
Could not upload the file ... \a\b\c\wp-content/uploads/2011/01
問題が何であるか知っていますか?WordPress でディレクトリ区切り文字を変更するにはどうすればよいですか? (これが解決策である場合は?)
PHP では、define('DS', DIRECTORY_SEPARATOR); を実行できます。そして、リンクが連結されている場合はいつでも、Windows サーバーと Linux サーバーの両方で動作するように DS を真ん中に配置する必要があります。