Search Results

All Results 7011
ソート
Resource Type
Applicable Versions
Deployment Approach
Capability
Feature
When we enable captcha in forms, it doesn't show up
Issue When we enable captcha in forms, it doesn't show up and below exception appears in the logs Caused by: java.lang.NullPointerException at...
How to verify the current Implementation version of log4j.jar file
Issue We would like to verify the implementation version of a log4j.jar file, either to verify the application of an update or to assess current vulnerability.  Environment DXP 7.3, DXP 7.4 Resolution You can find the...
Questions App - Questions are not in correct Highest Vote order
Issue Questions are not in the correct Highest Vote order As a user of the questions app, users want to see the answers to the questions ordered according to the ranking of the questions answers.  Environment...
Deployment to Liferay SaaS ext environment is stuck when deploying with Command-Line Tool (lcp)
Note: please note that Liferay has renamed its Liferay Experience Could offerings to Liferay SaaS (formerly LXC) and Liferay PaaS (formerly LXC-SM). Issue There have been reports about the Command-Line Tool (i.e.,lcp)...
LCS is reporting Unable to validate the environment token file
Note: please note that Liferay has renamed its Liferay Experience Could offerings to Liferay SaaS (formerly LXC) and Liferay PaaS (formerly LXC-SM). Issue In a Liferay PaaS environment, the Liferay service is printing the...
Blogs show the author instead of the last modifier
Issue After modifying blog content, the portal shows the author next to the last modified date. Environment Liferay DXP 7.0 Resolution The observed behavior is a known issue which is addressed via: LPS-192045 -...
How to Show Module version in Application Manager UI
Issue Application Manager does not properly show the custom module version in the Control Panel. Environment DXP 7.4 Resolution Set the following line in liferay-plugin-package.properties (replace 999 with the...
Forms upload for guests are not working after changing the mail domain in Instance Settings
Issue This article describes a known issue with guests uploads in Forms after changes to a Liferay DXP instance's mail domain. In this situation, you will see symptoms such as an error message in the UI indicating "An...
Accessibility Menu option available in Liferay
Issue How to enable the accessibility menu on the portal Environment Liferay DXP 7.4 Resolution To make it easier for the user to enable certain accessibility properties. Users can access the accessibility menu...
How to retrieve outbound IP address for a Liferay Cloud environment
Note: please note that Liferay has renamed its Liferay Experience Could offerings to Liferay SaaS (formerly LXC) and Liferay PaaS (formerly LXC-SM). Issue This article describes how to identify and retrieve the outbound IP...
Updated Portal Property Default Values for Virtual Hosts
Note: please note that Liferay has renamed its Liferay Experience Could offerings to Liferay SaaS (formerly LXC) and Liferay PaaS (formerly LXC-SM). Issue Virtual Host defaults were changed from a wildcard value to...
Test cases bundled in jar using the "react-select" dependency resulting in deployment error
Issue Deployment of a jar that includes "react-select" as a dependency in package.json may fail due to test cases that were bundled as part of the build process, in particular...
Control Panel looks distorted or has styling issues
Issue Control Panel looks compressed and distorted or has incorrect styling, such as below. Environment DXP 7.4 Resolution Clear the browser cache, or use incognito/Private window mode to access Liferay.   , content:...
Analytics Cloud - Change the additions of multiple organizations for the Segment creation condition
Issue When we try to create a new condition using Segments → Create Segment → Dynamic Segment → Organization Attributes → Organization, we find that we can select multiple organizations now. However, when...
I cannot invite new team member with error: "You've reached your Collaborator limit."
Note: please note that Liferay has renamed its Liferay Experience Could offerings to Liferay SaaS (formerly LXC) and Liferay PaaS (formerly LXC-SM). Issue When trying to add a new team member in my Cloud...
Create a sub question in forms
Issue Next question should appear according to a previous answer in Liferay Forms. Need to show questions to end-user based on their previous response. Specifically while dealing with multi-choice questions....
When a user clicks the publish button to add an image, it goes to the default category UI
Issue When users work with categorization, they will notice that the categories admin image selection navigates differently.  Steps to reproduce: 1) Navigate to Global Site> Content and Data> Categorization 2) Add...
Unable to add product with same friendly url in different channels
Issue Trying to use duplicate products across multiple channels while using the same friendly URL. The current functionality is that if the user duplicates it, it will add 1,2,.... 5, etc. to the URL. Steps to see...
Price Range is not working properly
Issue The price range filter is not working as expected, such that whenever users click any range in the 'Price Range Filter' widget then other ranges come to zero. Environment Liferay DXP 7.4  Commerce 4.0...
NullPointerException when trying to send a Commerce Notification
Issue When trying to send a notification using the CommerceNotificationHelper service as below: _commerceNotificationHelper.sendNotifications(commerceOrder.getGroupId(), commerceOrder.getUserId(),...