Capability

Sites

Liferay sites are customizable spaces for building personalized digital experiences. Each site includes applications for creating content, designing pages, and more. With these features, you can bring your custom solutions to life, whether intranets, public sites, customer portals, or e-commerce storefronts. In fact, you can leverage Liferay's multi-site capabilities to create multiple such sites in the same Liferay instance.

Feature
Deployment Approach
Impact of "Oracle Critical Patch Update Advisory --April 2022" on DXPC
Please be aware that the page you are viewing has been machine translated from Japanese into English and may contain some translation errors. If you observe any issues with the translation, please contact us. Impact...
Show Number of Requests in Redirection > 404 URLs Tab
Issue When I navigate to Site Administration > Redirection > 404 URLs, all URLs show 0 requests Environment DXP 7.3 Resolution For the 404 URLs Requests counter to track the number of views, View Count must be...
java.lang.UnsatisfiedLinkError: Native Library xxxx already loaded in another classloader after redeploying
Issue In our custom developments, we are using a Jar library that uses an external native loaded using JNI. When we deploy our custom development in a clean environment everything works fine, but if we redeploy it,...
Gradle build without internet connection
Issue How to build the Gradle workspace without an internet connection? Steps to run the gradlew command using offline mode Environment Liferay DXP Resolution We have improved the offline support in the most recent...
'The string this-site,this-site does not correspond to a valid search scope preference' console errors
Issue Even though the hotfix that was generated by including LPS-146763 is installed, the following errors appear. ERROR [default task-83][BaseJSPSettingsConfigurationAction:83] Unable to include JSP...
Unable to sort the product by price
Issue Sort the product by price i.e. low to high or high to low by using the price:asc sort field via catalog delivery headless API. But, getting below exception: { "status": "BAD_REQUEST", "title": "Unable to...
If the destination page is empty, the search bar portlet is temporarily unavailable
Issue When the default '/search' parameter from the destination page field is deleted, the search bar portlet becomes unavailable. Steps to reproduce: 1) Start Liferay DXP 7.2 with fix-pack-17 (previous fix pack...
Audit logs for site page deletion
Issue Need to get audit logs for site page deletion/ update. Environment Liferay DXP 7.0 Liferay DXP 7.1 Liferay DXP 7.2 Liferay DXP 7.3 Resolution There are no OOTB configuration available for getting the Audit...
Conflict loading libraries from the global classpath(tomcat-/lib/ext/)
Issue Loading the libraries from the global classpath is conflicting with one of the Liferay's internal module Caused by: java.lang.ClassNotFoundException: org.apache.commons.compress.archivers.zip.ZipFile...
The Layout table still contains database references for removed sites
Issue Not all references to a deleted site are removed since entries in the Layout table that had the site's groupId are still present after the deletion is complete. Steps to Reproduce 1. Start a clean DXP 7.3...
Alternative for browser native dialogs when Liferay is rendered in cross-domain iframes
Issue Is there a roadmap for Liferay to deal with Chrome's decision to remove JS dialogs from cross-origin Iframes? Since this can create issues such as using the Control Panel when Liferay is using one of those...
When the data for 'from address' and 'from name' are more than 50 characters, custom calendar notification templates cannot be saved
Issue The notification template is not being saved Steps to reproduce: 1. Add a 'Calendar' portlet to page 2. Navigate to Calendar settings 3. Navigate to notificationtemplates tab 4. Edit 'from address' and 'from...
Specifications API is not supporting Upsert operations
Issue Users are unable to add translations for title/labels in Specification API. Steps to reproduce: 1. POST a specification by using the Specification API endpoint...
Unable to add Products with Specifications via headless API
Issue When a product is created with specifications, the 200 response code is received. But, on UI product is not visible. Steps to reproduce: 1. Create a product by using the POST /v1.0/products (Request is...
Unable to add Products with Tags via headless API
Issue Steps to reproduce: 1. Create a product using POST /v1.0/products (Request is attached). 2. Execute the request and check the response. 3. Tags are showing blank and on Product UI, tags are not generated....
Adding all locales is exceeding the maximum characters
Issue The below error is observed when Liferay DXP 7.4 is started with this property...
After installing a new portal with an AdvancedFileSystemStore document_library, the images aren't shown
Issue After migrating, upgrading or installing a new portal with an existing database and document library folder using the AdvancedFileSystemStore the images and documents aren't accessible....
The DXP/Portal WAR's shielded-container-lib/ directory to load libraries
Issue Shielded container library in DXP 7.4 over global classpath(tomcat-<version>/lib/ext/ directory to load libraries globally) Environment Liferay DXP 7.4 Resolution The DXP/Portal WAR's shielded...
Heat mapping functionality in Liferay Analytics Cloud
Issue With Heat Mapping as part of Liferay Analytics, it would be great to have a one-stop-shop experience. Heatmapping functionality that would allow consumers to see what areas of each page are used most by users...
Using $dateTool.toDate in a Velocity template does not return any date
Issue In a Velocity template, trying to get a date using dateTool.toDate does not work as expected when using a locale different from default one. As an example, if under those conditions we have a Velocity...