alh
2019 年 7 月 28 日午後 10:57
1
Discourse の最新バージョン(2.4.0.beta2)のサーバーに Discourse Calendar プラグインをインストールしようとしました。しかし、db:migrate が以下のエラーで失敗しました:
rake aborted!
NoMethodError: undefined method `register_user_custom_field_type’ for #Plugin::Instance:0x00007f362313a6b8
Did you mean? register_post_custom_field_type
register_group_custom_field_type
register_category_custom_field_type
register_topic_custom_field_type
これは単にプラグインが最新バージョンと互換性がないことを意味するのでしょうか、それとも私のインストールに何か問題があるのでしょうか?
sam
(Sam Saffron)
2019 年 8 月 1 日午前 2:30
2
これは、公式のカレンダープラグインについてのものであり、以下の壊れたプラグインについてではないことを確認できますか? https://meta.discourse.org/t/discourse-calendar-plugin/58005
Summary
Discourse Calendar and Event adds dynamic and interactive calendar and event features to your Discourse site.
Install Guide
This plugin is bundled with Discourse core. There is no need to install the plugin separately.
Enabling Calendar (and Event)
The Calendar plugin can be enabled either by the toggle or from its settings, both accessible from your admin/plugins page:
[/admin/plugins]
Features
Somewhat unsurprisingly, Discourse Calendar …
register_user_custom_field_type は最近追加された新しいメソッドです。
committed 04:38PM - 24 Jul 19 UTC
このプラグインが正しく機能するには、Discourse の最新バージョンにアップグレードする必要があります。
alh
2019 年 8 月 1 日午後 2:21
4
master ブランチが必要で、2.4.0.beta2 ではありません。お手伝いありがとうございます!