Sun, 20 Jan 2013 (平成25年) [長年日記]
_ recent_comment3.rb
入れ替えてみた。テスト中……
追記: recent_comment3.rb の saveconf_recent_comment3 の中に
@conf['recent_comment3.cache_path'] = "#{@cache_path}" @conf['recent_comment3.cache_filename'] = "#{@cache_path}/recent_comments"
と付け足してから設定を変更してみたら、@data_path/tdiary.conf に
'recent_comment3.cache_path' => "/home/foo/Diary//cache", 'recent_comment3.cache_filename' => "/home/foo/Diary//cache/recent_comments",
と記録されてた。なので、古い設定
'recent_comment3.cache' => "/home/foo/Diary/cache/recent_comments",
が migrate_old_data での書き換えの対象にならないのでいつまでも cache/recent_comments が作成されることになってた、ということっぽい。@cache_path が /home/foo/Diary//cache となってしまうのがそもそもの問題だからどこを直すべきかは一プラグインの話ではすまないっぽいので issue に状況を書くだけにしておこう。
:DOG:
:CAT: