开发者 | pierreschmitz |
---|---|
更新时间 | 2015年12月14日 03:22 |
捐献地址: | 去捐款 |
PHP版本: | 3.3.0 及以上 |
WordPress版本: | 4.4 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
xcache.var_size=64M
)./wp-content/
directory. Note that this file needs to be stored directly into your content directory and not under the plugins directory.Plugins
-> Installed Plugins
-> Drop-ins
.You will see this error message when either the xcache module is not loaded or the xcache.var_size
directive is not set in your php.ini. If not configured, this setting defaults to 0 which disables the cache.
This error indicates that you likely have two copies of the object cache installed. Make sure you have put the file object-cache.php into your /wp-content/
directory only. Do not upload it to the /wp-content/plugins
directory or any subdirectory like /wp-content/plugins/xcache
. The XCache Object Cache Backend
is not a regular WordPress plugin but a Drop-in
. Therefore you cannot store it into the plugins
directory.