Moved this from another thread... (Post by Tracy Perry)
The biggest problem I'm having is I cannot get xCache to initialize to work with the forum (xenForo). I've got memcache up and running but no matter what parameters I use for xCache I get an error in my xenForo log.
Code:
ErrorException: Fatal Error: XCache: Cannot init - Unknown:0
Generated By: Tracy, A moment ago
Stack Trace
#0 [internal function]: XenForo_Application::handleFatalError()
#1 {main}
Request State
array(3) {
["url"] => string(46) "http://twowheeldemon.com/forums/277/save-draft"
["_GET"] => array(0) {
}
["_POST"] => array(13) {
["prefix_id"] => string(1) "0"
["title"] => string(15) "Forum home look"
["message_html"] => string(111) "<p>Do you like the new forum home look?</p><p>To crowded or should it go back to the old line by line list?</p>"
["_xfRelativeResolver"] => string(49) "http://twowheeldemon.com/forums/277/create-thread"
["attachment_hash"] => string(32) "bf54faccfe08faf3b4d3f2e34d46d0ba"
["watch_thread_state"] => string(1) "1"
["discussion_open"] => string(1) "1"
["_set"] => array(2) {
["discussion_open"] => string(1) "1"
["sticky"] => string(1) "1"
}
["poll"] => array(3) {
["question"] => string(17) "Keep the new look"
["responses"] => array(3) {
[0] => string(3) "Yes"
[1] => string(2) "No"
[2] => string(20) "Doesn't matter to me"
}
["public_votes"] => string(1) "1"
}
The biggest problem I'm having is I cannot get xCache to initialize to work with the forum (xenForo). I've got memcache up and running but no matter what parameters I use for xCache I get an error in my xenForo log.
Code:
ErrorException: Fatal Error: XCache: Cannot init - Unknown:0
Generated By: Tracy, A moment ago
Stack Trace
#0 [internal function]: XenForo_Application::handleFatalError()
#1 {main}
Request State
array(3) {
["url"] => string(46) "http://twowheeldemon.com/forums/277/save-draft"
["_GET"] => array(0) {
}
["_POST"] => array(13) {
["prefix_id"] => string(1) "0"
["title"] => string(15) "Forum home look"
["message_html"] => string(111) "<p>Do you like the new forum home look?</p><p>To crowded or should it go back to the old line by line list?</p>"
["_xfRelativeResolver"] => string(49) "http://twowheeldemon.com/forums/277/create-thread"
["attachment_hash"] => string(32) "bf54faccfe08faf3b4d3f2e34d46d0ba"
["watch_thread_state"] => string(1) "1"
["discussion_open"] => string(1) "1"
["_set"] => array(2) {
["discussion_open"] => string(1) "1"
["sticky"] => string(1) "1"
}
["poll"] => array(3) {
["question"] => string(17) "Keep the new look"
["responses"] => array(3) {
[0] => string(3) "Yes"
[1] => string(2) "No"
[2] => string(20) "Doesn't matter to me"
}
["public_votes"] => string(1) "1"
}