Publicador de contenidos

Se ha producido un error al procesar la plantilla.
The following has evaluated to null or missing:
==> elem.infoEvent.location  [in template "TEMPLATE_FUNCTIONS" at line 1337, column 68]

----
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</#if>. (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 isOnline = elem.infoEvent.loca...  [in template "TEMPLATE_FUNCTIONS" in macro "_addSchemaInfo" at line 1337, column 49]
	- Reached through: @liferay_util["html-top"]  [in template "TEMPLATE_FUNCTIONS" in macro "_addSchemaInfo" at line 1304, column 25]
	- Reached through: @_addSchemaInfo type="Event" elem=ele...  [in template "10153#10191#18838" at line 7, column 1]
----
1<#assign HIDE_RELATED_PEOPLE = true /> 
2<#assign HIDE_HEADER_DATE = true /> 
3<#assign SHOW_SUBSCRIBE_BUTTON = true /> 
4 
5<#include "${templatesPath}/TEXT_TEMPLATE" /> 
6 
7<@_addSchemaInfo type="Event" elem=elem themeDisplay=themeDisplay />