Re: [Cgi-session-user] Storable binary image v18.68 more recent than I am (v2.7) at
Brought to you by:
sherzodr
From: <mim...@gm...> - 2015-02-18 12:26:49
|
Strangely, CGI::Session now working with storable without error. As far as I am aware, no updates were done on the server. It would interested me to know if anyone has had the error and how the fixed it. Mimi On 18 February 2015 at 10:09, mim...@gm... <mim...@gm...> wrote: > I get the following error when I call new with "serializer:storable" as > below: > > my $session = new CGI::Session('driver:mysql;serializer:storable', undef, > { Handle => $dbh}) or die CGI::Session->errstr; > > > > error_2015_02_12_Thu.log:[Thu Feb 12 13:10:44 2015] [error] Storable > binary image v18.68 more recent than I am (v2.7) at ../../lib/Storable.pm > (autosplit into ../../lib/auto/Storable/thaw.al) line 415, at > /usr/share/perl5/vendor_perl/CGI/Session/Serialize/storable.pm line 51.\n > > > However my session work fine without storable. > > # This works > my $session = new CGI::Session('driver:mysql', undef, { Handle => > $dbh}) or die CGI::Session->errstr; > > Anyone seen this of understand why I get the error? > > Mimi > |