Re: [Cgi-session-user] Storable binary image v18.68 more recent than I am (v2.7) at
Brought to you by:
sherzodr
From: Ron S. <ro...@sa...> - 2015-02-18 21:42:16
|
Hi Mimi There are various possibilities. Some are: o The server did get upgraded. o Your program is now running on a different server. o Your program is taking a different path thru the code and no long executes the statement which caused the error. o Your program deleted the file and the re-executed the statement which caused the error. o The file the program was trying to read has been deleted outside your program, so your program now creates and reads it using the same version of Storable. As you can see, it's very difficult to know exactly what happened. Good luck! On 18/02/15 23:09, mim...@gm... wrote: > 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... > <mailto:mim...@gm...> <mim...@gm... > <mailto: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 <http://thaw.al>) line 415, at > /usr/share/perl5/vendor_perl/CGI/Session/Serialize/storable.pm > <http://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 > > > > > ------------------------------------------------------------------------------ > Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server > from Actuate! Instantly Supercharge Your Business Reports and Dashboards > with Interactivity, Sharing, Native Excel Exports, App Integration & more > Get technology previously reserved for billion-dollar corporations, FREE > http://pubads.g.doubleclick.net/gampad/clk?id=190641631&iu=/4140/ostg.clktrk > > > > _______________________________________________ > Cgi-session-user mailing list > Cgi...@li... > https://lists.sourceforge.net/lists/listinfo/cgi-session-user > -- Ron Savage - savage.net.au |