[Catalyst] Getting Complaint from C::P::Session::Store::FastMmap.pm

Dennis Daupert ddaupert at sbcglobal.net
Sat Jun 2 20:24:39 GMT 2007


My app has been running; I decided it's time to package it up. I hadn't been keeping track of all my included modules in Makefile.PL, so I renamed 'site_perl' directory and recreated, so I could do a new install of Catalyst and company. I had Catalyst 5.7006, now 5.7007. C::P::S::S::FastMmap is still at 0.02.

App starts up OK, and I can get to a few pages that avoid the login stuff, but everything else gets this error:

"Can't use string ("1180812469") as a SCALAR ref while "strict refs" in use at /usr/lib/perl5/site_perl/5.8.8/Catalyst/Plugin/Session/Store/FastMmap.pm line 62."

Comes from this routine:
     60 sub get_session_data {
     61     my ( $c, $sid ) = @_;
     62     ${ $c->_session_fastmmap_storage->get($sid) || return };
     63 }

Help?

/dennis

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.scsys.co.uk/pipermail/catalyst/attachments/20070602/9c53412a/attachment.htm


More information about the Catalyst mailing list