Search Results

All Results 6987
Resource Type
Applicable Versions
Deployment Approach
Capability
Feature
"Driver org.mariadb.jdbc.Driver claims to not accept jdbcUrl" error when trying to deploy 7.4 U98 + or 7.3 U34+
Note: please note that Liferay has renamed its Liferay Experience Could offerings to Liferay SaaS (formerly LXC) and Liferay PaaS (formerly LXC-SM). Issue Liferay service deployment fails when setting DXP 7.4 U98....
Remove prepopulated email domain from login portlet
Issue When the user tries to login, the email field is prepopulated with the company's domain name. This occurs when the login is unpopulated and user authentication is based on email addresses....
How to create a default translation for editable fields in a fragment
Issue We have some fragments similar to the one below <button> <span data-lfr-editable-id="text1" data-lfr-editable-type="rich-text"> ${languageUtil.get(locale,'exit')} </span> </button> We are trying to set the...
ColumnHeader repeated in xls/CSV file after exporting the report from Liferay Report app
Issue ColumnHeader repeated in xls/CSV file after exporting the report from Liferay Reports app. For example: Environment Liferay DXP 7.4 + Liferay Reports App Resolution This is defined in the Jasper report definition...
Search suggestions not coming for guest user in the search bar
Issue Search suggestions related to the commerce products not showing to the guest user but is working for logged-in user (using blank site template). Environment DXP 7.4 Resolution This behavior is fixed...
Page does not appear in the sitemap widget
Issue Some of the pages created in site builder are not visible on the sitemap widget. Sitemap widget is dropped on a content page. Environment Liferay DXP 7.4 Resolution Navigate to Site Menu > Site...
Vulnerability in CKeditor 4.18.0
Issue In Liferay, a vulnerable version of CKEditor 4.18.0 is being used. The vulnerability CVE-2023-28439 is present in the CKEditor versions less than 4.21.0. Environment Liferay DXP 7.0+ Resolution The observed...
Unable to add Calendar event when setting "Display Scheduler Only"
Issue Add a Calendar widget on the page Enter the Configurations for the widget Switch to Display Settings tab and select Display Scheduler Only option Unselect the 2 other options and Save Click Add Event button in...
Troubleshooting Performance Issues in Liferay PaaS
Note: please note that Liferay has renamed its Liferay Experience Could offerings to Liferay SaaS (formerly LXC) and Liferay PaaS (formerly LXC-SM). Performance issues can manifest in various different symptoms,...
Broken master page template after importing LAR file between environments
Issue When importing a .lar file between environments, when accessing the Master Page, a 404 error is displayed and the page is not displayed Environment DXP 7.4 Resolution This behavior is an error identified in the...
Inconsistency of the user's LoginDate in the exported CSV file
Issue Getting inconsistent user login date format in CSV file after exporting the users. Steps to reproduce: Add the last login date to the portal-ext.properties file, and reference the article for the same:...
HTTP/2 Rapid reset attack mitigation in Liferay PaaS (CVE-2023-44487)
Note: please note that Liferay has renamed its Liferay Experience Could offerings to Liferay SaaS (formerly LXC) and Liferay PaaS (formerly LXC-SM). Issue If you are using HTTP/2, nginx and below tomcat...
NullPointerException/PortletDataException reported when importing lar file
Issue NullPointerException/PortletDataException was reported when importing lar file. The issue can only be reproduced in certain environments with older JDK versions. 15:45:15,910 ERROR [BackgroundTaskMessageListener:182]...
Differentiate multiple Identity Provider when click on the Sign-in button
Issue How the user can login to specific IDP when multiple IDPs are configured on the portal? Environment Liferay DXP 7.0 Liferay DXP 7.1 Liferay DXP 7.2 Liferay DXP 7.3 Liferay DXP 7.4 Resolution While using...
Form Cannot Save Due to Size
Issue When trying to save a large form, the following error is pushed out, "The Page was not displayed because the entity was too large." This is common for environments that are using a V1 Web Application Firewall...
The code view is visible at the bottom of the content section
Issue In the web content, when selecting the 'Code View [</>]' of the content section, the code view won't display, but, if users scroll to the bottom, the code view is visible. Steps to reproduce: 1. Start Liferay...
Lots of "JSONArray text must start with" DEBUG messages in logs, thrown by DDMFormFieldOptionsFactoryImpl
Issue "JSONArray text must start with" DEBUG message are written to the logs when some Liferay Forms operations are carried out. 2023-09-14 11:34:05.180 DEBUG [http-nio-8080-exec-40][DDMFormFieldOptionsFactoryImpl:214]...
Highlighting search keyword in Liferay Search
Issue For complete word search, the highlighting of search keyword is fine but when we are searching for half word search, then it is either not highlighting the keyword (even if the keyword is present) or showing no...
Getting the value of an object Entry within Liferay platform
Issue I see there are two ways to get Data from Liferay Objects ObjectEntryLocalService Rest Api Calling Liferay Api externally outside Liferay platform will be using Rest Api What if I need to get the value of an object...
Issue accessing friendly URL containing special characters in upper case
Issue After updating the portal from DXP 7.3 U15 to DXP 7.3 U27, we cannot access friendly URLs containing special characters in upper case. We see the following error: The requested resource could not be found...
ADA Accessibility - I expect the Tab key focus to be visible for all elements when editing the Home page
Issue Expected Result: The keyboard Tab key focus should be clearly visible for all the interactive elements on the page. Actual Result: The keyboard Tab key focus is not visible for all the elements in the main...
java.lang.StackOverflowError while deploying Liferay service caused by getSuperLocale
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 error could occur in Liferay PaaS environments,...
Web content links do not open when "Data Acquisition Method : Manual" is set in the Asset Publisher widget
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....
BasePanel class does not have setPortlet method
Issue Post Upgrading Liferay DXP 7.2 to DXP 7.4, the user tries to upgrade their custom code which uses the BasePanel class. Below error is encountered while trying to deploy the code The method setPortlet(Portlet)...
Data Provider fails to provide data for a text field
Issue I am trying to fill a text field using the DDMRestDataProvider and the Autofill Rule. I was inspired by the following article:...
Need to shutdown servers in Liferay PaaS 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 User needs to shutdown the app server and web server for...
How to use validation for a fragment's text field?
Issue You want to create validation for a fragment's text field When trying to validate a fragment's text field using Freemarker, it is not executed in the published editable field The validation only works on the...
Freemarker is not executed in an editable field
Issue When Freemarker code is added to an editable field fragment's HTML section, the Freemarker code is not (always) executed on the published fragment. Environment Liferay DXP 7.4 Resolution It is not possible to...
Files are Azure Blob are being repeatedly fetched
Issue If a customer has a large enough document library and enough pages in the blob storage, there is a chance that when the file/document is fetched, too many pages will be fetched causing the file to never be...
Page Fragments is temporarily unavailable UI error
Issue Some issues with the page fragment option inside the system setting. Steps to reproduce: 1) Start the DXP server 2) Log in as an Admin user 3) Navigate to Control Panel> System Settings> Content and Data>...
CSP headers are not working on DXP-7.4
Issue Trying to attempt to work with the CSP feature, which is present in update 90 under feature flags, but users are still experiencing issues where they are unable to edit the page and it is continuously...
User Group users not syncing to Analytics Cloud when connected to a Liferay SaaS environment initially
Note: please note that Liferay has renamed its Liferay Experience Could offerings to Liferay SaaS (formerly LXC) and Liferay PaaS (formerly LXC-SM). Issue After setting up Analytics Cloud with a Liferay SaaS...
Liferay won’t delete all notifications, only the first page
Issue With the workflow notification selection, it does not reflect for every pagination but only for the current page number, even if users select it for all. Steps to reproduce: Enable single approver workflow on...
User notification selection issue with more than 100 notifications
Issue Steps to reproduce: Enable single approver workflow on web content, blogs, or any asset Create some web content or blogs to get notifications make it more than 100 notifications Navigate to notifications Tick...
SSL certificate cannot be parsed
Note: please note that Liferay has renamed its Liferay Experience Could offerings to Liferay SaaS (formerly LXC) and Liferay PaaS (formerly LXC-SM). Issue Deployment is not getting triggered due to the following...
Single Approver Workflow Recipient Type Changes Don't Save
Issue We are currently running Liferay 7.4 U70 and discovered that when we make a copy of the Single Approver Workflow and try to update the "Review" node so that one of the notifications has a different Recipient Type...
Is There A Way To Verify ClamAV Integration With Liferay?
Issue We followed the instructions below to enable document virus scanning, but we do not see any way to confirm the ClamAV integration was successful or that file scans are occurring when new files are uploaded to...
Running gw initBundle fails at the verifyBundle task
Issue Running gw initBundle fails at the verifyBundle task stating an invalid checksum, even though liferay.workspace.bundle.checksum.md5 is not in use in gradle.properties. Despite setting that value explicitly...
Is it possible to track down page visits using Audit?
Issue Is Liferay Audit able to track who visits your page? Environment Liferay DXP 7.3 Resolution Based on the official documentation and articles, Audit does not have the feature of showing who visits the...
ADA Accessibility - I expect the Search, Info Icon, and Menu buttons to have the correct labels
Issue Expected Result: I expect the Search, Info Icon, and Menu buttons to have the correct labels, and for the Screen Reader to announce each with the following announcement: "Search Button" "Info Button" "Menu...