Recent content by seph

  1. S

    XF 1.5 Intermittent undefined indexes

    Turns out it's definitely memcached. The returned array is array ( 'stats_handler_class' => 'XenForo_StatsHandler_Attachment', 'phrase_cache' => array ( ), ) Also turns out the memcached instance was being restarted instead of issued a flush_all and this is when it happens. So not a...
  2. S

    XF 1.5 Intermittent undefined indexes

    I've added some logging of the array when the index is undefined so I will check that first when it happens again. Would rather have a fix than not use a cache.
  3. S

    XF 1.5 Intermittent undefined indexes

    Running PHP 5.6.14 with the new Opcode cache enabled but no APC. Memcached is configured as a cache, including for sessions.
  4. S

    XF 1.5 Intermittent undefined indexes

    Hey, I have a newly converted forum that's facing an issue of intermittent undefined index errors related to styles and languages. It will persist for a few minutes and then disappear for hours. I'm looking for ideas on what might cause this. Version: 1.5.2 Background: Forum converted over...
Top Bottom