XF 1.3 xcache issue

jauburn

Well-known member
I invariably get one or a few of these types of errors every few days in the error log:

ErrorException: Fatal Error: XCache: Cannot init - Unknown:0
Generated By: <user>, Friday at 3:23 PM

Stack Trace
#0 [internal function]: XenForo_Application::handleFatalError()
#1 {main}

Request State
array(3) {
["url"] => string(50) "http://poetrycircle.com/forum/index.php?liveupdate"
["_GET"] => array(1) {
["liveupdate"] => string(0) ""
}
["_POST"] => array(4) {
["_xfRequestUri"] => string(7) "/forum/"
["_xfNoRedirect"] => string(1) "1"
["_xfToken"] => string(8) "********"
["_xfResponseType"] => string(4) "json"
}
}

Any idea of what could be causing these intermittent errors? Thanks.
 
XCache is a PHP opcode cache. The error message names that extension so that is where the problem is.

Since the error is infrequent I am guessing the cache is running out of space or is otherwise not healthy. If you manage your own server then you need to check the state of XCache and possibly adjust its settings. Otherwise contact your host or server person about this.
 
XCache is a PHP opcode cache. The error message names that extension so that is where the problem is.

Since the error is infrequent I am guessing the cache is running out of space or is otherwise not healthy. If you manage your own server then you need to check the state of XCache and possibly adjust its settings. Otherwise contact your host or server person about this.

Thanks, Jake.
 
Top Bottom