- ホーム >
- MTエンジニアブログ >
- Movable Type 5 >
- Movable Type技術情報 >
- 検索エラー:Can't call method "server_offset" on unblessed reference
検索エラー:Can't call method "server_offset" on unblessed reference
Can't call method "server_offset" on unblessed reference
検索を行おうとすると、上記のようなエラーが出る場合があります。
検索のフォームにIncludeBlogsの指定を入れる事で回避できます。
検索対象が自ブログの場合
<input type="hidden" name="IncludeBlogs" value="<$MTBlogID$>" />
検索対象が全ブログの場合
<input type="hidden" name="IncludeBlogs" value="<MTBlogs include_blogs="all"><$MTBlogID$><MTUnless name="__last__">,</MTUnless>" />
新着記事
- [2009-12-17]検索エラー:Can't call method "server_offset" on unblessed reference
- [2009-11-21]プラグイン応用 Lesson 1 - AutoTaggingで自動関連付け
- [2009-11-19]MT5でメール送信内容が文字化けしてしまう場合
- [2009-11-02]MovableTypeのconfig.yamlでコールバック優先度を設定する方法
- [2009-10-28]MT5でウェブサイト配下のブログにウェブサイトのIDなどを簡単に引き継ぐ方法


















