[Tickets #1697] NEW: Wrong entries for Sessionhandler memcached

bugs at bugs.horde.org bugs at bugs.horde.org
Tue Apr 5 13:35:46 PDT 2005


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/?id=1697
-----------------------------------------------------------------------
 Ticket             | 1697
 Created By         | andreas at dahlen.ws
 Summary            | Wrong entries for Sessionhandler memcached
 Queue              | Horde Base
 Version            | HEAD
 State              | Unconfirmed
 Priority           | 2. Medium
 Type               | Bug
 Owners             | 
-----------------------------------------------------------------------


andreas at dahlen.ws (2005-04-05 13:35) wrote:

When using the GUI to setup Horde to use Memcached as sessionhandler I get
the following error:

"No configuration information specified for session handler memcached. The
file /config/conf.php should contain some $conf['sessionhandler']['params']
settings."

The lines that are created for sessionhandler:
$conf['sessionhandler']['hostspec'] = 'localhost';
$conf['sessionhandler']['port'] = 11211;
$conf['sessionhandler']['type'] = 'memcached';

When I changed them to the following everything worked:
$conf['sessionhandler']['params']['hostspec'] = 'localhost';
$conf['sessionhandler']['params']['port'] = 11211;
$conf['sessionhandler']['type'] = 'memcached';

['params'] are missing for ['hostspec] and ['port']




More information about the bugs mailing list