Warning: xcache_isset(): XCache var cache was not initialized properly

版权声明:如非本人授权,请勿转载 https://blog.csdn.net/gianttj/article/details/84878047
You may be noticed the following error ( XCache var cache was not initialized properly ) on your WordPress domain’s error log.

You can fix this issue by changing the value of directive “xcache.var_size” to 100M on your php.inifile.

vi /usr/local/lib/php.ini

and change the mentioned directive value to 100M

[ xcache ]
xcache.var_size="100M"

and restart Apache service.

/etc/init.d/httpd restart

猜你喜欢

转载自blog.csdn.net/gianttj/article/details/84878047