Help for this page

Select Code to Download


  1. or download 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.
    
  2. or download this
    sub data {
        my $data = shift;
        $data->column('data', freeze(shift)) if @_;
        thaw($data->column('data'));
    }