posted 8 years ago
On page 10 of the intentional community forum, I get the following error (this is only part of it as it's very long).
FreeMarker template error (DEBUG mode; use RETHROW in production!): No compatible overloaded variation was found; declared parameter types and argument value types mismatch. The FTL type of the argument values were: string (wrapper: f.t.SimpleScalar), extended_hash+string (net.jforum.entities.Topic wrapped into f.e.b.StringModel). The Java type of the argument values were: String, net.jforum.entities.Topic. The matching overload was searched among these members: com.javaranch.jforum.url.UrlGenerator.forTopic(net.jforum.entities.Category, net.jforum.entities.Forum, net.jforum.entities.TopicBase, int), com.javaranch.jforum.url.UrlGenerator.forTopic(net.jforum.entities.TopicBase, int), com.javaranch.jforum.url.UrlGenerator.forTopic(net.jforum.entities.Forum, net.jforum.entities.TopicBase, int), com.javaranch.jforum.url.UrlGenerator.forTopic(net.jforum.entities.TopicBase), com.javaranch.jforum.url.UrlGenerator.forTopic(net.jforum.entities.Forum, net.jforum.entities.TopicBase), com.javaranch.jforum.url.UrlGenerator.forTopic(net.jforum.entities.Category, net.jforum.entities.Forum, net.jforum.entities.TopicBase), com.javaranch.jforum.url.UrlGenerator.forTopic(net.jforum.entities.TopicBase, boolean),