[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 10:09:57
|
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 |