I am getting below error
The following has evaluated to null or missing:
==> pathwayRequirementGroupedUnembeddableResources.pathwayRequirement.availability [in template "layout/rapidtheme/user/consumption/include/consumption-content/course-pathway/downloads.ftl" at line 13, column 55]
----
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 be 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: #assign pathwayRequirementAvailabilit... [in template "layout/rapidtheme/user/consumption/include/consumption-content/course-pathway/downloads.ftl" at line 13, column 13]
- Reached through: #include "/layout/rapidtheme/user/con... [in template "layout/rapidtheme/user/consumption/content-course-pathway-downloads.ftl" at line 5, column 9]
- Reached through: #include path [in template "common/macros.ftl" in macro "include" at line 50, column 9]
- Reached through: @include content [in template "layout/rapidtheme/user/layout.ftl" at line 57, column 45]
----
I tried with Chrome,FireFox,IE Still not working
Can you please help?