The following has evaluated to null or missing: ==> extraSearches [in template "conf/gcu-meta/_default/splittabs.ftl" at line 12, column 23] ---- 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: #local facets = (extraSearches.uncoll... [in template "conf/gcu-meta/_default/splittabs.ftl" in macro "Tabs" at line 12, column 5] - Reached through: @tabs.Tabs tabs=["Tabs"] [in template "conf/gcu-meta/_default/splitproject.ftl" in macro "Tabs" at line 33, column 5] - Reached through: @project.Tabs [in template "conf/gcu-meta/_default/splitheader.ftl" at line 45, column 1] ----
Failed to transform element ---- FTL stack trace ("~" means nesting-related): - Failed at: #if facets?split(",")?filter(x -> ext... [in template "conf/gcu-meta/_default/splitfacets.ftl" in macro "HasFacets" at line 234, column 5] - Reached through: @facets.HasFacets facets=tabFacets [in template "conf/gcu-meta/_default/project.ftl" in macro "SideNavigation" at line 85, column 13] - Reached through: @project.SideNavigation [in template "conf/gcu-meta/_default/splitbody.ftl" at line 52, column 9] ----