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
AWS Mail configuration in Liferay with OAuth 2.0
Issue Need to configure AWS email service to Liferay with the use of OAuth 2.0 authorization. Configure SMTP with client ID/Secret instead of the use of email address and password i.e. Basic Authentication....
Text Verification field is not showing validator after clicking on Forgot Password
Issue When clicking on 'Forgot Password', Text Verification field does not showing any kind of validator (*). Steps to reproduce: 1. Navigate to localhost:8080/c/portal/login 2. Click on Forgot Password button....
Unminified CSS
Issue Steps to reproduce: 1. Take Liferay DXP 7.2  fix-pack-20 2. Add the below properties in portal-ext.properties: minifier.enabled=true theme.css.fast.load=true javascript.fast.load=true 3. Inspect the page and...
Does the Timezone Needs to be Converted Manually When Fetching Database Entries Programmatically?
Issue We changed the default timezone by doing the following: 1. Instance settings > localization > time zone > change to eastern daylight time 2. User Account settings > preferences > display settings > change to...
Upgrade fails for class 'RadioDDMFormFieldTypeReportProcessor' resulting in NullPointerException
Issue The upgrade is failing from Liferay DXP 7.1 FixPack 21 to Liferay-dxp-2023.q4.4 resulting in the below error: Caused by: java.lang.NullPointerException at...
How to Have the Deploy Folder in the initcontainer Persist to be Available to the Container
Issue Is there a way for the deploy folder created in the initcontainer to persist and be available to the container? Environment DXP 7.4 Resolution A potential solution would be to use a shared volume between the...
Cookie consent persistence: how to check the history of responses?
Issue We have enabled Liferay's cookie consent banner for our site. Could you please guide us on where to locate the log of cookies accepted by our site visitors? Environment DXP 7.4+ Quarterly Release 2023.Q4...
Custom portlets are not logging correctly with SLF4J
Issue Custom plugins (portlets and hooks) are not properly logging with SLF4J implemented, with no log4j2 configurations changed from previous Liferay versions to 7.4 or Quarterly Release. Environment DXP 7.4 Quarterly...
Getting 'unsatisfied references' error after JAR deployment
Issue When creating a service builder project and after deploying the Jars files, it shows the unsatisfied references'' in the GOGO shell. Steps to reproduce: Start the server. Deploy the JAR file. Navigate to...
Not able to configure logging
Issue Our previous configurations for logging are no longer working after upgrading to Liferay's Quarterly Releases. This was previously working in DXP 7.3. When we redeploy a module, the module completely stops...
Company ID assigned to a new virtual instance is too high
Issue After creating a new virtual instance, the company ID assigned to it has 14 digits. Environment Quarterly Release: 2024.Q1 Resolution The mechanism to obtain a company ID for a new virtual instance has changed...
ERR_SSL_PROTOCOL_ERROR occured in the browser while attempting to access Liferay login page at http://IP:8080/c/portal/login
Issue While accessing the Liferay login page after hitting http://IP:8080/c/portal/login, it shows the below SSL error on the browser's UI. "This site can’t provide a secure connection IP(10.x.x.x) sent an invalid...
Facing a 403 error while accessing the OOTB APIs
Note: please note that Liferay has renamed its Liferay Experience Could offerings to Liferay SaaS (formerly LXC) and Liferay PaaS (formerly LXC-SM). Issue Facing a 403 error with the OOTB APIs while...
LDAP causing slowness while logging in
Issue When LDAP is enabled, the login process takes a long time (about 2 to 3 minutes), causing server performance issues. Expected Result: The login should be relatively quick (a few seconds). Actual Result:...
Some database tables are created per company
Issue When upgrading from 7.2 to 7.4, it seems that there are tables that appear multiple times with the only difference being the corresponding company ID. e.g., AccountEntry_x_COMPANY_ID Address_x_COMPANY_ID...
Custom Bag JSP override fails on JBoss
Issue When deploying a module that contains a CustomJSPBag to override a JSP, the file is created at wrong path. After the deployment the files should be created in the correct path, for example:...
How to get Javadocs for Quarterly Release or DXP Updates?
Issue Require Javadocs, let's say for DXP 2025.Q2 Environment Liferay DXP [any update/Quarterly Release] Resolution Liferay has Javadocs at Learn (see here). This stores the latest Javadocs. If you are looking for...
Captcha text null when using a captcha portlet
Issue CAPTCHA Verification is being failed. This only occurs when using a custom captcha portlet, captcha components from the portal (for example, the "forgot password" page) work properly. Environment Liferay DXP...
"Elasticsearch node search-1 does not meet the minimum version requirement of 7.16" when updating to u30
Issue During our recent update to Update 30, the portal experienced an issue and did not start correctly. The logs show the following error: Elasticsearch node search-1 does not meet the minimum version requirement...
Startup errors after installing DXP 7.3 Fix Pack 2
Issue After installing Fix pack 2, errors like the following are shown in the server boot log: 2021-07-02 08:21:57.763 ERROR...