A AnilK Member Feb 10, 2016 #1 Getting these errors since yesterday. Are these related to host? If not, how can I solve them? ErrorException: Fatal Error: XCache: Cannot init - Unknown:0 #0 [internal function]: XenForo_Application::handleFatalError() #1 {main}
Getting these errors since yesterday. Are these related to host? If not, how can I solve them? ErrorException: Fatal Error: XCache: Cannot init - Unknown:0 #0 [internal function]: XenForo_Application::handleFatalError() #1 {main}
P Paul B XenForo moderator Staff member Feb 10, 2016 #2 That's an issue with XCache. You will need to contact your host and ask them to investigate and resolve it. Upvote 0 Downvote
That's an issue with XCache. You will need to contact your host and ask them to investigate and resolve it.
A AnilK Member Feb 11, 2016 #3 Here is screenshots of my xcache settings, is there anything wrong? Upvote 0 Downvote
Mike XenForo developer Staff member Feb 11, 2016 #4 Your variable cache stuff looks odd (100 bytes in total?), but it's hard to say. Ideally, I would suggest making sure you're running the latest PHP (5.6 or 7) and focusing on using Opcache instead of older alternatives. Upvote 0 Downvote
Your variable cache stuff looks odd (100 bytes in total?), but it's hard to say. Ideally, I would suggest making sure you're running the latest PHP (5.6 or 7) and focusing on using Opcache instead of older alternatives.
A AnilK Member Feb 11, 2016 #5 Mike said: Your variable cache stuff looks odd (100 bytes in total?), but it's hard to say. Ideally, I would suggest making sure you're running the latest PHP (5.6 or 7) and focusing on using Opcache instead of older alternatives. Click to expand... Thanks, using PHP Selector to run PHP 5.6 solved my problem! Upvote 0 Downvote
Mike said: Your variable cache stuff looks odd (100 bytes in total?), but it's hard to say. Ideally, I would suggest making sure you're running the latest PHP (5.6 or 7) and focusing on using Opcache instead of older alternatives. Click to expand... Thanks, using PHP Selector to run PHP 5.6 solved my problem!