MT4で絵文字を使いたい

MovableType4で絵文字を使えるようにするプラグインで
CSS Happylifeで公開されているemoddyってのを見つけたんですが、

インストールしたら、管理画面がScript Error。

Script Error

The script did not produce proper HTTP headers. Please see the error log to see the detail of the errors. Depending on the server configuration, you can also run thisscript under CGIWrap debugging. Usually, either rename or linkthe script temporarily to a file which ends with .cgidextension, or add a AddHandler cgi-script-debug .cgiline to your .htaccess file.

いきなりエラーってのは、ちょっとびびりましたけど
Coreserverは基本的にXERAと同じだと思うので・・・

mt.cgiをmt.cgidにリネームしてデバッグ
Output of script follows:
=====================================================
"my" variable $blog_id masks earlier declaration in same scope at /virtual/yas/public_html/test.1x4x9.net/plugins/emoddy/emoddy.pl line 101.
なるほど、101行目ですか。

ソースを見てみると・・・
sub edit_entry_header {
        my ($eh, $app, $tmpl) = @_;


        if(($app->param('_type') ne 'entry') && ($app->param('_type') ne 'page')) { return; }


        my $blog_id = $app->param('blog_id');
        my $blog_id = $app->blog->id; ←ココ

        my $tag_emoji = $plugin->get_config_value('tag_emoji', 'blog:' . $blog_id);
        if(!$tag_emoji) {
                $tag_emoji = $plugin->get_config_value('tag_emoji', 'system');
        }
うーん。100行目と101行目って(゜;)エエッ
取りあえず101行目をコメントアウトしたら動くようになりました。


MT4iとの兼ね合いもあるので、これでしばらく様子を見てみようかと思います。

なにげに調べてたら、ケータイキット for Movable Typeって市販品もあるようですね。
お値段見てびっくり・・・¥52,500/1ライセンス・・・

か、買えねぇ。 携帯対応のためだけにそこまでの出資はできんばい(-.-;)y-゜゜