Search Results

All Results 590
Resource Type
Applicable Versions
Deployment Approach
Capability
Feature
Difference between "Settings" and "Advanced" permissions
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. Issue...
Upgrade to 7.4 fails trying to insert records into table DDMFieldAttribute
Issue I am performing an upgrade to 7.4 and it fails with errors like these: com.liferay.portal.kernel.log.LogSanitizerException: com.liferay.portal.kernel.upgrade.UpgradeException: java.sql.BatchUpdateException: Batch...
Getting NullPointerException in LocalizationImpl class during upgrade
Issue The following error appears during the upgrade from Liferay Portal 6.2 to Liferay DXP 7.4. 2022-08-24 06:06:09.974 ERROR [main][LocalizationImpl:896] null java.lang.NullPointerException: null at...
User Last Login Date Not Updating
Issue We're observing that our user's loginDate and lastLoginDate are not updating correctly in the user table.   Environment DXP 7.1 DXP 7.2 DXP 7.3  Resolution 1) Set the following portal-ext property:    ...
Cluster scheduled job issues with Open ID Connect (OIDC)
Issue A known issue related to clustering with environments using Open ID Connect has been identified wherein the number of scheduled jobs may be mismatched on each node. This may cause a performance impact, or a loss of...
ORA-01000: maximum open cursors exceeded
Issue The following errors appear for Oracle database users during the upgrade from Liferay Portal 6.2 to Liferay DXP 7.4. Caused by: com.liferay.portal.kernel.log.LogSanitizerException: java.sql.SQLException:...
How to enable "Require strangers to verify their email address?" only for new users
Issue I need to enable the option "Require strangers to verify their email address?" in the Instance Settings. However, when I perform this configuration, the functionality is activated for all users, including...
I would like to control email notifications to Liferay strangers.
Issue How are strangers defined by Liferay? How can I control email notifications to strangers upon signup? Environment DXP 7.3+ Resolution The SAML property defining unknown users as strangers was introduced in DXP 7.3....
Deadline in case of multiple password reset URLs
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. Issue...
ClassCastException on com.liferay.frontend.theme.contributor.extender after installing a newer fix pack
Issue After patching the environment with a newer fix pack, the below error may be encountered at server startup: ERROR [ServerService Thread Pool -- 68][ThemeContributorTopHeadDynamicInclude:93] bundle...
Disable all locales that are not EN
Issue Asset publishers are being translated to other languages than English which is the default and only one that is desired. For some reason due to the location of the IP/network or browser translation URLs are...
After a web content owner loses his membership of a site, he can still edit all the previously authored web content
Issue If an editor user creates a web content, and after his site membership is removed, he can still edit/configure the web content. Environment Portal 6.2 DXP 7.0+ Resolution This behavior works as intended. The Web...
Disable Liferay "set your preferred language" message
Issue In case the User's Display Language is set differently than the language of the Site that is being displayed, a warning message appears with the option to set your preferred language. You may wish to...
Backup service does not show on PRD 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 While checking all the services available at the...
Open Graph tags and feature is missing
Issue I am trying to configure Open Graph based on the following article: Configuring Open Graph  but the functionality is not available in our environment. Environment DXP 7.0 DXP 7.1 DXP 7.2 Resolution Open Graph is...
Configuring Liferay's LDAP Settings to Import Users in DXP 7.3
This article shows how to setup Liferay DXP 7.3 to import users from an LDAP server through the graphical user interface. The steps are the basically the same as for earlier versions of Liferay, but the UI...
Assign bulk users to an organization/user group/site
Issue I'd like to add many users at once to an organization/user group. How to do it? Environment Liferay DXP 7.2 Resolution Currently it is not possible to assign bulk users to an organization or user group from...
How to install Liferay Connector SAML 2.0 without need to restart in a Docker Container for Kubernetes usage
Issue I have a docker image in Kubernetes with Liferay installed. I'd like to deploy the SAML 2.0 connector plugin without the need to restart.  Environment Liferay DXP 7.2 Resolution Copy the SAML 2.0 Connector...
Checking the different fixes between two hotfixes
Issue We have two hotfixes and we would like to know the difference between them How can we check the common and different fixes within those hotfixes? Environment Liferay Portal 6.2 Liferay DXP 7.0+...
Cannot Request Users With long userid After Patching to DE-93
Issue We use this code to secure our API calls in our customization: (request variable is an HttpServletRequest object from @Context annotation) long userId = GetterUtil.getLong(request.getRemoteUser());  user =...