2

メール確認プラグインを使用していますが、run-app を使用すると問題なく動作します。ただし、戦争を実行すると、確認の送信時に次のエラーが表示されます。

[...] メソッドの署名なし: com.grailsrocks.emailconfirmation.PendingEmailConfirmation.save() [...]

さらに試してみると、これは特定の電子メール アドレスでのみ発生するようです (たとえば、ドイツ語の tld では、ウムラウトなどはありません)。

なぜこれが起こるのか、どうすれば問題を絞り込めるのかわかりません。誰でも私を助けることができますか?

4

1 に答える 1

1

I've found the solution - renaming the "conf" variable in PendingEmailConfirmation to "confirmation" did the trick. Maybe "conf" is a somewhat reserved word or anything? Anyway, it obviously solved my problem. Perhaps this can be changed in the next version - doesn't do any harm anyway.

于 2010-07-21T09:43:52.590 に答える