XF 1.4 Server Error Logs

AnilK

Member
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}
Ekran Alıntısı.webp
 
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.
 
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.
Thanks, using PHP Selector to run PHP 5.6 solved my problem!
 
Top Bottom