XF 1.4 Memcache failed with: Failed reading line from stream (0)

giorgino

Well-known member
Every day I have a rid of these in error_log

Code:
ErrorException: Memcache::get(): Server localhost (tcp 11211) failed with: Failed reading line from stream (0) - library/Zend/Cache/Backend/Memcached.php:180
Generato Da: Account Sconosciuto, Oggi alle 00:43
Code:
#0 [internal function]: XenForo_Application::handlePhpError(8, 'Memcache::get()...', '/home/propit/pu...', 180, Array)
#1 /home/propit/public_html/library/Zend/Cache/Backend/Memcached.php(180): Memcache->get('prop_xfdata_opt...')
#2 /home/propit/public_html/library/Zend/Cache/Core.php(303): Zend_Cache_Backend_Memcached->load('prop_xfdata_opt...', false)
#3 /home/propit/public_html/library/XenForo/Model/DataRegistry.php(87): Zend_Cache_Core->load('data_options')
#4 /home/propit/public_html/library/XenForo/Dependencies/Abstract.php(147): XenForo_Model_DataRegistry->getMulti(Array)
#5 /home/propit/public_html/library/XenForo/FrontController.php(127): XenForo_Dependencies_Abstract->preLoadData()
#6 /home/propit/public_html/index.php(13): XenForo_FrontController->run()
#7 {main}
Code:
array(3) {
  ["url"] => string(66) "https://www.propit.it/threads/rifacimento-terrazzo.27544/?_debug=1"
  ["_GET"] => array(1) {
    ["_debug"] => string(1) "1"
  }
  ["_POST"] => array(0) {
  }
}

What's wrong?
 
Top Bottom