FreeMarker syntax is invalid.
The following has evaluated to null or missing:
==> parentCategory.id [in template "template_id" at line 189, column 201]
----
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: ${parentCategory.id} [in template "template_id" at line 189, column 199]
----
The following has evaluated to null or missing:
==> parentCategory.id [in template "template_id" at line 189, column 201]
----
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: ${parentCategory.id} [in template "template_id" at line 189, column 199]
----
2024.11.06 Release Updates
Added
- LCD-36592 - Nginx and Plugins Update: Updated the versions for Nginx and several plugins to follow best practices, mitigating potential vulnerabilities unaddressed by older versions.
- LCD-37292 - Filter for VPN Activities: Added a filter for VPN activities on the Activities page, allowing users to easily identify VPN related activities. The previous VPN Activities page has been removed and users will be redirected to the Activities page with the VPN filter selected instead.
- LCD-37293 - Filter for Secrets Activities: Added a filter for Secrets activities on the Activities page, allowing users to easily identify Secrets related activities. The previous Secrets Activities page has been removed and users will be redirected to the Activities page with the Secrets filter selected instead.
- LCD-37770 - Error Page Security Improvement: Addressed a security concern by removing potentially sensitive server information from appearing on error pages, improving our security posture and presenting a more secure user experience.
- LCD-38024 - Backup Restore Improvements: Implemented a new backup restore strategy to separate the downloading of the files from the tar processing, improving the reliability of backup restores and reducing the likelihood of hanging.
Bug Fixes
- LCD-38594 - Fixed Deployment Issue: Fixed an issue where a Liferay deployment would fail on certain environments, improving the reliability of deployments.
On this page