If memcache is enabled in Configuration->Horde->Caching (tab):
cache-driver = memcache = "Use a distributed Hashtable Server" Then select "Hashtable" as the memorycache.
The system will throw an error in the web interface:
Horde\HashTable\Driver\Memcache::get(): Argument #1 ($key) must be of type string, array given, called in /var/www/horde/vendor/horde/cache/lib/Horde/Cache/Storage/Hashtable.php on line 69
in /var/www/horde/vendor/horde/hashtable/src/Driver/Memcache.php:51
- require_once() /var/www/horde/web/horde/admin/config/index.php:3
- Horde_Themes_Image::tag() /var/www/horde/vendor/horde/horde/admin/config/index.php:157
- SimpleXMLElement->addAttribute() /var/www/horde/vendor/horde/core/lib/Horde/Themes/Image.php:106
- Horde_Themes_Element->__toString()
- Horde_Themes_Image->__get() /var/www/horde/vendor/horde/core/lib/Horde/Themes/Element.php:109
- Horde_Themes_Element->__get() /var/www/horde/vendor/horde/core/lib/Horde/Themes/Image.php:45
- Horde_Prefs->getValue() /var/www/horde/vendor/horde/core/lib/Horde/Themes/Element.php:125
- Horde_Prefs->_getScope() /var/www/horde/vendor/horde/prefs/lib/Horde/Prefs.php:306
- Horde_Prefs->_loadScope() /var/www/horde/vendor/horde/prefs/lib/Horde/Prefs.php:399
- Horde_Prefs_Cache_HordeCache->get() /var/www/horde/vendor/horde/prefs/lib/Horde/Prefs.php:454
- Horde_Cache->get() /var/www/horde/vendor/horde/prefs/lib/Horde/Prefs/Cache/HordeCache.php:53
- Horde_Core_Cache_Session->get() /var/www/horde/vendor/horde/cache/lib/Horde/Cache.php:113
- Horde_Cache->get() /var/www/horde/vendor/horde/core/lib/Horde/Core/Cache/Session.php:101
- Horde_Cache_Storage_Hashtable->get() /var/www/horde/vendor/horde/cache/lib/Horde/Cache.php:113
- Horde\HashTable\Driver\Memcache->get() /var/www/horde/vendor/horde/cache/lib/Horde/Cache/Storage/Hashtable.php:69
Reverting to horde/horde rc5 and horde/core rc7 fixes this issue. One can also turn off the caching server options under the Caching tab.
If memcache is enabled in Configuration->Horde->Caching (tab):
cache-driver = memcache = "Use a distributed Hashtable Server" Then select "Hashtable" as the memorycache.
The system will throw an error in the web interface:
Horde\HashTable\Driver\Memcache::get(): Argument #1 ($key) must be of type string, array given, called in /var/www/horde/vendor/horde/cache/lib/Horde/Cache/Storage/Hashtable.php on line 69
in /var/www/horde/vendor/horde/hashtable/src/Driver/Memcache.php:51
Reverting to horde/horde rc5 and horde/core rc7 fixes this issue. One can also turn off the caching server options under the Caching tab.