反馈一个网页版社区的问题

0 zhinzc2015 4小时前 44次点击

网页版社区的设置页面不能访问了,显示

This application has no explicit mapping for /error, so you are seeing this as a fallback.

Fri Apr 03 22:48:24 CST 2026

There was an unexpected error (type=Internal Server Error, status=500).

Request processing failed; nested exception is freemarker.core.InvalidReferenceException: The following has evaluated to null or missing: ==> user.emailNotification [in template "theme/default/user/settings.ftl" at line 53, column 53] ---- Tip: It's the step after the last dot that caused this error, not those before it. ---- Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)?? ---- ---- FTL stack trace ("~" means nesting-related): - Failed at: #if user.emailNotification [in template "theme/default/user/settings.ftl" at line 53, column 48] ~ Reached through: #nested [in template "theme/default/layout/layout.ftl" in macro "html" at line 29, column 13] ~ Reached through: @html page_title="设置" page_tab="setti... [in template "theme/default/user/settings.ftl" at line 2, column 1] ----

目前还没有评论
添加一条新评论

登录后可以发表评论 去登录