安装W3 Total Cache (Version 0.9.2.4)后出现错误,如
Blockquote W3 总缓存错误:正在使用默认设置。配置文件无法读取或不存在。请保存设置以创建文件。
保存设置显示为按钮,但即使单击它也没有任何变化。没有任何反应。它甚至不工作。没有 css,js 正在缩小。
有人可以告诉插件有什么问题吗?
从现有服务器迁移到生产服务器后,我在生产服务器上收到相同的错误“ W3 Total Cache Error: Default settings are in use. The configuration file could not be read or not exist. Please save the settings to create the file ”新服务器。
我注意到位置wp-content/w3tc-config中缺少以下两个文件master.php和master-admin.php
一旦我将这些文件移动到新服务器,错误消息就消失了。
您可能还需要运行以下命令
cp /wp-content/plugins/w3-total-cache/wp-content/advanced-cache.php /wp-content/advanced-cache.php
mkdir /wp-content/cache
chmod 777 /wp-content/cache
mkdir /wp-content/w3tc-config
chmod 777 /wp-content/w3tc-config
您是否尝试过重新安装插件?还是禁用它?
显然我知道我的设置在 5 台服务器上的问题,所以它无法编辑 wp 缓存的配置。现在我需要编辑它的配置并在所有 5 台服务器上同步它