johnsaunders has asked for the wisdom of the Perl Monks concerning the following question:
Here's the code that is causing the error (second to last line):/usr/bin/perl /home/login/public_html/mt/mt-rebuild.pl -mode="index" - +blog_id="1" -template="Netflix Queue" /home/login/public_html/mt/plugins/netflix-history.pl did not return a + true value at /home/login/public_html/mt/lib/MT.pm line 117. Corrupted storable string (binary v2.4) at blib/lib/Storable.pm (autos +plit into blib/lib/auto/Storable/thaw.al) line 369, at /home/login/pu +blic_html/mt/lib/MT/PluginData.pm line 28 Compilation failed in require at /home/login/public_html/mt/lib/MT.pm +line 117.
Any help would be greatly appreciated.sub data { my $data = shift; $data->column('data', freeze(shift)) if @_; thaw($data->column('data')); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Storable perl module error?
by tkil (Monk) on Apr 24, 2004 at 05:50 UTC | |
by johnsaunders (Novice) on Apr 27, 2004 at 06:04 UTC | |
by tkil (Monk) on Apr 27, 2004 at 06:36 UTC | |
by johnsaunders (Novice) on Apr 27, 2004 at 15:03 UTC | |
by tkil (Monk) on Apr 27, 2004 at 16:24 UTC | |
|