Re: [Catalyst] Problem using Catalyst::Plugin::Session::Store::Memcached

2006-08-18 Thread John Napiorkowski
I had this same error when I started with memcached and it turned out to be a configuration problem.  In my case I didn't have the correct hostnames.  The way I debugged this is to remove the plugin and run the memcached module 'by hand' in a controller to mess with the configuration.There is a deb

[Catalyst] Problem using Catalyst::Plugin::Session::Store::Memcached

2006-08-18 Thread Edric
I am trying to use this module and get the following error: [catalyst] [error] Caught exception in engine "Couldn't save expires:279a054462d35ee68aa792f48f048b1affaef200 / 1155934545 in memcached storage at /usr/lib/perl5/site_perl/5.8.6/Catalyst/Plugin/Session.pm line 105"Here is what my app file