wordpress:W3TotalCacheでFTP credentials…エラーの原因

Published on:
Last updated:

This post is also available in: 日本語 (Japanese)

原因は、wp-config.php への書き込み権限(パーミッション)がなくて、プラグインが自動で書き込めないよって事です。
例えば、さくらのレンタルサーバーを使っている場合には以下のようなエラー文になります。

FTP credentials don't allow to write to file /home/さくらアカウント/www/wp-config.php
W3 Total Cache Error: Files and directories could not be automatically created to complete the installation.

wp-config.php への書き込む権限(パーミッション)を変更したりして解決しても良いですし、wp-config.php に手動で以下のコードを追加しても解決することができます。(と、エラーの文面に説明があります。)

/** Enable W3 Total Cache */
define('WP_CACHE', true); // Added by W3 Total Cache

About
Kuniyoshi Takemoto is the founder of Amelt.net LLC, and editor of this blog(www.amelt.net).Learn more and follow me on LinkedIn.