I've been searching all over on how to fix this and could not dig anything up. Whenever I run a script, I receive the following error. I know that the data file is corrupted and I was wondering if anyone knows how to fix this.
/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.
Here's the code that is causing the error (second to last line):
sub data {
my $data = shift;
$data->column('data', freeze(shift)) if @_;
thaw($data->column('data'));
}
Any help would be greatly appreciated.
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.